Version 56 (modified by 14 years ago) ( diff ) | ,
---|
Qt Port of WebKit
WebKit is an open source web browser engine. WebKit's HTML and JavaScript code began as a branch of the KHTML and KJS libraries from KDE. As part of KDE framework KHTML was based on Qt but during their porting efforts Apple's engineers made WebKit toolkit independent. WebKit Qt is a project aiming at porting this fabulous engine back to Qt.
The Qt port of WebKit currently compiles and runs on Linux (including Maemo and Meego), Windows, Mac OS X and Symbian.
If you have questions just join #qtwebkit on irc.freenode.net or send an email to the webkit-qt mailing list. You can find archives and subscription information for the list at http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
Releases
- QtWebKit 2.0 Release Page (latest version, included in Qt-4.7.0)
- QtWebKit 2.1 Release Page (next stable version, under development)
- Before Qt-4.7, QtWebKit was considered part of Qt and didn't have a version of its own:
Build Instructions
- Building the Qt version on Linux
- Building the Qt version on Windows
- Building the Qt version on OSX
- Building the Qt version on Symbian
Getting Involved
- Mailing list: http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
- IRC Channel: #qtwebkit on irc.freenode.net
Reporting Bugs
Essentially it consists of the following steps, for more information see the QtWebKitBugs page.
- Use the template shortcut http://webkit.org/new-qtwebkit-bug
- Attach a reproducible minimal test-case (HTML snippet, compilable C++ code)
Useful Links
- Information for Contributors
- Contributing documentation
- Information about how plugins work
- Information about the implementation of the HTML5 media element
- Using jsc command-line app to debug Javascript Core
- Hints on how to develop high performant WebApps
- Information about WebGL support