| 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 // Features without a status are not enabled anywhere by default. | 10 // Features without a status are not enabled anywhere by default. |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 CSSRegions status=experimental | 29 CSSRegions status=experimental |
| 30 CSSShapes status=experimental | 30 CSSShapes status=experimental |
| 31 CSSStickyPosition status=experimental | 31 CSSStickyPosition status=experimental |
| 32 CSSTouchAction status=experimental | 32 CSSTouchAction status=experimental |
| 33 CSSTouchActionDelay status=test | 33 CSSTouchActionDelay status=test |
| 34 CSSVariables status=experimental | 34 CSSVariables status=experimental |
| 35 CSSViewport status=experimental | 35 CSSViewport status=experimental |
| 36 CSS3Text status=experimental | 36 CSS3Text status=experimental |
| 37 CSS3TextDecorations status=experimental | 37 CSS3TextDecorations status=experimental |
| 38 CustomElements status=stable | 38 CustomElements status=stable |
| 39 CustomSchemeHandler status=experimental |
| 39 Database status=stable | 40 Database status=stable |
| 40 DataListElement status=stable | 41 DataListElement status=stable |
| 41 DeviceMotion status=stable | 42 DeviceMotion status=stable |
| 42 DeviceOrientation status=stable | 43 DeviceOrientation status=stable |
| 43 DevicePixelRatioIncludesZoom status=stable | 44 DevicePixelRatioIncludesZoom status=stable |
| 44 DialogElement status=experimental | 45 DialogElement status=experimental |
| 45 DirectoryUpload status=stable | 46 DirectoryUpload status=stable |
| 46 DirectWrite | 47 DirectWrite |
| 47 // FIXME: Remove this separate feature now that CustomElements are enabled | 48 // FIXME: Remove this separate feature now that CustomElements are enabled |
| 48 EmbedderCustomElements | 49 EmbedderCustomElements |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 WebAnimationsCSS status=stable | 128 WebAnimationsCSS status=stable |
| 128 WebAnimationsSVG depends_on=WebAnimationsCSS | 129 WebAnimationsSVG depends_on=WebAnimationsCSS |
| 129 WebAnimationsAPI depends_on=WebAnimationsCSS, status=experimental | 130 WebAnimationsAPI depends_on=WebAnimationsCSS, status=experimental |
| 130 WebAudio condition=WEB_AUDIO, status=stable | 131 WebAudio condition=WEB_AUDIO, status=stable |
| 131 WebGLDraftExtensions status=experimental | 132 WebGLDraftExtensions status=experimental |
| 132 WebMIDI status=test | 133 WebMIDI status=test |
| 133 WebKitMediaSource status=stable | 134 WebKitMediaSource status=stable |
| 134 WebVTTRegions depends_on=VideoTrack, status=experimental | 135 WebVTTRegions depends_on=VideoTrack, status=experimental |
| 135 WOFF2 status=experimental | 136 WOFF2 status=experimental |
| 136 XSLT status=stable | 137 XSLT status=stable |
| OLD | NEW |