| 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 MediaCapture | 92 MediaCapture |
| 93 MediaController depends_on=Media, status=experimental | 93 MediaController depends_on=Media, status=experimental |
| 94 MediaSession | 94 MediaSession |
| 95 MediaSource status=stable | 95 MediaSource status=stable |
| 96 MediaSourceExperimental depends_on=MediaSource, status=experimental | 96 MediaSourceExperimental depends_on=MediaSource, status=experimental |
| 97 MediaStreamSpeech status=experimental | 97 MediaStreamSpeech status=experimental |
| 98 MemoryInfoInWorkers status=experimental | 98 MemoryInfoInWorkers status=experimental |
| 99 NavigatorConnect status=experimental | 99 NavigatorConnect status=experimental |
| 100 NavigatorContentUtils | 100 NavigatorContentUtils |
| 101 NetworkInformation status=stable | 101 NetworkInformation status=stable |
| 102 NewMediaPlaybackUi |
| 102 NotificationConstructor status=stable | 103 NotificationConstructor status=stable |
| 103 NotificationExperimental status=test | 104 NotificationExperimental status=test |
| 104 Notifications status=stable | 105 Notifications status=stable |
| 105 OrientationEvent | 106 OrientationEvent |
| 106 // Only enabled on Android, and for certain layout tests on Linux. | 107 // Only enabled on Android, and for certain layout tests on Linux. |
| 107 OverlayFullscreenVideo | 108 OverlayFullscreenVideo |
| 108 OverlayScrollbars | 109 OverlayScrollbars |
| 109 PagePopup status=stable | 110 PagePopup status=stable |
| 110 PathOpsSVGClipping status=stable | 111 PathOpsSVGClipping status=stable |
| 111 Permissions status=stable | 112 Permissions status=stable |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 WebUSB status=experimental | 175 WebUSB status=experimental |
| 175 WebVR depends_on=GeometryInterfaces | 176 WebVR depends_on=GeometryInterfaces |
| 176 WebVTTRegions depends_on=Media, status=experimental | 177 WebVTTRegions depends_on=Media, status=experimental |
| 177 V8IdleTasks | 178 V8IdleTasks |
| 178 XSLT status=stable | 179 XSLT status=stable |
| 179 SVG1DOM status=stable | 180 SVG1DOM status=stable |
| 180 smil status=stable | 181 smil status=stable |
| 181 ScrollCustomization | 182 ScrollCustomization |
| 182 ScrollRestoration status=experimental | 183 ScrollRestoration status=experimental |
| 183 WakeLock status=experimental | 184 WakeLock status=experimental |
| OLD | NEW |