Changes between Version 56 and Version 57 of QtWebKit
- Timestamp:
- Oct 20, 2010, 3:36:06 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKit
v56 v57 3 3 = Qt Port of WebKit = 4 4 5 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.5 [wiki:ProjectVision 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. QtWebKit is a project aiming at porting this fabulous engine back to Qt. 6 6 7 7 The Qt port of WebKit currently compiles and runs on Linux (including Maemo and Meego), Windows, Mac OS X and Symbian. … … 19 19 20 20 == Build Instructions == 21 * [wiki: "BuildingQtOnLinux"Building the Qt version on Linux]22 * [wiki: "BuildingQtOnWindows"Building the Qt version on Windows]23 * [wiki: "BuildingQtOnOSX"Building the Qt version on OSX]24 * [wiki: "BuildingQtOnSymbian"Building the Qt version on Symbian]21 * [wiki:BuildingQtOnLinux Building the Qt version on Linux] 22 * [wiki:BuildingQtOnWindows Building the Qt version on Windows] 23 * [wiki:BuildingQtOnOSX Building the Qt version on OSX] 24 * [wiki:BuildingQtOnSymbian Building the Qt version on Symbian] 25 25 26 26 == Getting Involved == 27 28 QtWebKit is a trully open source project that welcomes all contributors. You can report bugs, help with tests, write code or documentation and discussions are held publicly on IRC or on mailing lists. Development happens on the official webkit repositories. 29 30 * [wiki:QtWebKitContrib Information for Contributors] 27 31 * Mailing list: http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt 28 32 * IRC Channel: #qtwebkit on irc.freenode.net 33 * Roadmap and requirements: http://bugreports.qt.nokia.com/browse/QTWEBKIT 29 34 30 35 === Reporting Bugs === 31 Essentially it consists of the following steps, for more information see the QtWebKitBugs page. 36 Details can be found in the QtWebKitBugs page, but in essence you just have to follow the steps below: 37 32 38 * Use the template shortcut [http://webkit.org/new-qtwebkit-bug http://webkit.org/new-qtwebkit-bug] 33 39 * Attach a reproducible minimal test-case (HTML snippet, compilable C++ code) 34 40 35 === Useful Links === 36 * [wiki:"QtWebKitContrib" Information for Contributors] 37 * [wiki:"QtWebKitDocContrib" Contributing documentation] 38 * [wiki:"QtWebKitPlugins" Information about how plugins work] 39 * [wiki:"QtWebKitMediaElementSupport" Information about the implementation of the HTML5 media element] 40 * [wiki:"QtWebKitJSCapp" Using jsc command-line app to debug Javascript Core] 41 * [wiki:"QtWebKitGraphics" Hints on how to develop high performant WebApps] 41 === Features and Feature planning === 42 * [wiki:QtWebKitFeaturePlanning Details on feature planning and JIRA usage] 43 * [wiki:QtWebKitSupportedStandards Supported web standards in QtWebKit] 44 45 === Technical Articles === 46 * [wiki:QtWebKitPlugins Information about how plugins work] 47 * [wiki:QtWebKitMediaElementSupport Information about the implementation of the HTML5 media element] 48 * [wiki:QtWebKitJSCapp Using jsc command-line app to debug Javascript Core] 49 * [wiki:QtWebKitGraphics Hints on how to develop high performant WebApps] 42 50 * [wiki:QtWebKitWebGL Information about WebGL support] 43 44 == Features and Feature planning == 45 * [wiki:"QtWebKitFeaturePlanning" Feature planning and JIRA usage] 46 * [wiki:"QtWebKitSupportedStandards" Supported web standards in QtWebKit] 51 * Benchmarking: 52 * [http://webkit.sed.hu/benchmark JavaScriptCore's regular benchmark] 53 * [wiki:QtWebKitPerformanceWork QtWebKit Performance Tuning Overview] 47 54 48 55 == QtWebKit related blogs == … … 51 58 * [http://webkit.sed.hu WebKit Apocrypha - Szeged] 52 59 53 == QtWebKit benchmarking == 54 * [http://webkit.sed.hu/benchmark JavaScriptCore's regular benchmark] 55 * [wiki:QtWebKitPerformanceWork QtWebKit Performance Tuning Overview] 56 57 == KDE Integration == 60 == Open Source projects using QtWebKit == 58 61 * [http://websvn.kde.org/trunk/KDE/kdelibs/kdewebkit/ KDE KPart based on QtWebKit] 59 60 == Project Vision == 61 * [wiki:"ProjectVision" Vision for the WebKit project] 62 * [http://code.google.com/p/arora/ Arora Browser] 62 63 63 64 == Events == 64 * [wiki: "QtWebKit/CodeCamp200912"QtWebKit code camp in Wiesbaden on 8-10.12.2009]65 * [wiki:QtWebKit/CodeCamp200912 QtWebKit code camp in Wiesbaden on 8-10.12.2009]