admin管理员组文章数量:1026318
I want support for a new API that is normally not supported by V8 JS Engine provided with Chrome. Is it possible to do this by tweaking V8 provided with Chrome.
I'm open to using Spidermonkey which is provided with Firefox. I just want this API to be supported by a popular browser.
I tried looking for an answer on Google forums and here but most of them talk about embedding V8.
I want support for a new API that is normally not supported by V8 JS Engine provided with Chrome. Is it possible to do this by tweaking V8 provided with Chrome.
I'm open to using Spidermonkey which is provided with Firefox. I just want this API to be supported by a popular browser.
I tried looking for an answer on Google forums and here but most of them talk about embedding V8.
Share Improve this question asked Aug 25, 2011 at 21:49 TheZelusTheZelus 4706 silver badges19 bronze badges 1- You could modify v8, pile, then try embedding in webkit, which is a close relative to chrome than spidermonkey – HyderA Commented Aug 25, 2011 at 21:53
1 Answer
Reset to default 8Just a thought...
For example, a V8 developer may wish to checkout the V8 trunk alongside a stable version of Chromium. So, they might setup a .gclient file like so:
solutions = [ { "name" : "chrome", "url" : "http://src.chromium/svn/trunk/src/chrome@5000", "custom_deps" : { "v8" : "http://v8.googlecode./svn/trunk" } }]
http://www.chromium/developers/how-tos/chromium-modularization
You could perhaps pile Chromium with your own version of v8 by pointing the custom_deps for v8 to it.
I want support for a new API that is normally not supported by V8 JS Engine provided with Chrome. Is it possible to do this by tweaking V8 provided with Chrome.
I'm open to using Spidermonkey which is provided with Firefox. I just want this API to be supported by a popular browser.
I tried looking for an answer on Google forums and here but most of them talk about embedding V8.
I want support for a new API that is normally not supported by V8 JS Engine provided with Chrome. Is it possible to do this by tweaking V8 provided with Chrome.
I'm open to using Spidermonkey which is provided with Firefox. I just want this API to be supported by a popular browser.
I tried looking for an answer on Google forums and here but most of them talk about embedding V8.
Share Improve this question asked Aug 25, 2011 at 21:49 TheZelusTheZelus 4706 silver badges19 bronze badges 1- You could modify v8, pile, then try embedding in webkit, which is a close relative to chrome than spidermonkey – HyderA Commented Aug 25, 2011 at 21:53
1 Answer
Reset to default 8Just a thought...
For example, a V8 developer may wish to checkout the V8 trunk alongside a stable version of Chromium. So, they might setup a .gclient file like so:
solutions = [ { "name" : "chrome", "url" : "http://src.chromium/svn/trunk/src/chrome@5000", "custom_deps" : { "v8" : "http://v8.googlecode./svn/trunk" } }]
http://www.chromium/developers/how-tos/chromium-modularization
You could perhaps pile Chromium with your own version of v8 by pointing the custom_deps for v8 to it.
本文标签: Modifying V8 JavaScript Engine provided with ChromeStack Overflow
版权声明:本文标题:Modifying V8 JavaScript Engine provided with Chrome - Stack Overflow 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745622125a2159638.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论