node-webkit v0.6.1 released

4 views
Skip to first unread message

Roger

unread,
Jun 23, 2013, 10:54:05 PM6/23/13
to node-...@googlegroups.com
* Use 'App.dataPath' to get the application's data path in user's directory. Windows: %LOCALAPPDATA%/<name>; Linux: ~/.config/<name>; OSX: ~/Library/Application Support/<name>, where <name> is the field in the manifest.

* fixed regression: source map in devtools is working after setting "node-remote" to "127.0.0.1" in manifest (#727)

* 'App.open' event is sent to all the windows now (#787)

* 'dom_storage_quota' in manifest is fixed.

Roger

Previous 0.6.0 release notes: https://groups.google.com/d/msg/node-webkit/YC01gRQqwk4/bb5_1bw4ZwkJ

ashl...@gmail.com

unread,
Jun 24, 2013, 3:43:28 PM6/24/13
to node-...@googlegroups.com
Can you clarify what the fix about dom_storage_quota is? I tried it in 0.6 and it didn't seem to have any effect on the Web Storage quota. Is that what it's for? Does it definitely go under the "webkit" section in the manifest?

Ashley

Roger

unread,
Jun 24, 2013, 6:45:32 PM6/24/13
to node-...@googlegroups.com
Apologies for the inconvenience. It's actually not effective in 0.6.0 and now OK in 0.6.1. And it's not in the "webkit" section. The wiki has also been updated for this.

Roger


--
You received this message because you are subscribed to the Google Groups "node-webkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-webkit...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Message has been deleted

siri...@gmail.com

unread,
Jun 25, 2013, 3:33:16 PM6/25/13
to node-...@googlegroups.com
node-webkit is using 0.10.5 on the newest version. 0.10.11 fixed a bug with SSL proxy connections. Can you update it with the newest node.js? Either 0.10.11 or 0.10.12?

Roger

unread,
Jun 25, 2013, 6:22:50 PM6/25/13
to node-...@googlegroups.com
Yeah. It's updated in git and will be released with 0.6.2.


--

ashl...@gmail.com

unread,
Jun 26, 2013, 12:21:00 PM6/26/13
to node-...@googlegroups.com
The documentation now says it's a "window" subfield. It only seems to have an effect if I put it as a root property though. Is it supposed to be a property under "window"?

Also when it's either in "window" or a root property, I still can't seem to store a string longer than about 2mb in a single WebStorage key.

Ashley

Roger

unread,
Jun 26, 2013, 9:12:07 PM6/26/13
to ashl...@gmail.com, node-...@googlegroups.com
<ashl...@gmail.com> writes:

> The documentation now says it's a "window" subfield. It only seems to have
> an effect if I put it as a root property though. Is it supposed to be a
> property under "window"?

You're right. It should belongs to root. Wiki is updated again.

> Also when it's either in "window" or a root property, I still can't seem to
> store a string longer than about 2mb in a single WebStorage key.

Yes, that's only for the whole storage. It's not improving the limits on
a single key.

--
Roger
Reply all
Reply to author
Forward
0 new messages