Changes between Version 29 and Version 30 of QtWebKitJournal


Ignore:
Timestamp:
May 3, 2009 2:57:37 PM (15 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitJournal

    v29 v30  
    11= 2009 =
     2
     3== Week 18 ==
     4   * 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)
     5   * Extend documentation with lots of snippets. (Simon)
    26
    37== Week 17 ==
     
    59 * DOM API:
    610   * ~~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)
     11   * ~~Some new functions discussed in the review need to be implemented now.~~
     12   * ~~Eliminate QWebElementCollection in favour of QList<QWebElement~~
     13  * ~~Layoutest fixes and Qt 4.5 backports (Ariya)~~
     14  * ~~Another around of X11 Flash focus handling fixes (Kenneth)~~
    1015
    1116== Week 16 ==