Changes between Version 14 and Version 15 of QtWebKitTodo
- Timestamp:
- Dec 10, 2007, 2:46:00 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitTodo
v14 v15 8 8 * Research Qtish API to provide access to the same functionality that DOM provides without the DOM insanity (work in progress) 9 9 * 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) 10 * 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. (url(), prettyURL())11 10 * Styling, drawing, sizing: RenderThemeQt.cpp needs some love 12 11 * Google Mail needs work, testing (cookie handling) … … 14 13 * Fix library versioning. Use 4.4.0 as initial version. 15 14 * Include the QtWebKit version in the user agent. Correct the AppleWebKit version. 15 * Fix drop-shadow support and other FIXME's in qt/GraphicsContext. 16 16 17 17 == Parking Lot ==