Changes between Version 27 and Version 28 of QtWebKitJournal
- Timestamp:
- Apr 28, 2009, 9:28:55 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitJournal
v27 v28 1 1 = 2009 = 2 3 == Week 17 == 4 5 * DOM API: 6 * ~~Another round of API review~~ 7 * Some new functions discussed in the review need to be implemented now. 8 * Add support for wrapping QWebElement in QVariant and return it in the new API, such a scriptProperty() or callScriptFunction. In the long run we would like to deprecate QWebFrame::evaluateJavaScript in favour of a function that returns a QScriptValue... (Simon) 9 * Extend documentation with lots of snippets. (Simon) 2 10 3 11 == Week 16 == 4 12 5 13 * DOM API: 6 * Add support for wrapping QWebElement in QVariant and return it in the new API, such a scriptProperty() or callScriptFunction. In the long run we would like to deprecate QWebFrame::evaluateJavaScript in favour of a function that returns a QScriptValue... (Simon) 7 * Extend documentation with lots of snippets. (Simon) 8 * Rename wrap() to wrapWith() (Kenneth) 14 * Make it possible to build API docs from SVN/Git. (Simon) 15 * ~~Rename wrap() to wrapWith() (Kenneth)~~ 9 16 * ~~Rename QWebElementSelection to QWebElementCollection (Antonio)~~ 10 * Fix name of XML scope (Antonio)11 17 * ~~ Change xml argument name to markup (Tor Arne) ~~ 12 18 * ~~ Demos & Examples in Qt 4.5. (Ariya) ~~ 13 * Work on X11 Flash focus handling (Kenneth) 14 * Work on X11 Flash resizing (Antonio) 19 * ~~Work on X11 Flash focus handling (Kenneth)~~ 15 20 * ~~Backport critical fixes from the trunk (Ariya)~~ 16 17 21 18 22 == Week 15 ==