Is there a way to find out what JavaScript engine WebKit is using? I have WebKit-r38068 and i'm using the GTK port. How can i know if my WebKit is using SquirrelFish or the old JS Engine?
Iulian Oliver Hunt-2 wrote: > > "SquirrelFish" is the underlying execution engine for javascriptcore > -- it can't be disabled as then there would be no way to execute JS. > > JavaScriptCore provides the actual API you use -- SF is completely > internal to JSC and has no external API. > > --Oliver > > On Nov 28, 2008, at 3:45 PM, ying lcs wrote: > >> Thanks. When I 'make' the Gtk Webkit (from the trunk I got yesterday), >> does it enable SquirrelFish by default? >> >> On Fri, Nov 28, 2008 at 5:37 AM, Kalle Vahlman <[email protected] >> > wrote: >>> 2008/11/28 ying lcs <[email protected]>: >>>> If I get the source for WebKitGtk, using the documentation >>>> described here: >>>> >>>> http://live.gnome.org/WebKitGtk >>>> >>>> Does it have SquirrelFish? >>> >>> Yes, it will. All ports share the same JavaScript engine code. >>> >>> -- >>> Kalle Vahlman, [email protected] >>> Powered by http://movial.fi >>> Interesting stuff at http://sandbox.movial.com >>> See also http://syslog.movial.fi >>> >> _______________________________________________ >> webkit-dev mailing list >> [email protected] >> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev > > _______________________________________________ > webkit-dev mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev > > -- View this message in context: http://www.nabble.com/SquirrelFish-in-WebKitGtk-tp20728765p21330531.html Sent from the Webkit mailing list archive at Nabble.com. _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

