Changes between Version 88 and Version 89 of QtWebKitTodo


Ignore:
Timestamp:
May 5, 2009 8:23:52 AM (15 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTodo

    v88 v89  
    7777Let's try to get the thing done(tm).
    7878
    79  * 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)
    80  * Extend documentation with lots of snippets. (Simon)
     79 * Extend documentation with lots of snippets.
    8180 * Implement the latest API changes:
    82   * ~~Add {{{void QWebElementCollection::append(const QWebElement &element);}}} (Tor Arne)~~
    83   * ~~Add {{{bool QWebElementCollection::isEmpty() const;}}} (Tor Arne)~~
    8481  * Compare {{{QWebElement::tagName(), prefix(), localName() and namespaceUri()}}} with {{{QXmlStreamReader}}} names
    85   * Add {{{QWebElementCollection QWebElement::children(), and bool hasChildren()}}}  (Tor Arne)
    86   * ~~Add {{{QVariant QWebElement::evaluateScript(const QString &script);}}}(Ariya)~~
    87   * Add {{{void QWebElement::wrapContents(markup/element); overloads to wrap only the contents inside}}}
    88   * Add {{{void QWebElement::setInnerXml(const QWebElement &element);}}}
     82  * Improvements to {{{void QWebElement::wrapContents(markup/element); overloads to wrap only the contents inside}}} (Kenneth)
    8983
    9084== Deferred DOM API Items ==
    9185
     86 * Research setInner/OuterXml on default constructed QWebElements.
    9287 * Add support for DOM events/listeners
    9388   * Add QWebElement::connectEvent()