| 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 16 matching lines...) Expand all Loading... |
| 27 CSSRegions status=experimental | 27 CSSRegions status=experimental |
| 28 CSSShapes status=experimental | 28 CSSShapes status=experimental |
| 29 CSSTouchAction status=test | 29 CSSTouchAction status=test |
| 30 CSSVariables status=experimental | 30 CSSVariables status=experimental |
| 31 CSSViewport status=experimental | 31 CSSViewport status=experimental |
| 32 CSS3Text status=experimental | 32 CSS3Text status=experimental |
| 33 CSS3TextDecorations status=experimental | 33 CSS3TextDecorations status=experimental |
| 34 CustomElements status=experimental | 34 CustomElements status=experimental |
| 35 Database status=stable | 35 Database status=stable |
| 36 DataListElement status=stable | 36 DataListElement status=stable |
| 37 DeviceMotion status=test | 37 DeviceMotion status=stable |
| 38 DeviceOrientation status=stable | 38 DeviceOrientation status=stable |
| 39 DevicePixelRatioIncludesZoom status=stable | 39 DevicePixelRatioIncludesZoom status=stable |
| 40 DialogElement status=experimental | 40 DialogElement status=experimental |
| 41 DirectoryUpload status=stable | 41 DirectoryUpload status=stable |
| 42 // FIXME: Remove this separate feature when CustomElements are always enabled | 42 // FIXME: Remove this separate feature when CustomElements are always enabled |
| 43 EmbedderCustomElements | 43 EmbedderCustomElements |
| 44 EncodingAPI status=experimental | 44 EncodingAPI status=experimental |
| 45 EncryptedMedia status=experimental | 45 EncryptedMedia status=experimental |
| 46 EncryptedMediaAnyVersion status=stable | 46 EncryptedMediaAnyVersion status=stable |
| 47 ExperimentalCanvasFeatures status=test | 47 ExperimentalCanvasFeatures status=test |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 Vibration status=experimental | 93 Vibration status=experimental |
| 94 VideoTrack status=stable | 94 VideoTrack status=stable |
| 95 WebAnimations | 95 WebAnimations |
| 96 WebAnimationsCSS depends_on=WebAnimations | 96 WebAnimationsCSS depends_on=WebAnimations |
| 97 WebAnimationsSVG depends_on=WebAnimations | 97 WebAnimationsSVG depends_on=WebAnimations |
| 98 WebAudio condition=WEB_AUDIO, status=stable | 98 WebAudio condition=WEB_AUDIO, status=stable |
| 99 WebGLDraftExtensions status=experimental | 99 WebGLDraftExtensions status=experimental |
| 100 WebMIDI status=test | 100 WebMIDI status=test |
| 101 WebKitMediaSource status=stable | 101 WebKitMediaSource status=stable |
| 102 WOFF2 status=experimental | 102 WOFF2 status=experimental |
| OLD | NEW |