Changes between Version 15 and Version 16 of QtWebKitRelease20


Ignore:
Timestamp:
Sep 22, 2010 1:45:57 AM (14 years ago)
Author:
Henry Haverinen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitRelease20

    v15 v16  
    55QtWebKit 2.0 was branched off WebKit trunk from SVN revision 56441. The user agent string reports "AppleWebKit/533.3".
    66
    7 == Features and bugs ==
     7== Features  ad bugs ==
    88
    9 Jira link to
    10 
    11    * Committed content: http://bugreports.qt.nokia.com/browse/QTWEBKIT/fixforversion/11566
    12    * Feature backlog: http://bugreports.qt.nokia.com/browse/QTWEBKIT-31
    13 
    14 See also [wiki:"QtWebKitTableOfFeatures20" high-level feature documentation].
     9See [wiki:"QtWebKitTableOfFeatures20" high-level feature documentation].
    1510
    1611Release critical bugs are tracked with
     
    1914
    2015== Deployment on QtWebKit 2.0 on top of a Qt SDK ==
     16
    2117See the page [wiki:QtWebKitRelease20Deployment]
    2218
     
    2622
    2723Instructions for getting changes into the release branch: http://trac.webkit.org/wiki/QtWebKitBackportingFixes#PatchesforQtWebKit2.0
    28 
    29 == Packages ==
    30 
    31     * [wiki:"QtWebKitJournal" Latest weekly build]
    32 
    33 == Documentation TODO ==
    34 
    35 This is a list of items to do regarding the API / overview documentation of QtWebKit that we'd like to fix before the release:
    36 
    37     * Zero qdoc warnings
    38     * Review existing API documentation:
    39         * Widget plugins
    40         * Files (14):
    41         * Expand and combine sentences, adding missing \sa links, etc.
    42     * Ask the Qt support staff about things they're aware of that are bad or missing in the current docs.
    43     * Architectural overview (QWebView, QGraphicsWebView, QWebPage) - update existing diagram
    44     * Make sure that all new functions have the \since tag
    45     * Figure out how to expand \since 2.0 to "Since QtWebKit 2.0", or consider a \since 4.7 and \sinceqtwebkit 2.0
    46     * Task orientation documentation:
    47         * How to implement a desktop and a mobile/embedded browser
    48         * JavaScript bridge documentation (Noam)
    49 
    50 === Teams ===
    51 
    52    * Jedrzej, Kent
    53       * Review Noam's JavaScript bridge documentation
    54       * qwebhistoryinterface.cpp
    55       * qwebhistory.cpp
    56       * qwebpage.cpp
    57 
    58    * Jocelyn, Simon
    59       * qwebinspector.cpp
    60       * qwebkitversion.cpp
    61       * qwebsettings.cpp
    62       * Overview: WebKit/qt/doc/qtwebkit.qdoc
    63       * qwebdatabase.cpp
    64 
    65    * Tor Arne, Henry
    66       * qwebpluginfactory.cpp
    67       * qwebsecurityorigin.cpp
    68       * qwebelement.cpp
    69       * QtWebKit 2.0 Feature Overview
    70 
    71    * Andreas, Benjamin
    72       * qwebframe.cpp
    73       * qgraphicswebview.cpp
    74       * qwebview.cpp
    75       * How to implement a desktop and a mobile/embedded browser