Changes between Version 27 and Version 28 of QtWebKitJournal


Ignore:
Timestamp:
Apr 28, 2009 9:28:55 AM (15 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitJournal

    v27 v28  
    11= 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)
    210
    311== Week 16 ==
    412
    513 * 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)~~
    916   * ~~Rename QWebElementSelection to QWebElementCollection (Antonio)~~
    10    * Fix name of XML scope (Antonio)
    1117   * ~~ Change xml argument name to markup (Tor Arne) ~~
    1218 * ~~ 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)~~
    1520 * ~~Backport critical fixes from the trunk (Ariya)~~
    16 
    1721
    1822== Week 15 ==