Changes between Version 86 and Version 87 of QtWebKitTodo


Ignore:
Timestamp:
Apr 29, 2009 7:56:36 AM (15 years ago)
Author:
ariya@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTodo

    v86 v87  
    8484  * Compare {{{QWebElement::tagName(), prefix(), localName() and namespaceUri()}}} with {{{QXmlStreamReader}}} names
    8585  * Add {{{QWebElementCollection QWebElement::children(), and bool hasChildren()}}}  (Tor Arne)
    86   * Add {{{QVariant QWebElement::evaluateScript(const QString &script);}}}
     86  * ~~Add {{{QVariant QWebElement::evaluateScript(const QString &script);}}}(Ariya)~~
    8787  * Add {{{void QWebElement::wrapContents(markup/element); overloads to wrap only the contents inside}}}
    8888  * Add {{{void QWebElement::setInnerXml(const QWebElement &element);}}}