Changes between Version 88 and Version 89 of QtWebKitTodo
- Timestamp:
- May 5, 2009, 8:23:52 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitTodo
v88 v89 77 77 Let's try to get the thing done(tm). 78 78 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. 81 80 * Implement the latest API changes: 82 * ~~Add {{{void QWebElementCollection::append(const QWebElement &element);}}} (Tor Arne)~~83 * ~~Add {{{bool QWebElementCollection::isEmpty() const;}}} (Tor Arne)~~84 81 * 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) 89 83 90 84 == Deferred DOM API Items == 91 85 86 * Research setInner/OuterXml on default constructed QWebElements. 92 87 * Add support for DOM events/listeners 93 88 * Add QWebElement::connectEvent()