| 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 21 matching lines...) Expand all Loading... |
| 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 | 36 CSSMaskSourceType status=experimental |
| 37 CSSOMSmoothScroll status=experimental | 37 CSSOMSmoothScroll status=experimental |
| 38 CSSTouchActionDelay status=test | 38 CSSTouchActionDelay status=test |
| 39 CSSViewport status=experimental | 39 CSSViewport status=experimental |
| 40 CSS3Text status=experimental | 40 CSS3Text status=experimental |
| 41 CSS3TextDecorations status=experimental | 41 CSS3TextDecorations status=experimental |
| 42 CompositedSelectionUpdates | |
| 43 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental | 42 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental |
| 44 Database status=stable | 43 Database status=stable |
| 45 DeviceLight status=experimental | 44 DeviceLight status=experimental |
| 46 SVGFontsOnNonGDIPlatforms | 45 SVGFontsOnNonGDIPlatforms |
| 47 EncodingAPI status=stable | 46 EncodingAPI status=stable |
| 48 EncryptedMedia status=test | 47 EncryptedMedia status=test |
| 49 EncryptedMediaAnyVersion status=stable | 48 EncryptedMediaAnyVersion status=stable |
| 50 ExecCommandInJavaScript status=test | 49 ExecCommandInJavaScript status=test |
| 51 ExperimentalCanvasFeatures status=test | 50 ExperimentalCanvasFeatures status=test |
| 52 ExperimentalWebSocket status=stable | 51 ExperimentalWebSocket status=stable |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 TextBlob status=stable | 119 TextBlob status=stable |
| 121 TouchIconLoading | 120 TouchIconLoading |
| 122 UserSelectAll status=experimental | 121 UserSelectAll status=experimental |
| 123 WebGLDraftExtensions status=experimental | 122 WebGLDraftExtensions status=experimental |
| 124 WebGLImageChromium | 123 WebGLImageChromium |
| 125 WOFF2 status=stable | 124 WOFF2 status=stable |
| 126 | 125 |
| 127 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test | 126 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test |
| 128 | 127 |
| 129 CredentialManager status=test | 128 CredentialManager status=test |
| OLD | NEW |