Changes between Version 10 and Version 11 of PrefixedAPIs
- Timestamp:
- Apr 6, 2012, 5:58:32 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PrefixedAPIs
v10 v11 7 7 * Full Screen 8 8 * [http://trac.webkit.org/browser/trunk/Source/WebCore/dom/Document.idl Document.webkitIsFullScreen, Document.webkitFullScreenKeyboardInputAllowed, etc] 9 * HTMLVideoElement.webkitSupportsFullscreen, HTMLVideoElement.webkitDisplayingFullscreen, HTMLVideoElement.webkitEnterFullscreen, HTMLVideoElement.webkitExitFullscreen, HTMLVideoElement.webkitEnterFullScreen, HTMLVideoElement.webkitExitFullScreen 9 10 * Page Visiblity 10 11 * [http://trac.webkit.org/browser/trunk/Source/WebCore/dom/Document.idl Document.webkitVisibilityState] … … 43 44 * DOMWindow.WebKitIntent 44 45 * Navigator.webkitStartActivity 46 * Media Statistics 47 * HTMLMediaElement.webkitAudioDecodedByteCount 48 * HTMLMediaElement.webkitVideoDecodedByteCount 49 * HTMLVideoElement.webkitDecodedFrameCount 50 * HTMLVideoElement.webkitDroppedFrameCount 45 51 * Media Stream 46 52 * DOMWindow.webkitDeprecatedPeerConnection … … 48 54 * DOMWindow.webkitMediaStream 49 55 * Navigator.webkitGetUserMedia 56 * Media Source 57 * HTMLMediaElement.webkitMediaSourceURL 58 * HTMLMediaElement.webkitSourceAppend 59 * HTMLMediaElement.webkitSourceEndOfStream 60 * HTMLMediaElement.webkitSourceState 50 61 * Network Info 51 62 * Navigator.webkitConnection 52 63 * Speech 53 64 * DOMWindow.webkitSpeechRecognition, DOMWindow.webkitSpeechRecognitionError, DOMWindow.webkitSpeechRecognitionEvent, DOMWindow.webkitSpeechGrammar, DOMWindow.webkitSpeechGrammarList 65 * Speech Input 66 * HTMLInputElement.webkitSpeech, HTMLInputElement.webkitGrammar, HTMLInputElement.onwebkitspeechchange 54 67 * Vibration 55 68 * Navigator.webkitVibrate … … 67 80 * Quota 68 81 * DOMWindow.webkitStorageInfo 82 * Directory Upload 83 * HTMLInputElement.webkitdirectory 69 84 * ??? 70 85 * DOMWindow.webkitConvertPointFromPageToNode, DOMWindow.webkitConvertPointFromNodeToPage, WebKitPoint 86 * HTMLMediaElement.webkitPreservesPitch, HTMLMediaElement.webkitHasClosedCaptions, HTMLMediaElement.webkitClosedCaptionsVisible 71 87 72 88 == CSS ==