| 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 14 matching lines...) Expand all Loading... |
| 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 Crypto status=stable | 34 Crypto status=stable |
| 35 CSSAnimationUnprefixed status=experimental | |
| 36 CSSAttributeCaseSensitivity status=experimental | 35 CSSAttributeCaseSensitivity status=experimental |
| 37 CSSMaskSourceType status=experimental | 36 CSSMaskSourceType status=experimental |
| 38 CSSOMSmoothScroll status=experimental | 37 CSSOMSmoothScroll status=experimental |
| 39 CSSTouchActionDelay status=test | 38 CSSTouchActionDelay status=test |
| 40 CSSViewport status=experimental | 39 CSSViewport status=experimental |
| 41 CSS3Text status=experimental | 40 CSS3Text status=experimental |
| 42 CSS3TextDecorations status=experimental | 41 CSS3TextDecorations status=experimental |
| 43 CompositedSelectionUpdates | 42 CompositedSelectionUpdates |
| 44 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental | 43 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental |
| 45 Database status=stable | 44 Database status=stable |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 // Chromium sets this conditionally (eg. based on the presence of a | 113 // Chromium sets this conditionally (eg. based on the presence of a |
| 115 // touchscreen) in ApplyWebPreferences. | 114 // touchscreen) in ApplyWebPreferences. |
| 116 Touch status=stable | 115 Touch status=stable |
| 117 | 116 |
| 118 // Temporary setting to allow easy rollback of change to hover media feature. | 117 // Temporary setting to allow easy rollback of change to hover media feature. |
| 119 HoverMediaQueryKeywords status=stable | 118 HoverMediaQueryKeywords status=stable |
| 120 | 119 |
| 121 TextBlob | 120 TextBlob |
| 122 TouchIconLoading | 121 TouchIconLoading |
| 123 UserSelectAll status=experimental | 122 UserSelectAll status=experimental |
| 124 WebAnimationsAPI status=experimental | |
| 125 WebGLDraftExtensions status=experimental | 123 WebGLDraftExtensions status=experimental |
| 126 WebGLImageChromium | 124 WebGLImageChromium |
| 127 WOFF2 status=stable | 125 WOFF2 status=stable |
| 128 | 126 |
| 129 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test | 127 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test |
| 130 | 128 |
| 131 CredentialManager status=test | 129 CredentialManager status=test |
| OLD | NEW |