Changes between Version 54 and Version 55 of QtWebKit
- Timestamp:
- Oct 20, 2010, 11:45:58 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKit
v54 v55 5 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. 6 6 7 The Qt port of WebKit currently compiles and runs on Linux (including Maemo ), Windows, Mac OS X and Symbian.7 The Qt port of WebKit currently compiles and runs on Linux (including Maemo and Meego), Windows, Mac OS X and Symbian. 8 8 9 9 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 10 10 11 == Releases == 12 13 * [wiki:QtWebKitRelease20 QtWebKit 2.0 Release Page] (latest version, included in Qt-4.7.0) 14 * [wiki:QtWebKitRelease21 QtWebKit 2.1 Release Page] (next stable version, under development) 15 * Before Qt-4.7, QtWebKit was considered part of Qt and didn't have a version of its own: 16 * [wiki:QtWebKitFeatures46 Features integrated in WebKit in Qt 4.6] 17 * [wiki:QtWebKitFeatures45 Features integrated in WebKit in Qt 4.5] 18 19 * [wiki:QtWebKitReleases Release procedures and policies] 20 11 21 == Build Instructions == 12 13 22 * [wiki:"BuildingQtOnLinux" Building the Qt version on Linux] 14 23 * [wiki:"BuildingQtOnWindows" Building the Qt version on Windows] … … 17 26 18 27 == Getting Involved == 28 29 * Mailing list: http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt 30 * IRC Channel: #qtwebkit on irc.freenode.net 19 31 20 32 === Reporting Bugs === … … 25 37 26 38 === Useful Links === 27 28 39 * [wiki:"QtWebKitContrib" Information for Contributors] 29 40 * [wiki:"QtWebKitDocContrib" Contributing documentation] 30 * [wiki:"QtWebKitWeeklyBuilds" Weekly Binary Builds]31 * [wiki:"QtWebKitJournal" Journal]32 * [wiki:"QtBackLog" Backlog]33 41 * [wiki:"QtWebKitPlugins" Information about how plugins work] 34 42 * [wiki:"QtWebKitMediaElementSupport" Information about the implementation of the HTML5 media element] … … 39 47 == Features and Feature planning == 40 48 * [wiki:"QtWebKitFeaturePlanning" Feature planning and JIRA usage] 41 42 49 * [wiki:"QtWebKitSupportedStandards" Supported web standards in QtWebKit] 43 50 44 * [wiki:"QtWebKitFeatures21" Overview of QtWebKit 2.1]45 * [wiki:"QtWebKitTableOfFeatures20" Overview of QtWebKit 2.0]46 * [wiki:"QtWebKitFeatures46" Features integrated in WebKit in Qt 4.6]47 * [wiki:"QtWebKitFeatures45" Features integrated in WebKit in Qt 4.5]48 49 == Releases ==50 51 * [wiki:QtWebKitRelease20 QtWebKit 2.0 Release Page]52 * [wiki:QtWebKitRelease21 QtWebKit 2.1 Release Page]53 * [wiki:"QtWebKitReleases" Release procedures and policies]54 55 51 == QtWebKit related blogs == 56 52 * [http://qtwebkit.blogspot.com/ Qt WebKit Developer Journal] 57 53 * [http://labs.trolltech.com/blogs/ Qt Labs] 58 54 * [http://webkit.sed.hu WebKit Apocrypha - Szeged] 59 55 60 56 == QtWebKit benchmarking == 61 62 57 * [http://webkit.sed.hu/benchmark JavaScriptCore's regular benchmark] 63 58 * [wiki:QtWebKitPerformanceWork QtWebKit Performance Tuning Overview] 64 59 65 60 == KDE Integration == 66 67 61 * [http://websvn.kde.org/trunk/KDE/kdelibs/kdewebkit/ KDE KPart based on QtWebKit] 68 62