Changes between Version 92 and Version 93 of QtWebKitTodo


Ignore:
Timestamp:
Jun 8, 2009 5:56:39 AM (15 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTodo

    v92 v93  
    8181 * Implement the latest API changes:
    8282  * 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
    8486
    8587=== Updating WebKit in Qt 4.6 ===