Changes between Version 26 and Version 27 of QtWebKitTodo
- Timestamp:
- Feb 4, 2008, 5:34:37 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitTodo
v26 v27 12 12 13 13 * Input Method Support 14 * API Work:15 * Research Qtish API to provide access to the same functionality that DOM provides without the DOM insanity (work in progress)16 14 * Port the Icon database to use QtSql and make the Database module in Trunk use QtSql for the Qt build (to eliminate the dependency on sqlite3.h) 17 15 * Styling, drawing, sizing: RenderThemeQt.cpp needs some love … … 20 18 * Include the QtWebKit version in the user agent. Correct the AppleWebKit version. 21 19 * Fix drop-shadow support and other FIXME's in qt/GraphicsContext. 22 * Use QStyle's standard icons for some of the actions (back/forward arrows for example)23 20 24 21 == Parking Lot == 22 * API Work: 23 * Research Qtish API to provide access to the same functionality that DOM provides without the DOM insanity (work in progress) 25 24 * JavaScriptCore <-> QtScript research (Priority 2) 26 25 * VC 6 Support (give it a try at least) … … 28 27 * Netscape Plugin Support (Priority 2.5) 29 28 * Get layout tests for the Qt build running on all platforms (Priority 1) 30 * Loader: PageCache31 29 * Private browsing 32 30