| 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 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 CSSAttributeCaseSensitivity status=experimental | 35 CSSAttributeCaseSensitivity status=experimental |
| 36 CSSMaskSourceType status=experimental | |
| 37 CSSTouchActionDelay status=test | 36 CSSTouchActionDelay status=test |
| 38 CSSViewport status=experimental | 37 CSSViewport status=experimental |
| 39 CSS3Text status=experimental | 38 CSS3Text status=experimental |
| 40 CSS3TextDecorations status=experimental | 39 CSS3TextDecorations status=experimental |
| 41 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental | 40 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental |
| 42 Database status=stable | 41 Database status=stable |
| 43 DeviceLight status=experimental | 42 DeviceLight status=experimental |
| 44 SVGFontsOnNonGDIPlatforms | 43 SVGFontsOnNonGDIPlatforms |
| 45 EncodingAPI status=stable | 44 EncodingAPI status=stable |
| 46 EncryptedMedia status=test | 45 EncryptedMedia status=test |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 TextBlob status=stable | 111 TextBlob status=stable |
| 113 TouchIconLoading | 112 TouchIconLoading |
| 114 UserSelectAll status=experimental | 113 UserSelectAll status=experimental |
| 115 WebGLDraftExtensions status=experimental | 114 WebGLDraftExtensions status=experimental |
| 116 WebGLImageChromium | 115 WebGLImageChromium |
| 117 WOFF2 status=stable | 116 WOFF2 status=stable |
| 118 | 117 |
| 119 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test | 118 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test |
| 120 | 119 |
| 121 CredentialManager status=test | 120 CredentialManager status=test |
| OLD | NEW |