Version 12 (modified by 15 years ago) ( diff ) | ,
---|
QtWebKit 2.0 Release
This wiki page tracks the status of the QtWebKit 2.0 release. The release follows the standard release procedures and policies.
QtWebKit 2.0 was branched off WebKit trunk from SVN revision 56441. The user agent string reports "AppleWebKit/533.3".
Features and bugs
Jira link to
- Committed content: http://bugreports.qt.nokia.com/browse/QTWEBKIT/fixforversion/11566
- Feature backlog: http://bugreports.qt.nokia.com/browse/QTWEBKIT-31
See also high-level feature documentation.
Release critical bugs are tracked with
Deployment on QtWebKit 2.0 on top of a Qt SDK
See the page QtWebKitRelease20Deployment
Release branch
The release branch is called qtwebkit-2.0
and is hosted in the qtwebkit repository at http://gitorious.org/+qtwebkit-developers/webkit/qtwebkit
Instructions for getting changes into the release branch: http://trac.webkit.org/wiki/QtWebKitBackportingFixes#PatchesforQtWebKit2.0
Packages
Documentation TODO
This is a list of items to do regarding the API / overview documentation of QtWebKit that we'd like to fix before the release:
- Zero qdoc warnings
- Review existing API documentation:
- Widget plugins
- Files (14):
- qwebframe.h
- qwebpage.h
- qgraphicswebview.h
- qwebview.h
- qwebsettings.h
- qwebhistoryinterface.h
- qwebdatabase.h
- qwebsecurityorigin.h
- qwebelement.h
- qwebpluginfactory.h
- qwebhistory.h
- qwebinspector.h
- qwebkitversion.h
- Overview: WebKit/qt/doc/qtwebkit.qdoc
- Expand and combine sentences, adding missing \sa links, etc.
- Ask the Qt support staff about things they're aware of that are bad or missing in the current docs.
- Architectural overview (QWebView, QGraphicsWebView, QWebPage) - update existing diagram
- Make sure that all new functions have the \since tag
- Figure out how to expand \since 2.0 to "Since QtWebKit 2.0", or consider a \since 4.7 and \sinceqtwebkit 2.0
- Task orientation documentation:
- How to implement a desktop and a mobile/embedded browser
- JavaScript bridge documentation (Noam)