Version 46 (modified by 13 years ago) ( diff ) | ,
---|
QtWebKit-2.2 Release
QtWebKit-2.2 will be a stable release targeted at all Qt supported platforms. It was branched from trunk on 2011-05-05 (r85855) and will be released a bit earlier than Qt-4.8 (where it'll be included).
For a detailed list of features supported by QtWebkit-2.2 and the changes from the previous release, check the Internal Release Notes.
Status and Roadmap
Releases are made preferably on Mondays. Week numbers are from the previous week relative to when the release is made.
- Branch from trunk: 2011-05-04 (week 17) DONE: r85855, branch on gitorious
- First TP: 2011-05-09 (week 18) DONE: tag on gitorious
- Weekly builds (tags on gitorious):
- qtwebkit-2.2-week19 notes
- qtwebkit-2.2-week20 notes
- qtwebkit-2.2-week21 notes
- qtwebkit-2.2-week22 notes
- qtwebkit-2.2-week23 notes
- qtwebkit-2.2-week24 notes
- qtwebkit-2.2-week25 (beta1) notes beta announcement
- qtwebkit-2.2-week26 notes
- qtwebkit-2.2-week27 notes
- qtwebkit-2.2-week28 notes
- qtwebkit-2.2-week29 notes
- qtwebkit-2.2-week30 notes
- qtwebkit-2.2-week31 notes
- qtwebkit-2.2-week32 notes
- qtwebkit-2.2-week33 notes
- qtwebkit-2.2-week34 notes
- qtwebkit-2.2-week35 notes
- Beta1: 2011-06-27 (week 25) DONE: announcement tag on gitorious
- RC1: 2011-09-13 (week36) DONE: announcement tag on gitorious
- Release: September (close to the Qt-4.8 release)
Source Code and Build Instructions
- The source code is available in the qtwebkit-2.2 branch in our WebKit git mirror @ Gitorious. It works better if you have an account there and clone the repository via ssh;
- Please note you'll clone the whole repository. The master branch is the WebKit trunk mirror. QtWebKit-2.2 is developed in the qtwebkit-2.2 branch;
- Follow the standard QtWebKit build instructions for your platform;
- QtWebKit-2.2 is also available inside the Qt-4.8 repository, but it's not always up-to-date there. The branch is the preferred method;
- A simple way to test it is to build Qt-4.8 without QtWebKit support (
configure -no-webkit
) and then build QtWebKit in standalone mode from the branch (Tools/Scripts/build-webkit --qt
).
QA, Trackers and Build bots
- Developers perform weekly tests on the branch on multiple platforms;
- TODO: QA team and test procedure;
- Tracker bug for critical fixes: https://bugs.webkit.org/show_bug.cgi?id=55055
- Tracker bug for candidate fixes: https://bugs.webkit.org/show_bug.cgi?id=55056
Buildbots:
- All bots in one page
- Linux desktop with Qt-4.7
- Linux desktop with Qt-4.8
- OSX Snow Leopard (10.6) with Qt-4.7
- Windows 32bits with Qt-4.7
- Symbian ARMv5 with Qt-4.7
TODO: clarify platform details (OS version, compiler, etc)
Known Issues
These are known problems that affect the last release of QtWebKit-2.2. They are candidates for fixing in a future patch-level release (such as QtWebKit-2.2.1)
QtWebKit-2.2.0
- The Script Panel of the Remote Web Inspetor doesn't work Bug #68544
- Out-of-tree build using make-package.py doesn't work Bug #64734
- Build/link problems in some scenarios under MS Windows Fix in Qt-4.8 and Fix in Qt-4.8