| 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 29 matching lines...) Expand all Loading... |
| 40 CSSMaskSourceType status=experimental | 40 CSSMaskSourceType status=experimental |
| 41 CSSOMSmoothScroll status=experimental | 41 CSSOMSmoothScroll status=experimental |
| 42 CSSTouchActionDelay status=test | 42 CSSTouchActionDelay status=test |
| 43 CSSViewport status=experimental | 43 CSSViewport status=experimental |
| 44 CSS3Text status=experimental | 44 CSS3Text status=experimental |
| 45 CSS3TextDecorations status=experimental | 45 CSS3TextDecorations status=experimental |
| 46 CompositedSelectionUpdates | 46 CompositedSelectionUpdates |
| 47 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental | 47 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental |
| 48 Database status=stable | 48 Database status=stable |
| 49 DeviceLight status=experimental | 49 DeviceLight status=experimental |
| 50 DisplayList2dCanvas | |
| 51 SVGFontsOnNonGDIPlatforms | 50 SVGFontsOnNonGDIPlatforms |
| 52 EncodingAPI status=stable | 51 EncodingAPI status=stable |
| 53 EncryptedMedia status=test | 52 EncryptedMedia status=test |
| 54 EncryptedMediaAnyVersion status=stable | 53 EncryptedMediaAnyVersion status=stable |
| 55 ExecCommandInJavaScript status=test | 54 ExecCommandInJavaScript status=test |
| 56 ExperimentalCanvasFeatures status=test | 55 ExperimentalCanvasFeatures status=test |
| 57 ExperimentalWebSocket status=stable | 56 ExperimentalWebSocket status=stable |
| 58 FastMobileScrolling | 57 FastMobileScrolling |
| 59 FileAPIBlobClose status=experimental | 58 FileAPIBlobClose status=experimental |
| 60 FileConstructor status=stable | 59 FileConstructor status=stable |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 TouchIconLoading | 127 TouchIconLoading |
| 129 UserSelectAll status=experimental | 128 UserSelectAll status=experimental |
| 130 WebAnimationsAPI status=experimental | 129 WebAnimationsAPI status=experimental |
| 131 WebGLDraftExtensions status=experimental | 130 WebGLDraftExtensions status=experimental |
| 132 WebGLImageChromium | 131 WebGLImageChromium |
| 133 WOFF2 status=stable | 132 WOFF2 status=stable |
| 134 | 133 |
| 135 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test | 134 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test |
| 136 | 135 |
| 137 CredentialManager status=test | 136 CredentialManager status=test |
| OLD | NEW |