Changes between Version 1 and Version 2 of QtWebKitTodo
- Timestamp:
- Aug 29, 2007, 6:27:12 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitTodo
v1 v2 1 1 = TODO List for QtWebKit = 2 2 3 * New HTTP Stack (Priority 1) 3 == First Release == 4 5 * New HTTP Stack (Priority 1) (work in progress) 4 6 * QWebFrame Design (Priority 2) 5 7 * Editing / EditorClient -> API 6 * Windows Build / Build System cleanups (Priority 1)7 8 * Input Method Support 8 9 * Clipboard / DND review/cleanups 9 10 * Loader: PageCache 10 11 * QWebCookieJar integration with QWebNetworkInterface 11 * Netscape Plugin Support (Priority 2.5)12 12 * JavaScriptCore <-> QtScript research (Priority 2) 13 13 * Revisit Settings API (Priority 2) 14 14 * Provide ContextMenu API 15 * Research Qtish API to provide access to the same functionality that DOM provides without the DOM insanity 15 * Research Qtish API to provide access to the same functionality that DOM provides without the DOM insanity (work in progress) 16 * Investigate integration into Qt itself (packaging, build system, etc.) 17 18 == Parking Lot == 19 20 * VC 6 Support (give it a try at least) 21 * KDE Integration (WebKitKDE) 22 * Netscape Plugin Support (Priority 2.5) 16 23 * Get layout tests for the Qt build running on all platforms (Priority 1) 17 * Investigate integration into Qt itself (packaging, build system, etc.)18 * KDE Integration (WebKitKDE)19 * VC 6 Support (give it a try at least)