Changes between Version 8 and Version 9 of PrefixedAPIs


Ignore:
Timestamp:
Apr 6, 2012 5:49:10 PM (12 years ago)
Author:
abarth@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PrefixedAPIs

    v8 v9  
    2727 * Drag and Drop
    2828    * [http://trac.webkit.org/browser/trunk/Source/WebCore/html/HTMLElement.idl HTMLElement.webkitdropzone]
     29 * Battery Status
     30    * [http://trac.webkit.org/browser/trunk/Source/WebCore/Modules/battery/NavigatorBattery.idl Navigator.webkitBattery]
     31 * File System
     32    * DOMWindow.webkitRequestFileSystem, DOMWindow.webkitResolveLocalFileSystemURL
     33    * WorkerContext.webkitRequestFileSystem, WorkerContext.webkitRequestFileSystemSync, WorkerContext.webkitResolveLocalFileSystemURL, WorkerContext.webkitResolveLocalFileSystemSyncURL
     34 * Indexed DB
     35    * DOMWindow.webkitIndexedDB
     36    * IDBRequest.webkitErrorMessage
     37    * WorkerContext.webkitIndexedDB
     38 * Web Intents
     39    * DOMWindow.WebKitIntent
     40    * Navigator.webkitStartActivity
     41 * Media Stream
     42    * DOMWindow.webkitDeprecatedPeerConnection
     43    * DOMWindow.webkitPeerConnection00
     44    * DOMWindow.webkitMediaStream
     45    * Navigator.webkitGetUserMedia
     46 * Network Info
     47    * Navigator.webkitConnection
     48 * Speech
     49    * DOMWindow.webkitSpeechRecognition, DOMWindow.webkitSpeechRecognitionError, DOMWindow.webkitSpeechRecognitionEvent, DOMWindow.webkitSpeechGrammar, DOMWindow.webkitSpeechGrammarList
     50 * Vibration
     51    * Navigator.webkitVibrate
     52 * Web Audio
     53    * DOMWindow.webkitAudioContext
     54    * DOMWindow.webkitAudioPannerNode
     55 * Notifications
     56    * DOMWindow.webkitNotifications
     57    * WorkerContext.webkitNotifications
    2958
    3059== CSS ==