Changes between Version 22 and Version 23 of QtWebKitJournal


Ignore:
Timestamp:
Apr 20, 2009 6:24:00 AM (15 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitJournal

    v22 v23  
    33== Week 16 ==
    44
    5  * Plan to continue API reviews as well as Flash fixes
     5 * 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   * Demos & Examples. (Ariya)
     9   * Rename wrap() to wrapWith() (Kenneth)
     10   * Rename QWebElementSelection to QWebElementCollection (Tor Arne)
     11   * Fix name of XML scope (Antonio)
     12   * Change xml argument name to markup (Tor Arne)
     13 * Work on X11 Flash focus handling (Kenneth)
     14 * Work on X11 Flash resizing (Antonio)
     15
    616
    717== Week 15 ==