| 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 // status=deprecated -> Alias for "test", will be removed at some point. | 10 // status=deprecated -> Alias for "test", will be removed at some point. |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 MediaRecorder status=test | 97 MediaRecorder status=test |
| 98 MediaSession | 98 MediaSession |
| 99 MediaSource status=stable | 99 MediaSource status=stable |
| 100 MediaSourceExperimental depends_on=MediaSource, status=experimental | 100 MediaSourceExperimental depends_on=MediaSource, status=experimental |
| 101 MediaStreamSpeech status=experimental | 101 MediaStreamSpeech status=experimental |
| 102 MemoryInfoInWorkers status=experimental | 102 MemoryInfoInWorkers status=experimental |
| 103 NavigatorConnect status=experimental | 103 NavigatorConnect status=experimental |
| 104 NavigatorContentUtils | 104 NavigatorContentUtils |
| 105 WebNFC status=experimental | 105 WebNFC status=experimental |
| 106 NetworkInformation status=stable | 106 NetworkInformation status=stable |
| 107 NetInfoDownlinkMax status=experimental |
| 107 NewMediaPlaybackUi | 108 NewMediaPlaybackUi |
| 108 NotificationConstructor status=stable | 109 NotificationConstructor status=stable |
| 109 NotificationExperimental status=test | 110 NotificationExperimental status=test |
| 110 Notifications status=stable | 111 Notifications status=stable |
| 111 OrientationEvent | 112 OrientationEvent |
| 112 // For simulating Android's overlay fullscreen video in layout tests on Linux. | 113 // For simulating Android's overlay fullscreen video in layout tests on Linux. |
| 113 ForceOverlayFullscreenVideo | 114 ForceOverlayFullscreenVideo |
| 114 OverlayScrollbars | 115 OverlayScrollbars |
| 115 PagePopup status=stable | 116 PagePopup status=stable |
| 116 PathOpsSVGClipping status=stable | 117 PathOpsSVGClipping status=stable |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 WebUSB status=experimental | 181 WebUSB status=experimental |
| 181 WebVR depends_on=GeometryInterfaces | 182 WebVR depends_on=GeometryInterfaces |
| 182 WebVTTRegions depends_on=Media, status=experimental | 183 WebVTTRegions depends_on=Media, status=experimental |
| 183 V8IdleTasks | 184 V8IdleTasks |
| 184 XSLT status=stable | 185 XSLT status=stable |
| 185 SVG1DOM status=stable | 186 SVG1DOM status=stable |
| 186 smil status=stable | 187 smil status=stable |
| 187 ScrollCustomization | 188 ScrollCustomization |
| 188 ScrollRestoration status=stable | 189 ScrollRestoration status=stable |
| 189 WakeLock status=experimental | 190 WakeLock status=experimental |
| OLD | NEW |