OLD | NEW |
1 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains | 1 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains |
2 // a class that stores static enablers for all experimental features. | 2 // a class that stores static enablers for all experimental features. |
3 // | 3 // |
4 // Each feature can be assigned a "status": | 4 // Each feature can be assigned a "status": |
5 // status=stable -> Enable this in all Blink configurations. We are committed t
o these APIs indefinitely. | 5 // status=stable -> Enable this in all Blink configurations. We are committed t
o these APIs indefinitely. |
6 // status=experimental -> In-progress features, Web Developers might play with,
but are not on by default in stable. | 6 // status=experimental -> In-progress features, Web Developers might play with,
but are not on by default in stable. |
7 // status=test -> Enabled in ContentShell for testing, otherwise off. | 7 // status=test -> Enabled in ContentShell for testing, otherwise off. |
8 // Features without a status are not enabled anywhere by default. | 8 // Features without a status are not enabled anywhere by default. |
9 // | 9 // |
10 // "stable" features listed here should be rare, as anything which we've shipped
stable | 10 // "stable" features listed here should be rare, as anything which we've shipped
stable |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 Quota status=stable | 63 Quota status=stable |
64 RequestAutocomplete status=test | 64 RequestAutocomplete status=test |
65 ScriptedSpeech status=stable | 65 ScriptedSpeech status=stable |
66 SeamlessIFrames status=experimental | 66 SeamlessIFrames status=experimental |
67 SessionStorage status=stable | 67 SessionStorage status=stable |
68 SharedWorker custom | 68 SharedWorker custom |
69 SpeechInput status=stable | 69 SpeechInput status=stable |
70 SpeechSynthesis status=experimental | 70 SpeechSynthesis status=experimental |
71 StyleScoped status=experimental | 71 StyleScoped status=experimental |
72 Touch status=stable | 72 Touch status=stable |
| 73 Vibration status=test |
73 VideoTrack status=stable | 74 VideoTrack status=stable |
74 WebAnimations | 75 WebAnimations |
75 WebAudio condition=WEB_AUDIO, status=stable | 76 WebAudio condition=WEB_AUDIO, status=stable |
76 WebGLDraftExtensions status=experimental | 77 WebGLDraftExtensions status=experimental |
77 WebMIDI status=test | 78 WebMIDI status=test |
78 WebKitMediaSource status=stable | 79 WebKitMediaSource status=stable |
79 WebPInAcceptHeader | 80 WebPInAcceptHeader |
80 WOFF2 status=experimental | 81 WOFF2 status=experimental |
OLD | NEW |