Changes between Version 1 and Version 2 of QtWebKitTableOfFeatures20


Ignore:
Timestamp:
Mar 1, 2010 5:46:32 AM (14 years ago)
Author:
Henry Haverinen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTableOfFeatures20

    v1 v2  
    1212= Web application features =
    1313
    14 || '''Feature''' || '''Status''' || ''' Qt documentation''' || ''' Qt Autotest ''' || '''Layout test''' ||
    15 || HTML5 application cache (manifest attribute) || ? || [http://doc.qt.nokia.com/4.6/qwebsettings.html#setOfflineWebApplicationCachePath (1)], [http://doc.qt.nokia.com/4.6/qwebsettings.html#WebAttribute-enum (2)] OfflineWebApplicationCacheEnabled attribute || || ||
    16 || Web Storage (DOM storage, local storage & session storage) || ? || [http://doc.qt.nokia.com/4.6/qwebsettings.html#setLocalStoragePath (1)], [http://doc.qt.nokia.com/4.6/qwebsettings.html#WebAttribute-enum (2)] LocalStorageEnabled attribute || || LayoutTests/storage ||
    17 || Web SQL Database || ? || [[http://doc.qt.nokia.com/4.6/qwebsettings.html#setOfflineStoragePath (1)], [http://doc.qt.nokia.com/4.6/qwebsettings.html#WebAttribute-enum (2)] OfflineStorageDatabaseEnabled attribute || ||  ||
    18 || "online" and "offline" events || || || ||
    19 || Web Workers - dedicated workers || || || || LayoutTests/workers ||
    20 || Web Workers - shared workers || || || || LayoutTests/fast/workers ||
    21 || Web Sockets || Not supported || || || LayoutTests/websocket||
     14|| '''Feature''' || '''Status''' || ''' Qt documentation''' || '''Layout test''' ||
     15|| HTML5 application cache (manifest attribute) || ? || [http://doc.qt.nokia.com/4.6/qwebsettings.html#setOfflineWebApplicationCachePath (1)], [http://doc.qt.nokia.com/4.6/qwebsettings.html#WebAttribute-enum (2)] OfflineWebApplicationCacheEnabled attribute || ||
     16|| Web Storage (DOM storage, local storage & session storage) || ? || [http://doc.qt.nokia.com/4.6/qwebsettings.html#setLocalStoragePath (1)], [http://doc.qt.nokia.com/4.6/qwebsettings.html#WebAttribute-enum (2)] LocalStorageEnabled attribute || LayoutTests/storage ||
     17|| Web SQL Database || ? || [[http://doc.qt.nokia.com/4.6/qwebsettings.html#setOfflineStoragePath (1)], [http://doc.qt.nokia.com/4.6/qwebsettings.html#WebAttribute-enum (2)] OfflineStorageDatabaseEnabled attribute || || 
     18|| "online" and "offline" events || || ||
     19|| Web Workers - dedicated workers || || || LayoutTests/workers ||
     20|| Web Workers - shared workers || || || LayoutTests/fast/workers ||
     21|| Web Sockets || Not supported || || LayoutTests/websocket||
    2222
    2323= JavaScript JIT =