Chromium Code Reviews| 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 94 MediaController depends_on=Media, status=experimental | 94 MediaController depends_on=Media, status=experimental |
| 95 MediaSession | 95 MediaSession |
| 96 MediaSource status=stable | 96 MediaSource status=stable |
| 97 MediaSourceExperimental depends_on=MediaSource, status=experimental | 97 MediaSourceExperimental depends_on=MediaSource, status=experimental |
| 98 MediaStreamSpeech status=experimental | 98 MediaStreamSpeech status=experimental |
| 99 MemoryInfoInWorkers status=experimental | 99 MemoryInfoInWorkers status=experimental |
| 100 NavigatorConnect status=experimental | 100 NavigatorConnect status=experimental |
| 101 NavigatorContentUtils | 101 NavigatorContentUtils |
| 102 WebNFC status=experimental | 102 WebNFC status=experimental |
| 103 NetworkInformation status=stable | 103 NetworkInformation status=stable |
| 104 NetInfoDownlinkMax status=experimental | |
|
adamk
2015/08/28 00:55:31
Please send an intent-to-implement to blink-dev (I
jkarlin
2015/09/02 17:37:07
Done. https://groups.google.com/a/chromium.org/for
| |
| 104 NewMediaPlaybackUi | 105 NewMediaPlaybackUi |
| 105 NotificationConstructor status=stable | 106 NotificationConstructor status=stable |
| 106 NotificationExperimental status=test | 107 NotificationExperimental status=test |
| 107 Notifications status=stable | 108 Notifications status=stable |
| 108 OrientationEvent | 109 OrientationEvent |
| 109 // For simulating Android's overlay fullscreen video in layout tests on Linux. | 110 // For simulating Android's overlay fullscreen video in layout tests on Linux. |
| 110 ForceOverlayFullscreenVideo | 111 ForceOverlayFullscreenVideo |
| 111 OverlayScrollbars | 112 OverlayScrollbars |
| 112 PagePopup status=stable | 113 PagePopup status=stable |
| 113 PathOpsSVGClipping status=stable | 114 PathOpsSVGClipping status=stable |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 179 WebUSB status=experimental | 180 WebUSB status=experimental |
| 180 WebVR depends_on=GeometryInterfaces | 181 WebVR depends_on=GeometryInterfaces |
| 181 WebVTTRegions depends_on=Media, status=experimental | 182 WebVTTRegions depends_on=Media, status=experimental |
| 182 V8IdleTasks | 183 V8IdleTasks |
| 183 XSLT status=stable | 184 XSLT status=stable |
| 184 SVG1DOM status=stable | 185 SVG1DOM status=stable |
| 185 smil status=stable | 186 smil status=stable |
| 186 ScrollCustomization | 187 ScrollCustomization |
| 187 ScrollRestoration status=stable | 188 ScrollRestoration status=stable |
| 188 WakeLock status=experimental | 189 WakeLock status=experimental |
| OLD | NEW |