-
Notifications
You must be signed in to change notification settings - Fork 15.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to Chrome 40 #1002
Upgrade to Chrome 40 #1002
Conversation
Will this fix the webview problem also? Is there an easy way for me to build atom using this so I can test the webview? |
@zcbenz Can you |
Chrome 40 becomes stable today, I'll finish this PR. @mark-hahn The change I need to fix the |
Latest |
Currently blocked by compatibility with |
See http://git.io/9ou_MQ for more on this.
Some APIs deprecated by iojs is still in use.
Would it be worth it to forget about the io.js migration for this PR? It seems like it's going to bust a ton of native modules right now since it's super new. Or will Chrome 40's version of V8 bust them anyways, so who cares? |
The problem is Atom uses lots of native modules and I have to make Atom work with Chrome 40. Anyway I have just uploaded a modified version of nan to work around it. |
Merge this after there is a stable release of Chrome 40.