Changes between Version 1 and Version 2 of QtWebKitFeatures21
- Timestamp:
- Oct 13, 2010, 2:54:08 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitFeatures21
v1 v2 7 7 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 8 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. It runs on Qt 4.7. 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 runs on the following platforms: 14 15 TO BE DONE 10 16 11 17 = What's new in QtWebKit 2.1 = … … 13 19 The highlights of the QtWebKit 2.1 release are listed here 14 20 15 16 21 * Touch Events and "gesture" events (TransformAction event) 17 22 * Tactile feedback support in CSS 18 * Canvas element tests19 23 * HTML5 Geolocation API 20 * Application cache tests21 24 * HTML5 Progress element 22 25 * Viewport meta tag 23 26 * Spatial navigation (navigating the web page with arrow keys) 24 27 25 26 28 * Test suites for the following HTML5 or CSS features: 29 * Canvas element 30 * Application cache 27 31 * CSS Animations 28 32 * CSS Transitions … … 34 38 * JIT compilation (Symbian) 35 39 36 37 40 = JavaScript JIT = 38 41 39 42 Just-in-time (JIT) compilation for JavaScript is supported on the following platforms: 40 41 NEED TO BE UPDATED:42 43 43 44 * Mac OS X, 64-bit and 32-bit … … 46 47 * Linux on ARM (Thumb-2 JIT is not currently used) 47 48 * Linux on MIPS architecture, maintained by MIPS Technologies. 48 * Symbian (experimental, not enabled by default)49 * Symbian 49 50 50 51 = Netscape Plug-in API =