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.
Just a thought…
http://www.chromium.org/developers/how-tos/chromium-modularization
You could perhaps compile Chromium with your own version of v8 by pointing the custom_deps for v8 to it.