Changes between Version 8 and Version 9 of QtWebKitFeatures21


Ignore:
Timestamp:
Jan 26, 2011 10:08:52 AM (13 years ago)
Author:
Ademar Reis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitFeatures21

    v8 v9  
     1[[PageOutline]]
     2
    13= Overview of QtWebKit 2.1 =
    24
     
    79QtWebKit has a C++ API that allows Qt applications to embed web content, and to examine and manipulate the web content. The QtWebKit C++ API is extensively documented in the QtWebKit documentation.
    810
    9 QtWebKit 2.1 is an independent QtWebKit release that is not currently included in any Qt releases, so QtWebKit 2.1 is not covered by commercial Qt support from Nokia. QtWebKit 2.1 has been verified on Qt 4.7.
    10 
    11 == Platforms ==
    12 
    13 QtWebKit 2.1.0 has been verified for Symbian{{{^}}}3 and Maemo Harmattan platforms. While it may run on other platforms, it has not been verified.
    14 
    15 == Notable web developer features ==
    16 
    17 The highlights of the QtWebKit 2.1 release for web developers are listed here. 1)
     11See also: [wiki:QtWebKitRelease21 QtWebKit-2.1 Release (trackers, repository, etc)]
     12
     13== QtWebKit 2.1.0 ==
     14
     15QtWebKit 2.1.0 will be an independent QtWebKit release that is won't be imediately included in any Qt releases, so QtWebKit 2.1.0 will not be covered by commercial Qt support from Nokia. QtWebKit 2.1.0 is being verified to work with Qt 4.7.
     16
     17=== Platforms ===
     18
     19QtWebKit 2.1.0 is being verified for Symbian{{{^}}}3 and Maemo Harmattan platforms. While it may run on other platforms, neither stability nor all features are guaranteed, as the QA effort was very limited.
     20
     21=== Notable web developer features ===
     22
     23The highlights of the QtWebKit 2.1.0 release for web developers are:
    1824
    1925  * Touch Events
     
    3339  * Native JSON parser
    3440
    35 1) HTML5 and CSS3 features are based on draft specifications that are subject to change.
    36 
    37 == JavaScript JIT ==
     41Note: HTML5 and CSS3 features are based on draft specifications that are subject to change.
     42
     43=== JavaScript JIT ===
    3844
    3945Just-in-time (JIT) compilation for JavaScript is supported on the following platforms:
     
    4652 * Symbian
    4753
    48 == Netscape Plug-in API ==
     54=== Netscape Plug-in API ===
    4955
    5056QtWebKit supports the Netscape Plug-in API on X11, Windows, and Mac OS X.
    5157
    52 == Full list of bugs and commits ==
     58=== Full list of bugs and commits ===
    5359
    5460Since the branch was forked from trunk on [http://gitorious.org/webkit/qtwebkit/commit/4a1210a commit 4a1210a] ([63881] on SVN), the following bugs have been fixed and commits made (please note that all tasks on webkit are tracked using a "bug" ticket):
    5561
    56 === Bugs fixed / Tasks done: ===
     62==== Bugs fixed / Tasks done: ====
    5763 * [https://webkit.org/b/29381 #29381]: [Qt] [Regression] QWebView::setHtml() executes script body twice
    5864 * [https://webkit.org/b/29847 #29847]: [Qt] Add support for automatically creating new windows in QWebView
     
    207213 * [https://webkit.org/b/49718 #49718]: [Qt] Canvas doesn't animate on OpenVG backend
    208214
    209 === Commits added or cherry-picked: ===
     215==== Commits added or cherry-picked: ====
    210216 * [http://gitorious.org/webkit/qtwebkit/commit/54ecd4d 54ecd4d]: [RVCT] ACID3 test crash
    211217 * [http://gitorious.org/webkit/qtwebkit/commit/22fb1b1 22fb1b1]: Add TransformActionEvent support
     
    447453 * [http://gitorious.org/webkit/qtwebkit/commit/8576340 8576340]: Revert "Spatial Navigation: issues with the node selection algorithm."
    448454
     455== QtWebKit 2.1.x ==
     456
     457The next update planned for the 2.1 series will include HTML5 audio/video support and a few bugfixes.
    449458
    450459== License ==