| 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 // For simulating Android's overlay fullscreen video in layout tests on Linux. | 155 // For simulating Android's overlay fullscreen video in layout tests on Linux. |
| 156 ForceOverlayFullscreenVideo | 156 ForceOverlayFullscreenVideo |
| 157 OverlayScrollbars | 157 OverlayScrollbars |
| 158 HideScrollbars settable_from_internals=True | 158 HideScrollbars settable_from_internals=True |
| 159 PagePopup status=stable | 159 PagePopup status=stable |
| 160 PaintUnderInvalidationChecking settable_from_internals=True | 160 PaintUnderInvalidationChecking settable_from_internals=True |
| 161 PassiveDocumentEventListeners status=experimental | 161 PassiveDocumentEventListeners status=experimental |
| 162 PassiveEventListenersDueToFling status=experimental | 162 PassiveEventListenersDueToFling status=experimental |
| 163 PassPaintVisualRectToCompositor | 163 PassPaintVisualRectToCompositor |
| 164 PaymentRequest status=experimental | 164 PaymentRequest status=experimental |
| 165 PaymentRequestPayerName status=experimental |
| 165 PerformanceObserver status=stable | 166 PerformanceObserver status=stable |
| 166 PermissionDelegation status=test | 167 PermissionDelegation status=test |
| 167 Permissions status=stable | 168 Permissions status=stable |
| 168 PermissionsRequestRevoke status=experimental | 169 PermissionsRequestRevoke status=experimental |
| 169 PointerEvent status=experimental | 170 PointerEvent status=experimental |
| 170 // For temporary compat testing of Edge-like model - crbug.com/640700 | 171 // For temporary compat testing of Edge-like model - crbug.com/640700 |
| 171 PointerEventV1SpecCapturing | 172 PointerEventV1SpecCapturing |
| 172 PreciseMemoryInfo | 173 PreciseMemoryInfo |
| 173 // This feature is deprecated and we are evangelizing affected sites. | 174 // This feature is deprecated and we are evangelizing affected sites. |
| 174 // See https://crbug.com/346236 for current status. | 175 // See https://crbug.com/346236 for current status. |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 AutoplayMutedVideos settable_from_internals=True | 252 AutoplayMutedVideos settable_from_internals=True |
| 252 VisualViewportAPI status=experimental | 253 VisualViewportAPI status=experimental |
| 253 WakeLock status=experimental | 254 WakeLock status=experimental |
| 254 WebFontsInterventionV2With2G | 255 WebFontsInterventionV2With2G |
| 255 WebFontsInterventionV2WithSlow2G | 256 WebFontsInterventionV2WithSlow2G |
| 256 WebFontsInterventionTrigger | 257 WebFontsInterventionTrigger |
| 257 WebShare status=experimental, origin_trial_feature_name=WebShare | 258 WebShare status=experimental, origin_trial_feature_name=WebShare |
| 258 Worklet status=experimental | 259 Worklet status=experimental |
| 259 ParseHTMLOnMainThread status=test | 260 ParseHTMLOnMainThread status=test |
| 260 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 261 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
| OLD | NEW |