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 28 matching lines...) Expand all Loading... |
39 DeviceMotion status=stable | 39 DeviceMotion status=stable |
40 DeviceOrientation status=stable | 40 DeviceOrientation status=stable |
41 DialogElement status=experimental | 41 DialogElement status=experimental |
42 DirectWrite | 42 DirectWrite |
43 EncodingAPI status=experimental | 43 EncodingAPI status=experimental |
44 EncryptedMedia status=experimental | 44 EncryptedMedia status=experimental |
45 EncryptedMediaAnyVersion status=stable | 45 EncryptedMediaAnyVersion status=stable |
46 ExperimentalCanvasFeatures status=test | 46 ExperimentalCanvasFeatures status=test |
47 ExperimentalContentSecurityPolicyFeatures status=experimental | 47 ExperimentalContentSecurityPolicyFeatures status=experimental |
48 ExperimentalWebSocket status=test | 48 ExperimentalWebSocket status=test |
| 49 FileAPIBlobClose status=experimental |
49 FileConstructor status=experimental | 50 FileConstructor status=experimental |
50 FileSystem status=stable | 51 FileSystem status=stable |
51 FontLoadEvents status=experimental | 52 FontLoadEvents status=experimental |
52 Fullscreen status=stable | 53 Fullscreen status=stable |
53 FastTextAutosizing | 54 FastTextAutosizing |
54 Gamepad status=stable | 55 Gamepad status=stable |
55 HTMLImports status=test | 56 HTMLImports status=test |
56 HighResolutionTimeInWorkers status=stable | 57 HighResolutionTimeInWorkers status=stable |
57 IMEAPI status=experimental | 58 IMEAPI status=experimental |
58 IndexedDBExperimental status=experimental | 59 IndexedDBExperimental status=experimental |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 VideoTrack depends_on=Media, status=stable | 123 VideoTrack depends_on=Media, status=stable |
123 WebAnimationsSVG | 124 WebAnimationsSVG |
124 WebAnimationsAPI status=experimental | 125 WebAnimationsAPI status=experimental |
125 WebAudio condition=WEB_AUDIO, status=stable | 126 WebAudio condition=WEB_AUDIO, status=stable |
126 WebGLDraftExtensions status=experimental | 127 WebGLDraftExtensions status=experimental |
127 WebMIDI status=test | 128 WebMIDI status=test |
128 WebKitMediaSource status=stable | 129 WebKitMediaSource status=stable |
129 WebVTTRegions depends_on=VideoTrack, status=experimental | 130 WebVTTRegions depends_on=VideoTrack, status=experimental |
130 WOFF2 status=experimental | 131 WOFF2 status=experimental |
131 XSLT status=stable | 132 XSLT status=stable |
OLD | NEW |