blob: 9598a63bfa7cf45a63652eb2f88d9951e81997b0 [file] [log] [blame]
// This list is used to generate RuntimeEnabledFeatures.h/cpp which contains
// a class that stores static enablers for all experimental features.
//
// Each feature can be assigned a "status":
// status=stable -> Enable this in all Blink configurations. We are committed to these APIs indefinitely.
// status=experimental -> In-progress features, Web Developers might play with, but are not on by default in stable.
// status=test -> Enabled in ContentShell for testing, otherwise off.
// Features without a status are not enabled anywhere by default.
//
// "stable" features listed here should be rare, as anything which we've shipped stable
// can have its runtime flag removed soon after.
//
// condition=ENABLE_NAME is used for wrapping features in compile-time
// #if ENABLE(FEATURE) guards. These are deprecated and should all be removed.
ApplicationCache status=stable
AuthorShadowDOMForAnyElement
CanvasPath status=test
CSSCompositing status=experimental
CSSExclusions status=experimental
CSSRegions status=experimental
CustomDOMElements status=experimental
Database status=stable
DeviceMotion
DeviceOrientation status=stable
DialogElement status=experimental
DirectoryUpload status=stable
EncryptedMedia condition=ENCRYPTED_MEDIA, status=stable
ExperimentalCanvasFeatures status=test
ExperimentalContentSecurityPolicyFeatures status=experimental
ExperimentalShadowDOM status=experimental
ExperimentalWebSocket
FileSystem status=stable
FontLoadEvents status=experimental
Fullscreen status=stable
Gamepad status=stable
Geolocation status=stable
IMEAPI status=test
IndexedDB status=stable
InputTypeDateTime condition=INPUT_TYPE_DATETIME_INCOMPLETE, status=test
InputTypeWeek status=stable
JavaScriptI18NAPI status=stable
LangAttributeAwareFormControlUI
LazyLayout
LocalStorage status=stable
Media custom
MediaSource status=stable
MediaStream status=stable
Notifications status=stable
PeerConnection depends_on=MediaStream, status=stable
Quota status=stable
RequestAutocomplete status=test
ScriptedSpeech status=stable
SeamlessIFrames status=experimental
SessionStorage status=stable
SharedWorker custom
SpeechInput status=stable
SpeechSynthesis
StyleScoped status=experimental
Touch status=stable
VideoTrack status=stable
WebAnimation
WebAudio condition=WEB_AUDIO, status=stable
WebMIDI status=test
WebPInAcceptHeader