Changes between Version 8 and Version 9 of QtWebKitFeatures21
- Timestamp:
- Jan 26, 2011, 10:08:52 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitFeatures21
v8 v9 1 [[PageOutline]] 2 1 3 = Overview of QtWebKit 2.1 = 2 4 … … 7 9 QtWebKit 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. 8 10 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) 11 See also: [wiki:QtWebKitRelease21 QtWebKit-2.1 Release (trackers, repository, etc)] 12 13 == QtWebKit 2.1.0 == 14 15 QtWebKit 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 19 QtWebKit 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 23 The highlights of the QtWebKit 2.1.0 release for web developers are: 18 24 19 25 * Touch Events … … 33 39 * Native JSON parser 34 40 35 1)HTML5 and CSS3 features are based on draft specifications that are subject to change.36 37 == JavaScript JIT==41 Note: HTML5 and CSS3 features are based on draft specifications that are subject to change. 42 43 === JavaScript JIT === 38 44 39 45 Just-in-time (JIT) compilation for JavaScript is supported on the following platforms: … … 46 52 * Symbian 47 53 48 == Netscape Plug-in API==54 === Netscape Plug-in API === 49 55 50 56 QtWebKit supports the Netscape Plug-in API on X11, Windows, and Mac OS X. 51 57 52 == Full list of bugs and commits==58 === Full list of bugs and commits === 53 59 54 60 Since 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): 55 61 56 === Bugs fixed / Tasks done:===62 ==== Bugs fixed / Tasks done: ==== 57 63 * [https://webkit.org/b/29381 #29381]: [Qt] [Regression] QWebView::setHtml() executes script body twice 58 64 * [https://webkit.org/b/29847 #29847]: [Qt] Add support for automatically creating new windows in QWebView … … 207 213 * [https://webkit.org/b/49718 #49718]: [Qt] Canvas doesn't animate on OpenVG backend 208 214 209 === Commits added or cherry-picked:===215 ==== Commits added or cherry-picked: ==== 210 216 * [http://gitorious.org/webkit/qtwebkit/commit/54ecd4d 54ecd4d]: [RVCT] ACID3 test crash 211 217 * [http://gitorious.org/webkit/qtwebkit/commit/22fb1b1 22fb1b1]: Add TransformActionEvent support … … 447 453 * [http://gitorious.org/webkit/qtwebkit/commit/8576340 8576340]: Revert "Spatial Navigation: issues with the node selection algorithm." 448 454 455 == QtWebKit 2.1.x == 456 457 The next update planned for the 2.1 series will include HTML5 audio/video support and a few bugfixes. 449 458 450 459 == License ==