| 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 KeyboardEventCode status=experimental | 88 KeyboardEventCode status=experimental |
| 89 KeyboardEventKey status=experimental | 89 KeyboardEventKey status=experimental |
| 90 LangAttributeAwareFormControlUI | 90 LangAttributeAwareFormControlUI |
| 91 LinkPreconnect status=stable | 91 LinkPreconnect status=stable |
| 92 LinkPreload status=experimental | 92 LinkPreload status=experimental |
| 93 LinkHeader status=stable | 93 LinkHeader status=stable |
| 94 FractionalScrollOffsets status=experimental | 94 FractionalScrollOffsets status=experimental |
| 95 Media status=stable | 95 Media status=stable |
| 96 MediaCapture | 96 MediaCapture |
| 97 MediaConstraints status=test | 97 MediaConstraints status=test |
| 98 MediaController depends_on=Media, status=experimental | |
| 99 MediaDevices status=stable | 98 MediaDevices status=stable |
| 100 MediaRecorder status=experimental | 99 MediaRecorder status=experimental |
| 101 MediaSession | 100 MediaSession |
| 102 MediaSource status=stable | 101 MediaSource status=stable |
| 103 MediaSourceExperimental depends_on=MediaSource, status=experimental | 102 MediaSourceExperimental depends_on=MediaSource, status=experimental |
| 104 MediaStreamSpeech status=experimental | 103 MediaStreamSpeech status=experimental |
| 105 MemoryInfoInWorkers status=experimental | 104 MemoryInfoInWorkers status=experimental |
| 106 NavigatorConnect status=experimental | 105 NavigatorConnect status=experimental |
| 107 NavigatorContentUtils | 106 NavigatorContentUtils |
| 108 WebNFC status=experimental | 107 WebNFC status=experimental |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 WebUSB status=experimental | 189 WebUSB status=experimental |
| 191 WebVR depends_on=GeometryInterfaces, status=test | 190 WebVR depends_on=GeometryInterfaces, status=test |
| 192 WebVTTRegions depends_on=Media, status=experimental | 191 WebVTTRegions depends_on=Media, status=experimental |
| 193 V8IdleTasks | 192 V8IdleTasks |
| 194 XSLT status=stable | 193 XSLT status=stable |
| 195 SVG1DOM status=stable | 194 SVG1DOM status=stable |
| 196 smil status=stable | 195 smil status=stable |
| 197 ScrollCustomization | 196 ScrollCustomization |
| 198 ScrollRestoration status=stable | 197 ScrollRestoration status=stable |
| 199 WakeLock status=experimental | 198 WakeLock status=experimental |
| OLD | NEW |