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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
149 OrientationEvent | 149 OrientationEvent |
150 OriginTrials status=stable | 150 OriginTrials status=stable |
151 // Define a sample API for testing integration with the Origin Trials Framework. | 151 // Define a sample API for testing integration with the Origin Trials Framework. |
152 // The sample API is used in both unit and layout tests for the Origin Trials | 152 // The sample API is used in both unit and layout tests for the Origin Trials |
153 // Framework. Do not change this flag to stable, as it exists solely to generate | 153 // Framework. Do not change this flag to stable, as it exists solely to generate |
154 // code used by the sample API implementation. | 154 // code used by the sample API implementation. |
155 OriginTrialsSampleAPI origin_trial_feature_name=Frobulate | 155 OriginTrialsSampleAPI origin_trial_feature_name=Frobulate |
156 // For simulating Android's overlay fullscreen video in layout tests on Linux. | 156 // For simulating Android's overlay fullscreen video in layout tests on Linux. |
157 ForceOverlayFullscreenVideo | 157 ForceOverlayFullscreenVideo |
158 OverlayScrollbars | 158 OverlayScrollbars |
159 HideScrollbars settable_from_internals=True | |
160 PagePopup status=stable | 159 PagePopup status=stable |
161 PaintUnderInvalidationChecking settable_from_internals=True | 160 PaintUnderInvalidationChecking settable_from_internals=True |
162 PassiveDocumentEventListeners status=experimental | 161 PassiveDocumentEventListeners status=experimental |
163 PassiveEventListenersDueToFling status=experimental | 162 PassiveEventListenersDueToFling status=experimental |
164 PassPaintVisualRectToCompositor | 163 PassPaintVisualRectToCompositor |
165 PaymentRequest status=experimental | 164 PaymentRequest status=experimental |
166 PaymentRequestPayerName status=experimental | 165 PaymentRequestPayerName status=experimental |
167 PerformanceObserver status=stable | 166 PerformanceObserver status=stable |
168 PermissionDelegation status=test | 167 PermissionDelegation status=test |
169 Permissions status=stable | 168 Permissions status=stable |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
253 VisualViewportAPI status=experimental | 252 VisualViewportAPI status=experimental |
254 WakeLock status=experimental | 253 WakeLock status=experimental |
255 WebFontsInterventionV2With2G | 254 WebFontsInterventionV2With2G |
256 WebFontsInterventionV2With3G | 255 WebFontsInterventionV2With3G |
257 WebFontsInterventionV2WithSlow2G | 256 WebFontsInterventionV2WithSlow2G |
258 WebFontsInterventionTrigger | 257 WebFontsInterventionTrigger |
259 WebShare status=experimental, origin_trial_feature_name=WebShare | 258 WebShare status=experimental, origin_trial_feature_name=WebShare |
260 Worklet status=experimental | 259 Worklet status=experimental |
261 ParseHTMLOnMainThread status=test | 260 ParseHTMLOnMainThread status=test |
262 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 261 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
OLD | NEW |