| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 LazyLayout | 56 LazyLayout |
| 57 LegacyEncryptedMedia status=stable | 57 LegacyEncryptedMedia status=stable |
| 58 LocalStorage status=stable | 58 LocalStorage status=stable |
| 59 Media status=stable | 59 Media status=stable |
| 60 MediaSource status=experimental | 60 MediaSource status=experimental |
| 61 MediaStream status=stable | 61 MediaStream status=stable |
| 62 Notifications status=stable | 62 Notifications status=stable |
| 63 PagePopup status=stable | 63 PagePopup status=stable |
| 64 ParseSVGAsHTML | 64 ParseSVGAsHTML |
| 65 PeerConnection depends_on=MediaStream, status=stable | 65 PeerConnection depends_on=MediaStream, status=stable |
| 66 ProgrammaticScrollNotifications status=test |
| 66 Promise status=test | 67 Promise status=test |
| 67 Quota status=stable | 68 Quota status=stable |
| 68 RequestAutocomplete status=test | 69 RequestAutocomplete status=test |
| 69 ScriptedSpeech status=stable | 70 ScriptedSpeech status=stable |
| 70 SeamlessIFrames status=experimental | 71 SeamlessIFrames status=experimental |
| 71 SessionStorage status=stable | 72 SessionStorage status=stable |
| 72 SharedWorker custom | 73 SharedWorker custom |
| 73 SpeechInput status=stable | 74 SpeechInput status=stable |
| 74 SpeechSynthesis status=experimental | 75 SpeechSynthesis status=experimental |
| 75 Stream status=experimental | 76 Stream status=experimental |
| 76 StyleScoped status=experimental | 77 StyleScoped status=experimental |
| 77 Touch status=stable | 78 Touch status=stable |
| 78 Vibration status=test | 79 Vibration status=test |
| 79 VideoTrack status=stable | 80 VideoTrack status=stable |
| 80 WebAnimations | 81 WebAnimations |
| 81 WebAudio condition=WEB_AUDIO, status=stable | 82 WebAudio condition=WEB_AUDIO, status=stable |
| 82 WebGLDraftExtensions status=experimental | 83 WebGLDraftExtensions status=experimental |
| 83 WebMIDI status=test | 84 WebMIDI status=test |
| 84 WebKitMediaSource status=stable | 85 WebKitMediaSource status=stable |
| 85 WOFF2 status=experimental | 86 WOFF2 status=experimental |
| OLD | NEW |