Changes between Version 120 and Version 121 of QtWebKitTodo


Ignore:
Timestamp:
Dec 16, 2009 12:53:17 AM (14 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTodo

    v120 v121  
    3737
    3838 * Task maintenance (All)
    39  * Improve plugin support (eg. windowless) WIP
    4039 * Improve Media-Element support
    4140 * Make the build more configurable in Qt
    4241 * Research memory usage
    4342 * Research performance
    44  * Windowless plugins on X11 WIP
    4543 * Extend APIs
    46  * Review new APIs in trunk
    4744 * Style-dependent scrolling (improvement to r41285)
    4845 * A17n support
     
    8077 * Import CSV example from QQ to Qt tree
    8178
    82 == Current TODO ==
    83 
    84  * Extend documentation with lots of snippets.
    85  * Fix all qdoc warnings.
    86  * Implement the latest API changes:
    87   * Compare {{{QWebElement::tagName(), prefix(), localName() and namespaceUri()}}} with {{{QXmlStreamReader}}} names (Pedralho)
    88   * ~~ Rename {{{QRect QWebHitTestResult::enclosingBlock() const}}} to {{{QWebElement QWebHitTestResult::enclosingBlockElement() const}}} (Simon) ~~
    89   * ~~ Replace {{{QString QWebHitTestResult::linkTarget()const}}} with {{{QWebElement QWebHitTestResult::linkElement() const}}} (Simon) ~~
    90   * ~~ Remove {{{bool QWebHitTestResult::isScrollBar() const}}} and make sure a null QWebHitTestResult is returned instead (Pedralho) ~~
    91   * ~~ Remove {{{void QWebFrame::renderContents(...)}}} (Pedralho) ~~
    92    * ~~ make a graphics dojo example that shows how to turn off scrollbars via policy and draw indicators yourself. (Pedralho) ~~
    93   * ~~ Replace {{{QWebPage::fixedLayoutSize}}} and {{{useFixedLayout}}} with one singled {{{fixedContentsSize}}} property that disables the feature if a null size is set. Also send an email to Adam Treat to ask what the height is used for. If there is no use for the height then simply rename it to {{{fixedContentsWidth}}}. (Simon) ~~
    94   * ~~ Rename {{{QWebSettings::AllowUniversalAccessFromFileUrls}}} to {{{QWebSettings::LocalContentCanAccessRemoteUrls}}} (Simon). ~~
    95   * Integrate Jens' theming fixes for Oxygen.
    96 
    9779== Deferred DOM API Items ==
    9880