Changes between Version 22 and Version 23 of QtWebKitTableOfFeatures20


Ignore:
Timestamp:
Apr 15, 2010 5:32:43 AM (14 years ago)
Author:
Henry Haverinen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTableOfFeatures20

    v22 v23  
    1818As a general indicator of web compliance, QtWebKit 2.0 passes the Acid 2 and Acid 3 tests.
    1919
     20QtWebKit 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. The C++ API documentation for QtWebKit 2.0 is included in Qt 4.7 documentation, available at http://doc.qt.nokia.com.
     21
    2022QtWebKit 2.0 is included in Qt 4.7. It can also be used with Qt 4.6 or Qt 4.5, however these cases are not  covered by commercial support from Nokia.  Qt 4.5 support is community driven and not verified by Nokia.
     23
     24=  Terms used in this documentation =
    2125
    2226This documentation uses the following classification for the levels of support:
     
    2630  * '''Supported''': the feature is fully ready for production applications. The implementation has been verified, and we don't expect changes in the API or standard.
    2731
    28 = Features for C++ developers =
     32= What's new in QtWebKit 2.0 =
    2933
    30 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. The C++ API documentation for QtWebKit 2.0 is included in Qt 4.7 documentation, available at http://doc.qt.nokia.com.
     34The highlights of the QtWebKit 2.0 release are listed here
     35
     36  * Increased focus on performance through new performance benchmarks and benchmarking tools
     37  * Increased focus on quality e.g. through improved automatic test coverage
     38  * Tiling support in QGraphicsViewView, for improved scrolling and zooming performance
     39  * Improvements in the NPAPI support (ongoing)
     40  * Improvements in the native look and feel on Maemo 5
     41  * Technology preview: Support for CSS View Modes media feature
     42  * Technology preview: support for accelerated compositing, which enhances the performance of CSS animations and transitions
     43  * Technology preview: JIT support on Symbian
    3144
    3245= Web application features =
     
    4962 * Linux on x86 platforms with gcc 4.1 or higher
    5063 * Linux on ARM (Thumb-2 JIT is not currently used)
     64 * Symbian on ARM (technology preview, not enabled by default)
    5165
    5266
     
    6983|| [http://webkit.org/blog/176/css-canvas-drawing/ CSS Canvas drawing] || Experimental, WebKit specific || ||
    7084|| [http://webkit.org/blog/182/css-reflections/ CSS reflections] || Experimental, WebKit specific || ||
    71 
     85|| [http://www.w3.org/TR/widgets-vmmf/ CSS View Modes Media feature] || Technology preview ||
    7286
    7387= HTML5 canvas and media =