Changes between Version 40 and Version 41 of QtWebKitTodo


Ignore:
Timestamp:
Sep 28, 2008 11:43:38 AM (15 years ago)
Author:
Simon Hausmann
Comment:

Cleanups and start of 4.5 plan

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTodo

    v40 v41  
    55uncategorized issues that the developers still need to prioritize.
    66 * We don't have any accessibility support
    7  * Disk Cache
    87 * QWebFrame should have a function to access the QWebHistory for that frame.
    98 * There should be an QWebIconDatabase class that gives you notifications when the icon has been loaded.
     
    1211 * Way to access list of files and progress on downloading them (i.e. be able to make an activity window)
    1312
    14 == API *really* missing for Qt 4.4 ==
    15  * Provide HTTP body and operation in acceptNavigationRequest
    16  * QWebPluginFactory API (done?)
     13== Road to Qt 4.5 ==
    1714
    18 == First Release ==
    19 
    20  * Styling, drawing, sizing: RenderThemeQt.cpp needs some love
    21  * Fix drop-shadow support and other FIXME's in qt/GraphicsContext.
     15 * Provide minimum API for HTML 5 Database and Local Storage functionality (mostly QWebSettings)
     16 * Make the build more configurable with regards to webkit features
     17 * Finish Mac Plugins
     18 * CE Port
     19 * Investigate JSC crash on Windows
    2220
    2321== Parking Lot ==
    24  * 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)
    2522 * API Work:
    2623   * Research Qtish API to provide access to the same functionality that DOM provides without the DOM insanity (work in progress)
     
    3128 * Get layout tests for the Qt build running on all platforms (Priority 1)
    3229 * Private browsing
    33  * Make the build more configurable with regards to webkit features