Changes between Version 8 and Version 9 of QtWebKitTodo


Ignore:
Timestamp:
Dec 2, 2007 6:13:29 AM (16 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTodo

    v8 v9  
    44== First Release ==
    55
    6  * New HTTP Stack (Priority 1) (work in progress)
     6 * New HTTP Stack (Priority 1) (done)
    77 * QWebFrame Design (Priority 2)
    88 * 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)
    1311 * API Work:
    14    * Editing / EditorClient -> API
    15    * Provide ContextMenu API
     12   * Editing / EditorClient -> API (done)
     13   * Provide ContextMenu API (done)
    1614   * Research Qtish API to provide access to the same functionality that DOM provides without the DOM insanity (work in progress)
    1715 * 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.
    1817
    1918== Parking Lot ==
     
    2423 * Netscape Plugin Support (Priority 2.5)
    2524 * Get layout tests for the Qt build running on all platforms (Priority 1)
     25 * Loader: PageCache
    2626
    2727== Network API Plan ==