Changes between Version 89 and Version 90 of QtWebKitTodo


Ignore:
Timestamp:
May 6, 2009 3:39:28 AM (15 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTodo

    v89 v90  
    7373 * Import CSV example from QQ to Qt tree
    7474
    75 == DOM API Backlog ==
     75== Current TODO for first update of WebKit in Qt 4.6 ==
    7676
    77 Let's try to get the thing done(tm).
     77=== DOM API Changes ===
    7878
    7979 * Extend documentation with lots of snippets.
     
    8181  * Compare {{{QWebElement::tagName(), prefix(), localName() and namespaceUri()}}} with {{{QXmlStreamReader}}} names
    8282  * Improvements to {{{void QWebElement::wrapContents(markup/element); overloads to wrap only the contents inside}}} (Kenneth)
     83
     84=== Updating WebKit in Qt 4.6 ===
     85
     86Goal: Make a first beta release of QtWebKit for Qt 4.6, including the new QtWebKit DOM API.
     87
     88  * Review new API in trunk.
     89  * Make sure it builds on all platforms it build with Qt 4.5. (including Windows/CE)
    8390
    8491== Deferred DOM API Items ==
     
    102109 * Implement Arora's clicktoflash plugin with QWebElement
    103110
    104 === Plan for INdT Code Camp ===
    105 
    106 Goal: Make a first beta release of QtWebKit for Qt 4.6, including the new QtWebKit DOM API.
    107 
    108   * Finish DOM API Backlog.
    109   * Finish API reviews.
    110     * Seminar in Oslo -- DONE. More reviews pending
    111   * Review other new API in trunk.
    112   * Create a {{{qtwebkit-4.6-staging}}} git branch
    113     * Go through {{{shared/qt-45-pending}}} branch. (Simon)
    114     * Forward-port pending Windows CE Garbage Collector change (Simon)
    115   * Make sure it builds on all platforms it build with Qt 4.5. (including Windows/CE)
    116     * Create {{{4.6-staging}}} git branch with import from {{{qtwebkit-4.6-staging}}}.
    117     * Create a Pulse project, talk to Carlos.
    118     * Fix build issues...
    119 
    120 === Done ===
    121 
    122  * Talk to the Animation API guys to see if we can use QtPropertyAnimation with QWebElement's scriptProperties. Solution: QtScriptPropertyAnimation or something similar that allows animation properties in QtScript objects.