Changes between Version 82 and Version 83 of QtWebKitTodo


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

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTodo

    v82 v83  
    8080 * 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)
    8181 * Extend documentation with lots of snippets. (Simon)
    82  * Implement the latest API changes based on the last review: See http://trac.webkit.org/attachment/wiki/QtWebKitTodo/api_changes.txt
     82 * Implement the latest API changes:
     83  * Add {{{void QWebElementCollection::append(const QWebElement &element);}}}
     84  * Add {{{bool QWebElementCollection::isEmpty() const;}}}
     85  * Compare {{{QWebElement::tagName(), prefix(), localName() and namespaceUri()}}} with {{{QXmlStreamReader}}} names
     86  * Add {{{QWebElementCollection QWebElement::children(), and bool hasChildren()}}}
     87  * Add {{{QVariant QWebElement::evaluateScript(const QString &script);}}}
     88  * Add {{{void QWebElement::wrapContents(markup/element); overloads to wrap only the contents inside}}}
     89  * Add {{{void QWebElement::setInnerXml(const QWebElement &element);}}}
    8390
    8491== Deferred DOM API Items ==