Changes between Version 48 and Version 49 of QtWebKitTodo


Ignore:
Timestamp:
Mar 2, 2009 6:38:21 AM (15 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTodo

    v48 v49  
    1212 * Ability to pass the handling of listbox/select elements to the application
    1313
    14 == Goals for Qt 4.6 ==
    15 
    16  * Finish work on API to access the DOM
    17  * Integrate QtScript and JavaScriptCore
    18  * Develop examples in Qt
    19 
    20 == Qt 4.5 Maintenance Tasks ==
    21 
    22   * Give the Mac plugins some loving (disable null timer upon deactivation, cocoa event model)
    23 
    2414== Parking Lot ==
    25  * Make the build more configurable with regards to webkit features
    26  * SVG as independent module
    27  * Chromium-like per-process webpage/frame
    28  * API Work:
    29    * Research Qtish API to provide access to the same functionality that DOM provides without the DOM insanity (work in progress)
    30  * JavaScriptCore <-> QtScript research (work in progress)
    3115 * KDE Integration (WebKitKDE)
    3216
     17== Things we want to do ==
     18
     19 * Research out-of-process plugins
     20 * Research QtSvg vs. WebKit SVG
     21 * Make WebKit more modular
     22
     23== Things we should do ==
     24
     25 * Task maintenance (All)
     26 * Improve plugin support
     27 * Improve Media-Element support
     28 * Make the build more configurable in Qt
     29 * Research memory usage
     30 * Research performance
     31 * Windowless plugins on X11
     32 * Extend APIs
     33 * Review new APIs in trunk
     34
     35== Dogfoot Items ==
     36
     37 * Wallet integration
     38 * Arora extensions
     39 * Webclips
     40 * Inline editing example
     41
     42== Short-term items for the next 2-3 months ==
     43
     44 * Layout tests in 4.5, then trunk (Tor Arne, Simon)
     45 * Write examples, docs and screencasts (Ariya, all)
     46 * Finish DOM API (Tor Arne, Simon, Staikos)
     47 * QtScript Integration (Ariya, Kent)