Changes between Version 89 and Version 90 of QtWebKitTodo
- Timestamp:
- May 6, 2009, 3:39:28 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitTodo
v89 v90 73 73 * Import CSV example from QQ to Qt tree 74 74 75 == DOM API Backlog==75 == Current TODO for first update of WebKit in Qt 4.6 == 76 76 77 Let's try to get the thing done(tm). 77 === DOM API Changes === 78 78 79 79 * Extend documentation with lots of snippets. … … 81 81 * Compare {{{QWebElement::tagName(), prefix(), localName() and namespaceUri()}}} with {{{QXmlStreamReader}}} names 82 82 * Improvements to {{{void QWebElement::wrapContents(markup/element); overloads to wrap only the contents inside}}} (Kenneth) 83 84 === Updating WebKit in Qt 4.6 === 85 86 Goal: 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) 83 90 84 91 == Deferred DOM API Items == … … 102 109 * Implement Arora's clicktoflash plugin with QWebElement 103 110 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 pending111 * Review other new API in trunk.112 * Create a {{{qtwebkit-4.6-staging}}} git branch113 * 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.