| OLD | NEW |
| 1 // http://dev.chromium.org/blink/runtime-enabled-features | 1 // http://dev.chromium.org/blink/runtime-enabled-features |
| 2 // | 2 // |
| 3 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains | 3 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains |
| 4 // a class that stores static enablers for all experimental features. | 4 // a class that stores static enablers for all experimental features. |
| 5 // | 5 // |
| 6 // Each feature can be assigned a "status": | 6 // Each feature can be assigned a "status": |
| 7 // status=stable -> Enable this in all Blink configurations. We are committed t
o these APIs indefinitely. | 7 // status=stable -> Enable this in all Blink configurations. We are committed t
o these APIs indefinitely. |
| 8 // status=experimental -> In-progress features, Web Developers might play with,
but are not on by default in stable. | 8 // status=experimental -> In-progress features, Web Developers might play with,
but are not on by default in stable. |
| 9 // status=test -> Enabled in ContentShell for testing, otherwise off. | 9 // status=test -> Enabled in ContentShell for testing, otherwise off. |
| 10 // status=deprecated -> Alias for "test", will be removed at some point. | 10 // status=deprecated -> Alias for "test", will be removed at some point. |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 // Enable bleeding-edge code to make Blink draw content faster. | 26 // Enable bleeding-edge code to make Blink draw content faster. |
| 27 // The changes enabled behind this flag are very likely to break lots of content
. | 27 // The changes enabled behind this flag are very likely to break lots of content
. |
| 28 // ** DO NOT use this flag unless you know what you are doing. ** | 28 // ** DO NOT use this flag unless you know what you are doing. ** |
| 29 BleedingEdgeFastPaths | 29 BleedingEdgeFastPaths |
| 30 BlinkScheduler | 30 BlinkScheduler |
| 31 Bluetooth status=experimental | 31 Bluetooth status=experimental |
| 32 ClientHintsDpr status=experimental | 32 ClientHintsDpr status=experimental |
| 33 CompositedSelectionUpdate | 33 CompositedSelectionUpdate |
| 34 ContextMenu status=experimental | 34 ContextMenu status=experimental |
| 35 CredentialManager status=test | 35 CredentialManager status=test |
| 36 Crypto status=stable | |
| 37 CSS3Text status=experimental | 36 CSS3Text status=experimental |
| 38 CSS3TextDecorations status=experimental | 37 CSS3TextDecorations status=experimental |
| 39 CSSAnimationUnprefixed status=experimental | 38 CSSAnimationUnprefixed status=experimental |
| 40 CSSAttributeCaseSensitivity status=experimental | 39 CSSAttributeCaseSensitivity status=experimental |
| 41 CSSCompositing status=experimental | 40 CSSCompositing status=experimental |
| 42 CSSGridLayout status=experimental | 41 CSSGridLayout status=experimental |
| 43 CSSMaskSourceType status=experimental | 42 CSSMaskSourceType status=experimental |
| 44 CSSOMSmoothScroll status=experimental | 43 CSSOMSmoothScroll status=experimental |
| 45 CSSTouchActionDelay status=test | 44 CSSTouchActionDelay status=test |
| 46 CSSViewport status=experimental | 45 CSSViewport status=experimental |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 WebAnimationsAPI status=experimental | 136 WebAnimationsAPI status=experimental |
| 138 WebAnimationsPlaybackControl status=stable | 137 WebAnimationsPlaybackControl status=stable |
| 139 WebAudio condition=WEB_AUDIO, status=stable | 138 WebAudio condition=WEB_AUDIO, status=stable |
| 140 WebGLDraftExtensions status=experimental | 139 WebGLDraftExtensions status=experimental |
| 141 WebGLImageChromium | 140 WebGLImageChromium |
| 142 WebMIDI status=test | 141 WebMIDI status=test |
| 143 WebVTTRegions depends_on=Media, status=experimental | 142 WebVTTRegions depends_on=Media, status=experimental |
| 144 V8IdleTasks | 143 V8IdleTasks |
| 145 XSLT status=stable | 144 XSLT status=stable |
| 146 SVG1DOM status=stable | 145 SVG1DOM status=stable |
| OLD | NEW |