Chromium Code Reviews| 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 60 Quota status=stable | 60 Quota status=stable |
| 61 RequestAutocomplete status=test | 61 RequestAutocomplete status=test |
| 62 ScriptedSpeech status=stable | 62 ScriptedSpeech status=stable |
| 63 SeamlessIFrames status=experimental | 63 SeamlessIFrames status=experimental |
| 64 SessionStorage status=stable | 64 SessionStorage status=stable |
| 65 SharedWorker custom | 65 SharedWorker custom |
| 66 SpeechInput status=stable | 66 SpeechInput status=stable |
| 67 SpeechSynthesis status=experimental | 67 SpeechSynthesis status=experimental |
| 68 StyleScoped status=experimental | 68 StyleScoped status=experimental |
| 69 Touch status=stable | 69 Touch status=stable |
| 70 Vibration | |
|
abarth-chromium
2013/06/12 20:41:27
I suspect the status should be "test", which means
Michael van Ouwerkerk
2013/06/13 18:23:17
Done. I've fixed the layout tests.
| |
| 70 VideoTrack status=stable | 71 VideoTrack status=stable |
| 71 WebAnimations | 72 WebAnimations |
| 72 WebAudio condition=WEB_AUDIO, status=stable | 73 WebAudio condition=WEB_AUDIO, status=stable |
| 73 WebGLDraftExtensions status=experimental | 74 WebGLDraftExtensions status=experimental |
| 74 WebMIDI status=test | 75 WebMIDI status=test |
| 75 WebKitMediaSource status=stable | 76 WebKitMediaSource status=stable |
| 76 WebPInAcceptHeader | 77 WebPInAcceptHeader |
| OLD | NEW |