Changes between Version 22 and Version 23 of QtWebKitTableOfFeatures20
- Timestamp:
- Apr 15, 2010, 5:32:43 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitTableOfFeatures20
v22 v23 18 18 As a general indicator of web compliance, QtWebKit 2.0 passes the Acid 2 and Acid 3 tests. 19 19 20 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. 21 20 22 QtWebKit 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 = 21 25 22 26 This documentation uses the following classification for the levels of support: … … 26 30 * '''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. 27 31 28 = Features for C++ developers=32 = What's new in QtWebKit 2.0 = 29 33 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. 34 The 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 31 44 32 45 = Web application features = … … 49 62 * Linux on x86 platforms with gcc 4.1 or higher 50 63 * Linux on ARM (Thumb-2 JIT is not currently used) 64 * Symbian on ARM (technology preview, not enabled by default) 51 65 52 66 … … 69 83 || [http://webkit.org/blog/176/css-canvas-drawing/ CSS Canvas drawing] || Experimental, WebKit specific || || 70 84 || [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 || 72 86 73 87 = HTML5 canvas and media =