Skip to content

Tags: imarco/node-webkit

Tags

nw-v0.6.3

Toggle nw-v0.6.3's commit message
bump version to 0.6.3 

nw-v0.6.2

Toggle nw-v0.6.2's commit message
Fix 8247d63 for Win 

nw-v0.6.1

Toggle nw-v0.6.1's commit message
send App.quit correctly when the last window closed 

nw-v0.6.0

Toggle nw-v0.6.0's commit message
bump version to 0.6.0 

nw-v0.5.1

Toggle nw-v0.5.1's commit message
bump version to 0.5.1 

nw-v0.5.0

Toggle nw-v0.5.0's commit message
bump version to 0.5.0 

nw-v0.4.2

Toggle nw-v0.4.2's commit message
bump version to 0.4.2 

nw-v0.4.1

Toggle nw-v0.4.1's commit message
bump version to 0.4.1 

nw-v0.4.0

Toggle nw-v0.4.0's commit message
bump version to 0.4.0 

v0.3.7

Toggle v0.3.7's commit message
install Node for window.open() Windows In previous v8 code, in the middle of loading, KURL returns about:blank for invalid URL. So we simulate the same behaviour here. Fixnwjs#303