| 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 13 matching lines...) Expand all Loading... |
| 24 // This feature is deprecated and we are evangalizing affected sites. | 24 // This feature is deprecated and we are evangalizing affected sites. |
| 25 // See https://crbug.com/346236 for current status. | 25 // See https://crbug.com/346236 for current status. |
| 26 PrefixedVideoFullscreen status=stable | 26 PrefixedVideoFullscreen status=stable |
| 27 | 27 |
| 28 // Enable bleeding-edge code to make Blink draw content faster. | 28 // Enable bleeding-edge code to make Blink draw content faster. |
| 29 // The changes enabled behind this flag are very likely to break lots of content
. | 29 // The changes enabled behind this flag are very likely to break lots of content
. |
| 30 // ** DO NOT use this flag unless you know what you are doing. ** | 30 // ** DO NOT use this flag unless you know what you are doing. ** |
| 31 BleedingEdgeFastPaths | 31 BleedingEdgeFastPaths |
| 32 | 32 |
| 33 ClientHintsDpr status=experimental | 33 ClientHintsDpr status=experimental |
| 34 ContextMenu status=experimental | |
| 35 Crypto status=stable | 34 Crypto status=stable |
| 36 CSSAnimationUnprefixed status=experimental | 35 CSSAnimationUnprefixed status=experimental |
| 37 CSSAttributeCaseSensitivity status=experimental | 36 CSSAttributeCaseSensitivity status=experimental |
| 38 CSSCompositing status=experimental | 37 CSSCompositing status=experimental |
| 39 CSSGridLayout status=experimental | 38 CSSGridLayout status=experimental |
| 40 CSSMaskSourceType status=experimental | 39 CSSMaskSourceType status=experimental |
| 41 CSSOMSmoothScroll status=experimental | 40 CSSOMSmoothScroll status=experimental |
| 42 CSSTouchActionDelay status=test | 41 CSSTouchActionDelay status=test |
| 43 CSSViewport status=experimental | 42 CSSViewport status=experimental |
| 44 CSS3Text status=experimental | 43 CSS3Text status=experimental |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 TouchIconLoading | 126 TouchIconLoading |
| 128 UserSelectAll status=experimental | 127 UserSelectAll status=experimental |
| 129 WebAnimationsAPI status=experimental | 128 WebAnimationsAPI status=experimental |
| 130 WebGLDraftExtensions status=experimental | 129 WebGLDraftExtensions status=experimental |
| 131 WebGLImageChromium | 130 WebGLImageChromium |
| 132 WOFF2 status=stable | 131 WOFF2 status=stable |
| 133 | 132 |
| 134 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test | 133 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test |
| 135 | 134 |
| 136 CredentialManager status=test | 135 CredentialManager status=test |
| OLD | NEW |