Changes between Version 1 and Version 2 of QtWebKitFeatures21


Ignore:
Timestamp:
Oct 13, 2010 2:54:08 AM (14 years ago)
Author:
Henry Haverinen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitFeatures21

    v1 v2  
    77QtWebKit 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.
    88
    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.
     9QtWebKit 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
     13QtWebKit 2.1 runs on the following platforms:
     14
     15TO BE DONE
    1016
    1117= What's new in QtWebKit 2.1 =
     
    1319The highlights of the QtWebKit 2.1 release are listed here
    1420
    15 
    1621  * Touch Events and "gesture" events (TransformAction event)
    1722  * Tactile feedback support in CSS
    18   * Canvas element tests
    1923  * HTML5 Geolocation API
    20   * Application cache tests
    2124  * HTML5 Progress element
    2225  * Viewport meta tag
    2326  * Spatial navigation (navigating the web page with arrow keys)
    2427
    25 
    2628  * Test suites for the following HTML5 or CSS features:
     29    * Canvas element
     30    * Application cache
    2731    * CSS Animations
    2832    * CSS Transitions
     
    3438  * JIT compilation (Symbian)
    3539
    36 
    3740= JavaScript JIT =
    3841
    3942Just-in-time (JIT) compilation for JavaScript is supported on the following platforms:
    40 
    41 NEED TO BE UPDATED:
    4243
    4344 * Mac OS X, 64-bit and 32-bit
     
    4647 * Linux on ARM (Thumb-2 JIT is not currently used)
    4748 * Linux on MIPS architecture, maintained by MIPS Technologies.
    48  * Symbian (experimental, not enabled by default)
     49 * Symbian
    4950
    5051= Netscape Plug-in API =