| 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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 // For simulating Android's overlay fullscreen video in layout tests on Linux. | 166 // For simulating Android's overlay fullscreen video in layout tests on Linux. |
| 167 ForceOverlayFullscreenVideo | 167 ForceOverlayFullscreenVideo |
| 168 OverlayScrollbars | 168 OverlayScrollbars |
| 169 PagePopup status=stable | 169 PagePopup status=stable |
| 170 PaintUnderInvalidationChecking settable_from_internals=True | 170 PaintUnderInvalidationChecking settable_from_internals=True |
| 171 PassiveDocumentEventListeners status=stable | 171 PassiveDocumentEventListeners status=stable |
| 172 PassiveEventListenersDueToFling status=experimental | 172 PassiveEventListenersDueToFling status=experimental |
| 173 PassPaintVisualRectToCompositor | 173 PassPaintVisualRectToCompositor |
| 174 PaymentApp status=experimental | 174 PaymentApp status=experimental |
| 175 PaymentDetailsError status=experimental | 175 PaymentDetailsError status=experimental |
| 176 PaymentDetailsModifierData status=experimental |
| 176 // PaymentRequest is enabled by default on Android | 177 // PaymentRequest is enabled by default on Android |
| 177 PaymentRequest status=experimental | 178 PaymentRequest status=experimental |
| 178 PaymentRequestIFrame status=experimental | 179 PaymentRequestIFrame status=experimental |
| 179 PaymentRequestPayerName status=stable | 180 PaymentRequestPayerName status=stable |
| 180 PerformanceObserver status=stable | 181 PerformanceObserver status=stable |
| 181 PermissionDelegation status=test | 182 PermissionDelegation status=test |
| 182 Permissions status=stable | 183 Permissions status=stable |
| 183 PermissionsRequestRevoke status=experimental | 184 PermissionsRequestRevoke status=experimental |
| 184 PointerEvent status=stable | 185 PointerEvent status=stable |
| 185 PreciseMemoryInfo | 186 PreciseMemoryInfo |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 WebFontsInterventionV2With3G | 265 WebFontsInterventionV2With3G |
| 265 WebFontsInterventionV2WithSlow2G | 266 WebFontsInterventionV2WithSlow2G |
| 266 WebFontsInterventionTrigger | 267 WebFontsInterventionTrigger |
| 267 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o
s=android | 268 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o
s=android |
| 268 Worklet status=experimental | 269 Worklet status=experimental |
| 269 LazyParseCSS status=experimental | 270 LazyParseCSS status=experimental |
| 270 ParseHTMLOnMainThread status=test | 271 ParseHTMLOnMainThread status=test |
| 271 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 272 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
| 272 PerformanceNavigationTiming2 status=test | 273 PerformanceNavigationTiming2 status=test |
| 273 BackgroundVideoTrackOptimization status=stable | 274 BackgroundVideoTrackOptimization status=stable |
| OLD | NEW |