Changes between Version 84 and Version 85 of QtWebKitTodo


Ignore:
Timestamp:
Apr 29, 2009 3:09:31 AM (15 years ago)
Author:
vestbo@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTodo

    v84 v85  
    8080 * Extend documentation with lots of snippets. (Simon)
    8181 * Implement the latest API changes:
    82   * Add {{{void QWebElementCollection::append(const QWebElement &element);}}}
    83   * Add {{{bool QWebElementCollection::isEmpty() const;}}}
     82  * Add {{{void QWebElementCollection::append(const QWebElement &element);}}} (Tor Arne)
     83  * Add {{{bool QWebElementCollection::isEmpty() const;}}} (Tor Arne)
    8484  * Compare {{{QWebElement::tagName(), prefix(), localName() and namespaceUri()}}} with {{{QXmlStreamReader}}} names
    85   * Add {{{QWebElementCollection QWebElement::children(), and bool hasChildren()}}}
     85  * Add {{{QWebElementCollection QWebElement::children(), and bool hasChildren()}}}  (Tor Arne)
    8686  * Add {{{QVariant QWebElement::evaluateScript(const QString &script);}}}
    8787  * Add {{{void QWebElement::wrapContents(markup/element); overloads to wrap only the contents inside}}}