| 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 LinkHeader status=stable | 113 LinkHeader status=stable |
| 114 LinkServiceWorker status=experimental | 114 LinkServiceWorker status=experimental |
| 115 FractionalScrollOffsets | 115 FractionalScrollOffsets |
| 116 MediaCapture | 116 MediaCapture |
| 117 MediaCaptureFromCanvas status=stable | 117 MediaCaptureFromCanvas status=stable |
| 118 MediaCaptureFromVideo status=experimental | 118 MediaCaptureFromVideo status=experimental |
| 119 MediaConstraints status=stable | 119 MediaConstraints status=stable |
| 120 MediaDevices status=stable | 120 MediaDevices status=stable |
| 121 MediaDocumentDownloadButton | 121 MediaDocumentDownloadButton |
| 122 MediaGetSettings status=test | 122 MediaGetSettings status=test |
| 123 MediaRecorder status=stable | |
| 124 MediaSession | 123 MediaSession |
| 125 MediaSourceExperimental status=experimental | 124 MediaSourceExperimental status=experimental |
| 126 MediaSourceNewAbortAndDuration status=experimental | 125 MediaSourceNewAbortAndDuration status=experimental |
| 127 MediaStreamSpeech status=experimental | 126 MediaStreamSpeech status=experimental |
| 128 MemoryInfoInWorkers status=experimental | 127 MemoryInfoInWorkers status=experimental |
| 129 MobileLayoutTheme | 128 MobileLayoutTheme |
| 130 ModuleScripts status=test | 129 ModuleScripts status=test |
| 131 NavigatorContentUtils | 130 NavigatorContentUtils |
| 132 WebNFC status=experimental | 131 WebNFC status=experimental |
| 133 NetworkInformation status=stable | 132 NetworkInformation status=stable |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 VisualViewportAPI status=experimental | 236 VisualViewportAPI status=experimental |
| 238 WakeLock status=experimental | 237 WakeLock status=experimental |
| 239 WebFontsInterventionV2With2G | 238 WebFontsInterventionV2With2G |
| 240 WebFontsInterventionV2WithSlow2G | 239 WebFontsInterventionV2WithSlow2G |
| 241 WebFontsInterventionTrigger | 240 WebFontsInterventionTrigger |
| 242 WebShare status=experimental | 241 WebShare status=experimental |
| 243 Worklet status=experimental | 242 Worklet status=experimental |
| 244 WeakMemoryCache | 243 WeakMemoryCache |
| 245 DoNotUnlockSharedBuffer | 244 DoNotUnlockSharedBuffer |
| 246 ParseHTMLOnMainThread status=test | 245 ParseHTMLOnMainThread status=test |
| OLD | NEW |