For those who build node-webkit of your own: the root repo and some of
the dependency repos use the default branch for 0.9 from now
on. Previously the default branch was used for 0.8 branch.
The "default branch" is the branch name you see in the start page of
github repos. Regarding the root Chromium repo, the default branch is
'node'. It was just switched from 0.8 to 0.9.
The branch names in dependency repos are specified in '.DEPS.git' file
in the root repo. The tool 'gclient' is supposed to sync them for
you. But sometimes manual switching between branches might be needed.
For all the repos where all the patches of node-webkit project reside,
see the bottom of
https://github.com/rogerwang/node-webkit/wiki/Building-node-webkit
Thanks
--
Roger WANG Intel Open Source Technology Center
https://github.com/rogerwang/node-webkit
node-webkit: Call all Node.js modules directly from DOM and enable
a new way of writing applications with all Web technologies.