Changes between Initial Version and Version 1 of QtWebKitJSCapp
- Timestamp:
- Feb 2, 2010, 7:35:57 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitJSCapp
v1 v1 1 JSC is a standalone binary that may be used to debug JavascriptCore independently of Webcore. 2 3 Some 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 8 Creating Javascript file to feed