Skip to content

Tags: lowtalker/nw.js

Tags

nw-v0.19.2

Toggle nw-v0.19.2's commit message
[test] fix race condition in issue4164-close-not-quit on OSX

nw-v0.19.1

Toggle nw-v0.19.1's commit message
[docs] building Node in nw19

nw-v0.19.0

Toggle nw-v0.19.0's commit message
fixed `show_in_taskbar` option for `nw.Window.open`

fixed nwjs#4970

nw-v0.18.8

Toggle nw-v0.18.8's commit message
Revert "[test] added a test case for cookie lost after devtools closed"

This reverts commit e603924.

nw-v0.19.0-rc1

Toggle nw-v0.19.0-rc1's commit message
[test] fix race condition in issue4286-inject-start-end

nw-v0.18.7

Toggle nw-v0.18.7's commit message
bump version to 0.18.7

nw-v0.18.6

Toggle nw-v0.18.6's commit message
[doc] updated docs for rebuilding native modules

Use `npm_config_` environments to override default behaviors of
npm and node-gyp. `npm_config_node_gyp` can be used to replace
`node-gyp` with `nw-gyp` during `npm install`.

nw-v0.18.5

Toggle nw-v0.18.5's commit message
Fix nwjs#5377: Gamepad API not working

nw-v0.19.0-beta1

Toggle nw-v0.19.0-beta1's commit message
upload nw19 headers

nw-v0.18.4

Toggle nw-v0.18.4's commit message
[test] add 4 test cases for worker

* process.stdout error when worker is exited
* require external modules failed in worker
* node in sharedworker
* stream events not fired in DOM when worker enabled
* stream_wrap failed in worker