| 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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 MediaSourceNewAbortAndDuration status=experimental | 150 MediaSourceNewAbortAndDuration status=experimental |
| 151 MediaStreamSpeech status=experimental | 151 MediaStreamSpeech status=experimental |
| 152 MediaQueryShape status=experimental | 152 MediaQueryShape status=experimental |
| 153 MediaStreamTrackContentHint status=experimental | 153 MediaStreamTrackContentHint status=experimental |
| 154 MemoryInfoInWorkers status=experimental | 154 MemoryInfoInWorkers status=experimental |
| 155 // This is enabled by default on Windows only. The only part that's | 155 // This is enabled by default on Windows only. The only part that's |
| 156 // "experimental" is the support on other platforms. | 156 // "experimental" is the support on other platforms. |
| 157 MiddleClickAutoscroll status=experimental | 157 MiddleClickAutoscroll status=experimental |
| 158 MobileLayoutTheme | 158 MobileLayoutTheme |
| 159 ModuleScripts status=test | 159 ModuleScripts status=test |
| 160 MojoJS status=test |
| 160 NavigatorContentUtils | 161 NavigatorContentUtils |
| 161 WebNFC status=experimental | 162 WebNFC status=experimental |
| 162 NetworkInformation status=stable | 163 NetworkInformation status=stable |
| 163 NetInfoDownlinkMax status=stable | 164 NetInfoDownlinkMax status=stable |
| 164 NotificationConstructor status=stable | 165 NotificationConstructor status=stable |
| 165 NotificationBadge status=stable | 166 NotificationBadge status=stable |
| 166 NotificationContentImage status=stable | 167 NotificationContentImage status=stable |
| 167 NotificationInlineReplies status=experimental | 168 NotificationInlineReplies status=experimental |
| 168 Notifications status=stable | 169 Notifications status=stable |
| 169 OnDeviceChange status=stable | 170 OnDeviceChange status=stable |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 Worklet status=experimental | 282 Worklet status=experimental |
| 282 LazyParseCSS status=experimental | 283 LazyParseCSS status=experimental |
| 283 ParseHTMLOnMainThread status=test | 284 ParseHTMLOnMainThread status=test |
| 284 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 285 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
| 285 PerformanceNavigationTiming2 status=stable | 286 PerformanceNavigationTiming2 status=stable |
| 286 BackgroundVideoTrackOptimization status=stable | 287 BackgroundVideoTrackOptimization status=stable |
| 287 PerformancePaintTiming status=test | 288 PerformancePaintTiming status=test |
| 288 HideNonceContentAttribute status=experimental | 289 HideNonceContentAttribute status=experimental |
| 289 UnclosedFormControlIsInvalid status=experimental | 290 UnclosedFormControlIsInvalid status=experimental |
| 290 RestrictCompleteURLCharacterSet status=experimental | 291 RestrictCompleteURLCharacterSet status=experimental |
| OLD | NEW |