Changes between Version 56 and Version 57 of QtWebKit


Ignore:
Timestamp:
Oct 20, 2010 3:36:06 PM (14 years ago)
Author:
Ademar Reis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKit

    v56 v57  
    33= Qt Port of WebKit =
    44
    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.
    66
    77The Qt port of WebKit currently compiles and runs on Linux (including Maemo and Meego), Windows, Mac OS X and Symbian.
     
    1919
    2020== 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]
    2525
    2626== Getting Involved ==
     27
     28QtWebKit 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]
    2731 * Mailing list: http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
    2832 * IRC Channel: #qtwebkit on irc.freenode.net
     33 * Roadmap and requirements: http://bugreports.qt.nokia.com/browse/QTWEBKIT
    2934
    3035=== Reporting Bugs ===
    31 Essentially it consists of the following steps, for more information see the QtWebKitBugs page.
     36Details can be found in the QtWebKitBugs page, but in essence you just have to follow the steps below:
     37
    3238 * Use the template shortcut [http://webkit.org/new-qtwebkit-bug http://webkit.org/new-qtwebkit-bug]
    3339 * Attach a reproducible minimal test-case (HTML snippet, compilable C++ code)
    3440
    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]
    4250 * [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]
    4754
    4855== QtWebKit related blogs ==
     
    5158 * [http://webkit.sed.hu WebKit Apocrypha - Szeged]
    5259
    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 ==
    5861 * [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]
    6263
    6364== 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]