Changes between Initial Version and Version 1 of QtWebKitFeatures45


Ignore:
Timestamp:
Jan 30, 2009 3:12:29 AM (15 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitFeatures45

    v1 v1  
     1This page lists the features of WebKit that are integrated into Qt 4.5. The vast majority of the features are core WebKit implementations done by the community, notably Apple engineers.
     2
     3== Rough overview of features implemented in WebKit trunk since trunk revision 26376 ==
     4
     5  * Many updates in the WebKit Web Inspector [http://webkit.org/blog/197/web-inspector-redesign/]
     6  * Native implementation of =getElementsByClassName= [http://webkit.org/blog/153/webkit-gets-native-getelementsbyclassname/]
     7  * Support for the W3C Selectors API [http://webkit.org/blog/156/queryselector-and-queryselectorall/]
     8  * Acid 3 Test [http://webkit.org/blog/173/webkit-achieves-acid3-100100-in-public-build/]
     9  * Full Page Zoom [http://webkit.org/blog/165/full-page-zoom/]
     10  * Improved support for CSS 2 and 3 selectors
     11  * Optimizations in Page Loading via Speculative Preloading [http://webkit.org/blog/166/optimizing-page-loading-in-web-browser/]
     12  * CSS Gradients [http://webkit.org/blog/175/introducing-css-gradients/]
     13  * Use of Canvas Drawings in CSS [http://webkit.org/blog/176/css-canvas-drawing/]
     14  * CSS Masks [http://webkit.org/blog/181/css-masks/]
     15  * CSS Reflections [http://webkit.org/blog/182/css-reflections/]
     16  * SquirrelFish [http://webkit.org/blog/189/announcing-squirrelfish/] and SquirrelFish Extreme [http://webkit.org/blog/214/introducing-squirrelfish-extreme/]
     17  * HTML 5 Client Side Storage [http://webkit.org/blog/126/webkit-does-html5-client-side-database-storage/]
     18
     19== Qt specific implementation of existing WebCore interfaces ==
     20  * HTML 5 Media Elements using Phonon [http://labs.trolltech.com/blogs/2008/05/13/top-secret-hush-hush/]
     21  * Support for NPAPI on X11, Windows and Mac OS X
     22
     23== Features that are not working properly in the Qt port yet ==
     24  * CSS Gradients
     25
     26
     27
     28== Related Improvements in Qt 4.5 itself ==
     29  * Network Disk Cache [http://labs.trolltech.com/blogs/2008/08/04/network-cache/]