wiki:PrefixedAPIs

Version 11 (modified by abarth@webkit.org, 12 years ago) (diff)

--

Vendor-prefixed APIs in WebKit

This page lists the APIs in WebKit that have vendor prefixes and the status of those APIs on the standards track.

DOM

  • Full Screen
  • Page Visiblity
  • Post Message:
  • Pointer Lock
  • Mutation Observers
  • Touch Events
  • Wheel Events
  • File API
  • Canvas
  • Drag and Drop
  • Battery Status
  • File System
    • DOMWindow.webkitRequestFileSystem, DOMWindow.webkitResolveLocalFileSystemURL
    • WorkerContext.webkitRequestFileSystem, WorkerContext.webkitRequestFileSystemSync, WorkerContext.webkitResolveLocalFileSystemURL, WorkerContext.webkitResolveLocalFileSystemSyncURL
  • Indexed DB
    • DOMWindow.webkitIndexedDB
    • IDBRequest.webkitErrorMessage
    • WorkerContext.webkitIndexedDB
  • Web Intents
    • DOMWindow.WebKitIntent
    • Navigator.webkitStartActivity
  • Media Statistics
    • HTMLMediaElement.webkitAudioDecodedByteCount
    • HTMLMediaElement.webkitVideoDecodedByteCount
    • HTMLVideoElement.webkitDecodedFrameCount
    • HTMLVideoElement.webkitDroppedFrameCount
  • Media Stream
    • DOMWindow.webkitDeprecatedPeerConnection
    • DOMWindow.webkitPeerConnection00
    • DOMWindow.webkitMediaStream
    • Navigator.webkitGetUserMedia
  • Media Source
    • HTMLMediaElement.webkitMediaSourceURL
    • HTMLMediaElement.webkitSourceAppend
    • HTMLMediaElement.webkitSourceEndOfStream
    • HTMLMediaElement.webkitSourceState
  • Network Info
    • Navigator.webkitConnection
  • Speech
    • DOMWindow.webkitSpeechRecognition, DOMWindow.webkitSpeechRecognitionError, DOMWindow.webkitSpeechRecognitionEvent, DOMWindow.webkitSpeechGrammar, DOMWindow.webkitSpeechGrammarList
  • Speech Input
    • HTMLInputElement.webkitSpeech, HTMLInputElement.webkitGrammar, HTMLInputElement.onwebkitspeechchange
  • Vibration
    • Navigator.webkitVibrate
  • Web Audio
    • DOMWindow.webkitAudioContext
    • DOMWindow.webkitAudioPannerNode
  • Notifications
    • DOMWindow.webkitNotifications
    • WorkerContext.webkitNotifications
  • Request Animation Frame
    • DOMWindow.webkitRequestAnimationFrame, DOMWindow.webkitCancelAnimationFrame, DOMWindow.webkitCancelRequestAnimationFrame
  • URL
    • DOMWindow.webkitURL
    • WorkerContext.webkitURL
  • Quota
    • DOMWindow.webkitStorageInfo
  • Directory Upload
    • HTMLInputElement.webkitdirectory
  • ???
    • DOMWindow.webkitConvertPointFromPageToNode, DOMWindow.webkitConvertPointFromNodeToPage, WebKitPoint
    • HTMLMediaElement.webkitPreservesPitch, HTMLMediaElement.webkitHasClosedCaptions, HTMLMediaElement.webkitClosedCaptionsVisible

CSS

FIXME: Fill in the CSS properties.