| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 MediaStream status=stable | 47 MediaStream status=stable |
| 48 Notifications status=stable | 48 Notifications status=stable |
| 49 PeerConnection depends_on=MediaStream, status=stable | 49 PeerConnection depends_on=MediaStream, status=stable |
| 50 Quota status=stable | 50 Quota status=stable |
| 51 RequestAutocomplete status=test | 51 RequestAutocomplete status=test |
| 52 ScriptedSpeech status=stable | 52 ScriptedSpeech status=stable |
| 53 SeamlessIFrames status=experimental | 53 SeamlessIFrames status=experimental |
| 54 SessionStorage status=stable | 54 SessionStorage status=stable |
| 55 SharedWorker custom | 55 SharedWorker custom |
| 56 SpeechInput status=stable | 56 SpeechInput status=stable |
| 57 SpeechSynthesis | 57 SpeechSynthesis status=experimental |
| 58 StyleScoped status=experimental | 58 StyleScoped status=experimental |
| 59 Touch status=stable | 59 Touch status=stable |
| 60 VideoTrack status=stable | 60 VideoTrack status=stable |
| 61 WebAnimation | 61 WebAnimation |
| 62 WebAudio condition=WEB_AUDIO, status=stable | 62 WebAudio condition=WEB_AUDIO, status=stable |
| 63 WebMIDI status=test | 63 WebMIDI status=test |
| 64 WebPInAcceptHeader | 64 WebPInAcceptHeader |
| OLD | NEW |