| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 LinkPreconnect status=stable | 111 LinkPreconnect status=stable |
| 112 LinkPreload status=stable | 112 LinkPreload status=stable |
| 113 LinkHeader status=stable | 113 LinkHeader status=stable |
| 114 LinkServiceWorker status=experimental | 114 LinkServiceWorker status=experimental |
| 115 FractionalScrollOffsets status=experimental | 115 FractionalScrollOffsets status=experimental |
| 116 MediaCapture | 116 MediaCapture |
| 117 MediaCaptureFromCanvas status=stable | 117 MediaCaptureFromCanvas status=stable |
| 118 MediaCaptureFromVideo status=test | 118 MediaCaptureFromVideo status=test |
| 119 MediaConstraints status=experimental | 119 MediaConstraints status=experimental |
| 120 MediaDevices status=stable | 120 MediaDevices status=stable |
| 121 MediaDocumentDownloadButton |
| 121 MediaRecorder status=stable | 122 MediaRecorder status=stable |
| 122 MediaSession | 123 MediaSession |
| 123 MediaSourceExperimental status=experimental | 124 MediaSourceExperimental status=experimental |
| 124 MediaStreamSpeech status=experimental | 125 MediaStreamSpeech status=experimental |
| 125 MemoryInfoInWorkers status=experimental | 126 MemoryInfoInWorkers status=experimental |
| 126 MobileLayoutTheme | 127 MobileLayoutTheme |
| 127 ModuleScripts status=test | 128 ModuleScripts status=test |
| 128 NavigatorContentUtils | 129 NavigatorContentUtils |
| 129 WebNFC status=experimental | 130 WebNFC status=experimental |
| 130 NetworkInformation status=stable | 131 NetworkInformation status=stable |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 VisibilityChangeOnUnload status=experimental | 222 VisibilityChangeOnUnload status=experimental |
| 222 XSLT status=stable | 223 XSLT status=stable |
| 223 smil status=stable | 224 smil status=stable |
| 224 ScrollCustomization | 225 ScrollCustomization |
| 225 ScrollRestoration status=stable | 226 ScrollRestoration status=stable |
| 226 VisualViewportAPI status=experimental | 227 VisualViewportAPI status=experimental |
| 227 WakeLock status=experimental | 228 WakeLock status=experimental |
| 228 WebFontsIntervention status=experimental | 229 WebFontsIntervention status=experimental |
| 229 WebFontsInterventionTrigger | 230 WebFontsInterventionTrigger |
| 230 Worklet status=test | 231 Worklet status=test |
| OLD | NEW |