| 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 17 matching lines...) Expand all Loading... |
| 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 Crypto status=stable | 34 Crypto status=stable |
| 35 CSSAnimationUnprefixed status=experimental | 35 CSSAnimationUnprefixed status=experimental |
| 36 CSSAttributeCaseSensitivity status=experimental | 36 CSSAttributeCaseSensitivity status=experimental |
| 37 CSSCompositing status=experimental | 37 CSSCompositing status=experimental |
| 38 CSSGridLayout status=experimental | |
| 39 CSSMaskSourceType status=experimental | 38 CSSMaskSourceType status=experimental |
| 40 CSSOMSmoothScroll status=experimental | 39 CSSOMSmoothScroll status=experimental |
| 41 CSSTouchActionDelay status=test | 40 CSSTouchActionDelay status=test |
| 42 CSSViewport status=experimental | 41 CSSViewport status=experimental |
| 43 CSS3Text status=experimental | 42 CSS3Text status=experimental |
| 44 CSS3TextDecorations status=experimental | 43 CSS3TextDecorations status=experimental |
| 45 CompositedSelectionUpdates | 44 CompositedSelectionUpdates |
| 46 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental | 45 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental |
| 47 Database status=stable | 46 Database status=stable |
| 48 DeviceLight status=experimental | 47 DeviceLight status=experimental |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 TouchIconLoading | 124 TouchIconLoading |
| 126 UserSelectAll status=experimental | 125 UserSelectAll status=experimental |
| 127 WebAnimationsAPI status=experimental | 126 WebAnimationsAPI status=experimental |
| 128 WebGLDraftExtensions status=experimental | 127 WebGLDraftExtensions status=experimental |
| 129 WebGLImageChromium | 128 WebGLImageChromium |
| 130 WOFF2 status=stable | 129 WOFF2 status=stable |
| 131 | 130 |
| 132 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test | 131 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test |
| 133 | 132 |
| 134 CredentialManager status=test | 133 CredentialManager status=test |
| OLD | NEW |