| 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 KeyboardEventCode status=experimental | 84 KeyboardEventCode status=experimental |
| 85 KeyboardEventKey status=test | 85 KeyboardEventKey status=test |
| 86 LangAttributeAwareFormControlUI | 86 LangAttributeAwareFormControlUI |
| 87 LinkPreconnect status=experimental | 87 LinkPreconnect status=experimental |
| 88 LinkPreload status=experimental | 88 LinkPreload status=experimental |
| 89 LinkHeader status=stable | 89 LinkHeader status=stable |
| 90 FractionalScrollOffsets status=experimental | 90 FractionalScrollOffsets status=experimental |
| 91 Media status=stable | 91 Media status=stable |
| 92 MediaCapture | 92 MediaCapture |
| 93 MediaController depends_on=Media, status=experimental | 93 MediaController depends_on=Media, status=experimental |
| 94 MediaRecorder status=experimental |
| 94 MediaSession | 95 MediaSession |
| 95 MediaSource status=stable | 96 MediaSource status=stable |
| 96 MediaSourceExperimental depends_on=MediaSource, status=experimental | 97 MediaSourceExperimental depends_on=MediaSource, status=experimental |
| 97 MediaStreamSpeech status=experimental | 98 MediaStreamSpeech status=experimental |
| 98 MemoryInfoInWorkers status=experimental | 99 MemoryInfoInWorkers status=experimental |
| 99 NavigatorConnect status=experimental | 100 NavigatorConnect status=experimental |
| 100 NavigatorContentUtils | 101 NavigatorContentUtils |
| 101 NetworkInformation status=stable | 102 NetworkInformation status=stable |
| 102 NotificationConstructor status=stable | 103 NotificationConstructor status=stable |
| 103 NotificationExperimental status=test | 104 NotificationExperimental status=test |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 WebBluetooth | 170 WebBluetooth |
| 170 WebGLDraftExtensions status=experimental | 171 WebGLDraftExtensions status=experimental |
| 171 WebGLImageChromium | 172 WebGLImageChromium |
| 172 WebVR depends_on=GeometryInterfaces | 173 WebVR depends_on=GeometryInterfaces |
| 173 WebVTTRegions depends_on=Media, status=experimental | 174 WebVTTRegions depends_on=Media, status=experimental |
| 174 V8IdleTasks | 175 V8IdleTasks |
| 175 XSLT status=stable | 176 XSLT status=stable |
| 176 SVG1DOM status=stable | 177 SVG1DOM status=stable |
| 177 ScrollCustomization | 178 ScrollCustomization |
| 178 ScrollRestoration status=experimental | 179 ScrollRestoration status=experimental |
| OLD | NEW |