Changes between Initial Version and Version 1 of QtWebKitJSCapp


Ignore:
Timestamp:
Feb 2, 2010 7:35:57 AM (14 years ago)
Author:
siddharth.mathur@nokia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitJSCapp

    v1 v1  
     1JSC is a standalone binary that may be used to debug JavascriptCore independently of Webcore.
     2
     3Some advantages are:
     4 * no need to compile or link all of QtWebkit (Webcore parts) when iterating on a fix.
     5 * better understanding of what JavascriptCore APIs look like
     6 * small jsc.cpp main application and jasc.pro which expedite debugging.
     7
     8Creating Javascript file to feed