| 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 MediaCaptureFromCanvas status=stable | 121 MediaCaptureFromCanvas status=stable |
| 122 MediaCaptureFromVideo status=experimental | 122 MediaCaptureFromVideo status=experimental |
| 123 MediaConstraints status=stable | 123 MediaConstraints status=stable |
| 124 MediaDocumentDownloadButton | 124 MediaDocumentDownloadButton |
| 125 MediaGetSettings status=test | 125 MediaGetSettings status=test |
| 126 MediaSession | 126 MediaSession |
| 127 MediaSourceExperimental status=experimental | 127 MediaSourceExperimental status=experimental |
| 128 MediaSourceNewAbortAndDuration status=experimental | 128 MediaSourceNewAbortAndDuration status=experimental |
| 129 MediaStreamSpeech status=experimental | 129 MediaStreamSpeech status=experimental |
| 130 MemoryInfoInWorkers status=experimental | 130 MemoryInfoInWorkers status=experimental |
| 131 // This is enabled by default on Windows only. The only part that's |
| 132 // "experimental" is the support on other platforms. |
| 133 MiddleClickAutoscroll status=experimental |
| 131 MobileLayoutTheme | 134 MobileLayoutTheme |
| 132 ModuleScripts status=test | 135 ModuleScripts status=test |
| 133 NavigatorContentUtils | 136 NavigatorContentUtils |
| 134 WebNFC status=experimental | 137 WebNFC status=experimental |
| 135 NetworkInformation status=stable | 138 NetworkInformation status=stable |
| 136 NetInfoDownlinkMax status=stable | 139 NetInfoDownlinkMax status=stable |
| 137 NewMediaPlaybackUi | 140 NewMediaPlaybackUi |
| 138 NotificationConstructor status=stable | 141 NotificationConstructor status=stable |
| 139 NotificationBadge status=stable | 142 NotificationBadge status=stable |
| 140 NotificationImage status=experimental | 143 NotificationImage status=experimental |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 WakeLock status=experimental | 252 WakeLock status=experimental |
| 250 WebFontsInterventionV2With2G | 253 WebFontsInterventionV2With2G |
| 251 WebFontsInterventionV2WithSlow2G | 254 WebFontsInterventionV2WithSlow2G |
| 252 WebFontsInterventionTrigger | 255 WebFontsInterventionTrigger |
| 253 WebShare status=experimental, origin_trial_feature_name=WebShare | 256 WebShare status=experimental, origin_trial_feature_name=WebShare |
| 254 Worklet status=experimental | 257 Worklet status=experimental |
| 255 WeakMemoryCache | 258 WeakMemoryCache |
| 256 DoNotUnlockSharedBuffer | 259 DoNotUnlockSharedBuffer |
| 257 ParseHTMLOnMainThread status=test | 260 ParseHTMLOnMainThread status=test |
| 258 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 261 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
| OLD | NEW |