blob: 9bedceafec66511f41e2679009268bfa02d5db84 [file] [log] [blame]
// http://dev.chromium.org/blink/runtime-enabled-features
//
// 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.
// status=deprecated -> Alias for "test", will be removed at some point.
// 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
AudioVideoTracks depends_on=Media, status=experimental
AuthorShadowDOMForAnyElement
BatteryStatus status=experimental
Beacon status=experimental
// This feature is deprecated and we are evangalizing affected sites.
// See https://crbug.com/346236 for current status.
PrefixedVideoFullscreen status=stable
// Enable bleeding-edge code to make Blink draw content faster.
// The changes enabled behind this flag are very likely to break lots of content.
// ** DO NOT use this flag unless you know what you are doing. **
BleedingEdgeFastPaths
ThemeColor status=stable
ClientHintsDpr status=experimental
Crypto status=stable
CSSAnimationUnprefixed status=experimental
CSSCompositing status=experimental
CSSExclusions status=experimental
CSSGridLayout status=experimental
CSSMaskSourceType status=experimental
CSSOMSmoothScroll status=experimental
CSSShapes status=stable
CSSStickyPosition status=test
CSSTouchAction status=stable
CSSTouchActionDelay status=test
CSSTransformsUnprefixed status=stable
CSSViewport status=experimental
CSSWillChange status=stable
CSS3Text status=experimental
CSS3TextDecorations status=experimental
CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental
Database status=stable
DeviceLight status=test
DialogElement status=stable
EncodingAPI status=experimental
EncryptedMedia status=test
EncryptedMediaAnyVersion status=stable
ExperimentalCanvasFeatures status=test
ExperimentalContentSecurityPolicyFeatures status=experimental
ExperimentalWebSocket status=test
FastMobileScrolling
FileAPIBlobClose status=experimental
FileConstructor status=experimental
FileSystem status=stable
FontLoadEvents status=stable
FastTextAutosizing status=stable
Gamepad status=stable
HTMLImports status=stable
HighResolutionTimeInWorkers status=stable
IMEAPI status=experimental
ImageDataConstructor status=experimental
IndexedDBExperimental status=experimental
InputModeAttribute status=experimental
LangAttributeAwareFormControlUI
LayerSquashing status=stable
PrefixedEncryptedMedia status=stable
LocalStorage status=stable
Manifest status=test
Media status=stable
MediaController depends_on=Media, status=experimental
MediaQueryParser status=stable
MediaSource status=stable
MediaSourceExperimental depends_on=MediaSource, status=experimental
MediaStream status=stable
MemoryInfoInWorkers status=experimental
NavigationTransitions status=experimental
NavigatorContentUtils
NetworkInformation status=experimental
Notifications status=stable
ObjectFitPosition status=stable
OrientationEvent
// Only enabled on Android, and for certain layout tests on Linux.
OverlayFullscreenVideo
PagePopup status=stable
Path2D status=stable
PathOpsSVGClipping
PeerConnection depends_on=MediaStream, status=stable
PreciseMemoryInfo
PushMessaging status=experimental
Quota status=stable
QuotaPromise status=experimental
OverlayScrollbars
RegionBasedColumns status=experimental
// This is implementation flag for the re-write of the layout/paint system to
// do painting after we have completed layout, instead of piecemeal during layout.
RepaintAfterLayout status=stable
RequestAutocomplete status=test
ScreenOrientation status=experimental
ScriptedSpeech status=stable
// Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left
// as per the spec, matching other Web engines.
ScrollTopLeftInterop status=experimental
ServiceWorker status=experimental
SessionStorage status=stable
SharedWorker status=stable
PictureSizes status=experimental
Picture status=experimental
// window.showModalDialog is deprecated and slated for removal. crbug.com/345831
ShowModalDialog status=deprecated
SpeechSynthesis status=stable
Stream status=experimental
SubpixelFontScaling status=stable
SubresourceIntegrity status=test
// Enable optimizations to recalculate style on the fewest possible number of
// elements when updating classes, ids or attributes of DOM elements.
TargetedStyleRecalc status=stable
// Many websites disable mouse support when touch APIs are available. We'd
// like to enable this always but can't until more websites fix this bug.
// Chromium sets this conditionally (eg. based on the presence of a
// touchscreen) in ApplyWebPreferences.
Touch status=stable
TouchIconLoading
UserSelectAll status=experimental
WebAnimationsSVG
WebAnimationsElementAnimate status=stable
WebAnimationsAPI status=experimental, depends_on=WebAnimationsElementAnimate
WebAudio condition=WEB_AUDIO, status=stable
WebGLDraftExtensions status=experimental
WebGLImageChromium
WebMIDI status=test
WebVTTRegions depends_on=Media, status=experimental
WOFF2 status=stable
XSLT status=stable
PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test