Changes between Version 8 and Version 9 of QtWebKitTodo
- Timestamp:
- Dec 2, 2007, 6:13:29 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitTodo
v8 v9 4 4 == First Release == 5 5 6 * New HTTP Stack (Priority 1) ( work in progress)6 * New HTTP Stack (Priority 1) (done) 7 7 * QWebFrame Design (Priority 2) 8 8 * Input Method Support 9 * Clipboard / DND review/cleanups 10 * Loader: PageCache 11 * QWebCookieJar integration with QWebNetworkInterface 12 * Investigate integration into Qt itself (packaging, build system, etc.) 9 * QWebCookieJar integration with QWebNetworkInterface (done, sort of) 10 * Investigate integration into Qt itself (packaging, build system, etc.) (done) 13 11 * API Work: 14 * Editing / EditorClient -> API 15 * Provide ContextMenu API 12 * Editing / EditorClient -> API (done) 13 * Provide ContextMenu API (done) 16 14 * Research Qtish API to provide access to the same functionality that DOM provides without the DOM insanity (work in progress) 17 15 * 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) 16 * Clean up the url conversion mess. We have to be careful that we correctly convert between QUrl and KURL. I think we do that incorrectly in some places. 18 17 19 18 == Parking Lot == … … 24 23 * Netscape Plugin Support (Priority 2.5) 25 24 * Get layout tests for the Qt build running on all platforms (Priority 1) 25 * Loader: PageCache 26 26 27 27 == Network API Plan ==