Changes between Version 101 and Version 102 of QtWebKitTodo


Ignore:
Timestamp:
Jun 9, 2009 1:34:47 AM (15 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTodo

    v101 v102  
    8080  * Compare {{{QWebElement::tagName(), prefix(), localName() and namespaceUri()}}} with {{{QXmlStreamReader}}} names
    8181  * ~~ Rename {{{QRect QWebHitTestResult::enclosingBlock() const}}} to {{{QWebElement QWebHitTestResult::enclosingBlockElement() const}}} (Simon) ~~
    82   * Replace {{{QString QWebHitTestResult::linkTarget()const}}} with {{{QWebElement QWebHitTestResult::linkElement() const}}}
     82  * Replace {{{QString QWebHitTestResult::linkTarget()const}}} with {{{QWebElement QWebHitTestResult::linkElement() const}}} (Simon)
    8383  * Remove {{{bool QWebHitTestResult::isScrollBar() const}}} and make sure a null QWebHitTestResult is returned instead
    8484  * Remove {{{void QWebFrame::renderContents(...)}}} and make a graphics dojo example that shows how to turn off scrollbars via policy and draw indicators yourself.