| 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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 MediaCaptureFromCanvas status=stable | 139 MediaCaptureFromCanvas status=stable |
| 140 MediaCaptureFromVideo status=experimental | 140 MediaCaptureFromVideo status=experimental |
| 141 MediaConstraints status=stable | 141 MediaConstraints status=stable |
| 142 MediaDocumentDownloadButton | 142 MediaDocumentDownloadButton |
| 143 MediaGetSettings status=test | 143 MediaGetSettings status=test |
| 144 MediaSession status=experimental | 144 MediaSession status=experimental |
| 145 MediaSourceExperimental status=experimental | 145 MediaSourceExperimental status=experimental |
| 146 MediaSourceNewAbortAndDuration status=experimental | 146 MediaSourceNewAbortAndDuration status=experimental |
| 147 MediaStreamSpeech status=experimental | 147 MediaStreamSpeech status=experimental |
| 148 MediaQueryShape status=experimental | 148 MediaQueryShape status=experimental |
| 149 MediaStreamTrackContentHint status=experimental |
| 149 MemoryInfoInWorkers status=experimental | 150 MemoryInfoInWorkers status=experimental |
| 150 // This is enabled by default on Windows only. The only part that's | 151 // This is enabled by default on Windows only. The only part that's |
| 151 // "experimental" is the support on other platforms. | 152 // "experimental" is the support on other platforms. |
| 152 MiddleClickAutoscroll status=experimental | 153 MiddleClickAutoscroll status=experimental |
| 153 MobileLayoutTheme | 154 MobileLayoutTheme |
| 154 ModuleScripts status=test | 155 ModuleScripts status=test |
| 155 NavigatorContentUtils | 156 NavigatorContentUtils |
| 156 WebNFC status=experimental | 157 WebNFC status=experimental |
| 157 NetworkInformation status=stable | 158 NetworkInformation status=stable |
| 158 NetInfoDownlinkMax status=stable | 159 NetInfoDownlinkMax status=stable |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 WebFontsInterventionV2With3G | 273 WebFontsInterventionV2With3G |
| 273 WebFontsInterventionV2WithSlow2G | 274 WebFontsInterventionV2WithSlow2G |
| 274 WebFontsInterventionTrigger | 275 WebFontsInterventionTrigger |
| 275 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o
s=android | 276 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o
s=android |
| 276 Worklet status=experimental | 277 Worklet status=experimental |
| 277 LazyParseCSS status=experimental | 278 LazyParseCSS status=experimental |
| 278 ParseHTMLOnMainThread status=test | 279 ParseHTMLOnMainThread status=test |
| 279 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 280 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
| 280 PerformanceNavigationTiming2 status=experimental | 281 PerformanceNavigationTiming2 status=experimental |
| 281 BackgroundVideoTrackOptimization status=stable | 282 BackgroundVideoTrackOptimization status=stable |
| OLD | NEW |