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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 144 // Define a sample API for testing integration with the Origin Trials Framework. | 144 // Define a sample API for testing integration with the Origin Trials Framework. |
| 145 // The sample API is used in both unit and layout tests for the Origin Trials | 145 // The sample API is used in both unit and layout tests for the Origin Trials |
| 146 // Framework. Do not change this flag to stable, as it exists solely to generate | 146 // Framework. Do not change this flag to stable, as it exists solely to generate |
| 147 // code used by the sample API implementation. | 147 // code used by the sample API implementation. |
| 148 OriginTrialsSampleAPI origin_trial_feature_name=Frobulate | 148 OriginTrialsSampleAPI origin_trial_feature_name=Frobulate |
| 149 // For simulating Android's overlay fullscreen video in layout tests on Linux. | 149 // For simulating Android's overlay fullscreen video in layout tests on Linux. |
| 150 ForceOverlayFullscreenVideo | 150 ForceOverlayFullscreenVideo |
| 151 OverlayScrollbars | 151 OverlayScrollbars |
| 152 HideScrollbars settable_from_internals=True | 152 HideScrollbars settable_from_internals=True |
| 153 PagePopup status=stable | 153 PagePopup status=stable |
| 154 PanScrolling status=experimental | |
|
Rick Byers
2016/09/06 14:12:01
nit: Add a comment saying this is enabled by defau
| |
| 154 PassiveDocumentEventListeners status=experimental | 155 PassiveDocumentEventListeners status=experimental |
| 155 PassiveEventListenersDueToFling status=experimental | 156 PassiveEventListenersDueToFling status=experimental |
| 156 PassPaintVisualRectToCompositor | 157 PassPaintVisualRectToCompositor |
| 157 PathOpsSVGClipping status=stable | 158 PathOpsSVGClipping status=stable |
| 158 PaymentRequest status=experimental | 159 PaymentRequest status=experimental |
| 159 PerformanceObserver status=stable | 160 PerformanceObserver status=stable |
| 160 PermissionDelegation status=test | 161 PermissionDelegation status=test |
| 161 Permissions status=stable | 162 Permissions status=stable |
| 162 PermissionsRequestRevoke status=experimental | 163 PermissionsRequestRevoke status=experimental |
| 163 PointerEvent status=experimental | 164 PointerEvent status=experimental |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 245 WakeLock status=experimental | 246 WakeLock status=experimental |
| 246 WebFontsInterventionV2With2G | 247 WebFontsInterventionV2With2G |
| 247 WebFontsInterventionV2WithSlow2G | 248 WebFontsInterventionV2WithSlow2G |
| 248 WebFontsInterventionTrigger | 249 WebFontsInterventionTrigger |
| 249 WebShare status=experimental | 250 WebShare status=experimental |
| 250 Worklet status=experimental | 251 Worklet status=experimental |
| 251 WeakMemoryCache | 252 WeakMemoryCache |
| 252 DoNotUnlockSharedBuffer | 253 DoNotUnlockSharedBuffer |
| 253 ParseHTMLOnMainThread status=test | 254 ParseHTMLOnMainThread status=test |
| 254 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 255 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
| OLD | NEW |