Changes between Version 48 and Version 49 of QtWebKitTodo
- Timestamp:
- Mar 2, 2009, 6:38:21 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitTodo
v48 v49 12 12 * Ability to pass the handling of listbox/select elements to the application 13 13 14 == Goals for Qt 4.6 ==15 16 * Finish work on API to access the DOM17 * Integrate QtScript and JavaScriptCore18 * Develop examples in Qt19 20 == Qt 4.5 Maintenance Tasks ==21 22 * Give the Mac plugins some loving (disable null timer upon deactivation, cocoa event model)23 24 14 == Parking Lot == 25 * Make the build more configurable with regards to webkit features26 * SVG as independent module27 * Chromium-like per-process webpage/frame28 * 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)31 15 * KDE Integration (WebKitKDE) 32 16 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)