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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 DialogElement status=experimental | 43 DialogElement status=experimental |
44 DirectoryUpload status=stable | 44 DirectoryUpload status=stable |
45 DirectWrite | 45 DirectWrite |
46 // FIXME: Remove this separate feature when CustomElements are always enabled | 46 // FIXME: Remove this separate feature when CustomElements are always enabled |
47 EmbedderCustomElements | 47 EmbedderCustomElements |
48 EncodingAPI status=experimental | 48 EncodingAPI status=experimental |
49 EncryptedMedia status=experimental | 49 EncryptedMedia status=experimental |
50 EncryptedMediaAnyVersion status=stable | 50 EncryptedMediaAnyVersion status=stable |
51 ExperimentalCanvasFeatures status=test | 51 ExperimentalCanvasFeatures status=test |
52 ExperimentalContentSecurityPolicyFeatures status=experimental | 52 ExperimentalContentSecurityPolicyFeatures status=experimental |
| 53 FileConstructor status=experimental |
53 FileSystem status=stable | 54 FileSystem status=stable |
54 FontLoadEvents status=experimental | 55 FontLoadEvents status=experimental |
55 Fullscreen status=stable | 56 Fullscreen status=stable |
56 FastTextAutosizing | 57 FastTextAutosizing |
57 Gamepad status=stable | 58 Gamepad status=stable |
58 Geolocation status=stable | 59 Geolocation status=stable |
59 HTMLImports status=test | 60 HTMLImports status=test |
60 HighResolutionTimeInWorkers status=experimental | 61 HighResolutionTimeInWorkers status=experimental |
61 IMEAPI status=test | 62 IMEAPI status=test |
62 IndexedDB status=stable | 63 IndexedDB status=stable |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 WebAnimations | 120 WebAnimations |
120 WebAnimationsCSS depends_on=WebAnimations | 121 WebAnimationsCSS depends_on=WebAnimations |
121 WebAnimationsSVG depends_on=WebAnimations | 122 WebAnimationsSVG depends_on=WebAnimations |
122 WebAudio condition=WEB_AUDIO, status=stable | 123 WebAudio condition=WEB_AUDIO, status=stable |
123 WebGLDraftExtensions status=experimental | 124 WebGLDraftExtensions status=experimental |
124 WebMIDI status=test | 125 WebMIDI status=test |
125 WebKitMediaSource status=stable | 126 WebKitMediaSource status=stable |
126 WebVTTRegions depends_on=VideoTrack, status=experimental | 127 WebVTTRegions depends_on=VideoTrack, status=experimental |
127 WOFF2 status=experimental | 128 WOFF2 status=experimental |
128 XSLT status=stable | 129 XSLT status=stable |
OLD | NEW |