Changes between Version 92 and Version 93 of QtWebKitTodo
- Timestamp:
- Jun 8, 2009, 5:56:39 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitTodo
v92 v93 81 81 * Implement the latest API changes: 82 82 * Compare {{{QWebElement::tagName(), prefix(), localName() and namespaceUri()}}} with {{{QXmlStreamReader}}} names 83 * ~~Improvements to {{{void QWebElement::wrapContents(markup/element); overloads to wrap only the contents inside}}}~~ (Kenneth) 83 * Rename {{{QRect QWebHitTestResult::enclosingBlock() const}}} to {{{QWebElement QWebHitTestResult::enclosingBlockElement() const}}} 84 * Replace {{{QString QWebHitTestResult::linkTarget()const}}} with {{{QWebElement QWebHitTestResult::linkElement() const}}} 85 * Remove {{{bool QWebHitTestResult::isScrollBar() const}}} and make sure a null QWebHitTestResult is returned instead 84 86 85 87 === Updating WebKit in Qt 4.6 ===