Chromium Code Reviews| 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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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 PaymentRequestPayerName status=experimental |
| 166 PerformanceObserver status=stable | 166 PerformanceObserver status=stable |
| 167 PermissionDelegation status=test | 167 PermissionDelegation status=test |
| 168 Permissions status=stable | 168 Permissions status=stable |
| 169 PermissionsRequestRevoke status=experimental | 169 PermissionsRequestRevoke status=experimental |
| 170 PointerEvent status=experimental | 170 PointerEvent status=stable |
|
dtapuska
2016/09/27 18:38:27
I'd like https://cs.chromium.org/chromium/src/cont
mustaq
2016/09/28 15:58:12
Done.
| |
| 171 // For temporary compat testing of Edge-like model - crbug.com/640700 | 171 // For temporary compat testing of Edge-like model - crbug.com/640700 |
| 172 PointerEventV1SpecCapturing | 172 PointerEventV1SpecCapturing |
| 173 PreciseMemoryInfo | 173 PreciseMemoryInfo |
| 174 // This feature is deprecated and we are evangelizing affected sites. | 174 // This feature is deprecated and we are evangelizing affected sites. |
| 175 // See https://crbug.com/346236 for current status. | 175 // See https://crbug.com/346236 for current status. |
| 176 PrefixedVideoFullscreen status=stable | 176 PrefixedVideoFullscreen status=stable |
| 177 Presentation status=stable | 177 Presentation status=stable |
| 178 PresentationReceiver status=test | 178 PresentationReceiver status=test |
| 179 PushMessaging status=stable | 179 PushMessaging status=stable |
| 180 QuotaPromise status=experimental | 180 QuotaPromise status=experimental |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 252 VisualViewportAPI status=experimental | 252 VisualViewportAPI status=experimental |
| 253 WakeLock status=experimental | 253 WakeLock status=experimental |
| 254 WebFontsInterventionV2With2G | 254 WebFontsInterventionV2With2G |
| 255 WebFontsInterventionV2With3G | 255 WebFontsInterventionV2With3G |
| 256 WebFontsInterventionV2WithSlow2G | 256 WebFontsInterventionV2WithSlow2G |
| 257 WebFontsInterventionTrigger | 257 WebFontsInterventionTrigger |
| 258 WebShare status=experimental, origin_trial_feature_name=WebShare | 258 WebShare status=experimental, origin_trial_feature_name=WebShare |
| 259 Worklet status=experimental | 259 Worklet status=experimental |
| 260 ParseHTMLOnMainThread status=test | 260 ParseHTMLOnMainThread status=test |
| 261 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 261 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
| OLD | NEW |