Re: [webkit-dev] how to have multiple Javascript engines inside Webkit?

2008-11-09 Thread haithem rahmani
Hi all, thanks for your help, so let's make things easier. If I would like to modify the JS engine inside webkit, which files shall I modify to enable the new JS ? I have to run bechmarks by myself and compare JS engines. On Sat, Nov 8, 2008 at 11:00 PM, Darin Adler <[EMAIL PROTECTED]> wrote: >

Re: [webkit-dev] how to have multiple Javascript engines inside Webkit?

2008-11-08 Thread Mike Belshe
Hi, Haithem, Both JSC and V8 running through the chromium tree, so you could try that. If you run the "test_shell", its pretty much just a shell for driving the webkit engine, and it works with both JS engines. You can find more information here for how to build it: http://dev.chromium.org/develop

Re: [webkit-dev] how to have multiple Javascript engines inside Webkit?

2008-11-08 Thread Darin Adler
On Nov 8, 2008, at 12:44 PM, haithem rahmani wrote: I would like, for benchmarking purposes, to have different Javascript engines inside Webkit and to have a runtime option to enable/disable them. That's not supported; it would be very difficult to do so efficiently and no one has even tr

[webkit-dev] how to have multiple Javascript engines inside Webkit?

2008-11-08 Thread haithem rahmani
Hi all, I would like, for benchmarking purposes, to have different Javascript engines inside Webkit and to have a runtime option to enable/disable them. But I don't know where to modify exactly in ordrer to plug the new javaScript engine (google V8 for example), and where to add the runtime opti