Changes between Version 33 and Version 34 of QtWebKitTodo
- Timestamp:
- Feb 18, 2008, 1:10:50 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitTodo
v33 v34 6 6 * We don't have any accessibility support 7 7 8 == API *really* missing for Qt 4.4 == 9 10 * HitTest function (for the context menu as well as hover information) 11 * Provide HTTP body and operation in acceptNavigationRequest 12 8 13 == First Release == 9 14 10 * 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)11 15 * Styling, drawing, sizing: RenderThemeQt.cpp needs some love 12 16 * Google Mail needs work, testing (cookie handling) … … 15 19 16 20 == Parking Lot == 21 * 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 22 * API Work: 18 23 * Research Qtish API to provide access to the same functionality that DOM provides without the DOM insanity (work in progress)