Changes between Version 99 and Version 100 of QtWebKitTodo


Ignore:
Timestamp:
Jun 8, 2009 8:23:49 AM (15 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTodo

    v99 v100  
    7979 * Implement the latest API changes:
    8080  * Compare {{{QWebElement::tagName(), prefix(), localName() and namespaceUri()}}} with {{{QXmlStreamReader}}} names
    81   * Rename {{{QRect QWebHitTestResult::enclosingBlock() const}}} to {{{QWebElement QWebHitTestResult::enclosingBlockElement() const}}}
     81  * Rename {{{QRect QWebHitTestResult::enclosingBlock() const}}} to {{{QWebElement QWebHitTestResult::enclosingBlockElement() const}}} (Simon)
    8282  * Replace {{{QString QWebHitTestResult::linkTarget()const}}} with {{{QWebElement QWebHitTestResult::linkElement() const}}}
    8383  * Remove {{{bool QWebHitTestResult::isScrollBar() const}}} and make sure a null QWebHitTestResult is returned instead