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 // The sample API is used in both unit and layout tests for the Origin Trials | 144 // The sample API is used in both unit and layout tests for the Origin Trials |
| 145 // Framework. Do not change this flag to stable, as it exists solely to generate | 145 // Framework. Do not change this flag to stable, as it exists solely to generate |
| 146 // code used by the sample API implementation. | 146 // code used by the sample API implementation. |
| 147 OriginTrialsSampleAPI origin_trial_feature_name=Frobulate | 147 OriginTrialsSampleAPI origin_trial_feature_name=Frobulate |
| 148 // For simulating Android's overlay fullscreen video in layout tests on Linux. | 148 // For simulating Android's overlay fullscreen video in layout tests on Linux. |
| 149 ForceOverlayFullscreenVideo | 149 ForceOverlayFullscreenVideo |
| 150 OverlayScrollbars | 150 OverlayScrollbars |
| 151 PagePopup status=stable | 151 PagePopup status=stable |
| 152 PaintOptimizations status=stable | 152 PaintOptimizations status=stable |
| 153 PassiveDocumentEventListeners status=experimental | 153 PassiveDocumentEventListeners status=experimental |
| 154 PassiveEventListenersDueToFling | |
|
dtapuska
2016/08/15 14:35:20
Should the status be experimental?
| |
| 154 PassPaintVisualRectToCompositor | 155 PassPaintVisualRectToCompositor |
| 155 PathOpsSVGClipping status=stable | 156 PathOpsSVGClipping status=stable |
| 156 PaymentRequest status=experimental | 157 PaymentRequest status=experimental |
| 157 PerformanceObserver status=stable | 158 PerformanceObserver status=stable |
| 158 PermissionDelegation status=test | 159 PermissionDelegation status=test |
| 159 Permissions status=stable | 160 Permissions status=stable |
| 160 PermissionsRequestRevoke status=experimental | 161 PermissionsRequestRevoke status=experimental |
| 161 PointerEvent status=experimental | 162 PointerEvent status=experimental |
| 162 PreciseMemoryInfo | 163 PreciseMemoryInfo |
| 163 // This feature is deprecated and we are evangelizing affected sites. | 164 // This feature is deprecated and we are evangelizing affected sites. |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 238 WakeLock status=experimental | 239 WakeLock status=experimental |
| 239 WebFontsInterventionV2With2G | 240 WebFontsInterventionV2With2G |
| 240 WebFontsInterventionV2WithSlow2G | 241 WebFontsInterventionV2WithSlow2G |
| 241 WebFontsInterventionTrigger | 242 WebFontsInterventionTrigger |
| 242 WebShare status=experimental | 243 WebShare status=experimental |
| 243 Worklet status=experimental | 244 Worklet status=experimental |
| 244 WeakMemoryCache | 245 WeakMemoryCache |
| 245 DoNotUnlockSharedBuffer | 246 DoNotUnlockSharedBuffer |
| 246 ParseHTMLOnMainThread status=test | 247 ParseHTMLOnMainThread status=test |
| 247 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 248 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
| OLD | NEW |