Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(162)

Side by Side Diff: third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in

Issue 2314103002: Reland of land Compile under-invalidation checking in all builds (Closed)
Patch Set: More expectations Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 // Define a sample API for testing integration with the Origin Trials Framework. 146 // Define a sample API for testing integration with the Origin Trials Framework.
147 // The sample API is used in both unit and layout tests for the Origin Trials 147 // The sample API is used in both unit and layout tests for the Origin Trials
148 // Framework. Do not change this flag to stable, as it exists solely to generate 148 // Framework. Do not change this flag to stable, as it exists solely to generate
149 // code used by the sample API implementation. 149 // code used by the sample API implementation.
150 OriginTrialsSampleAPI origin_trial_feature_name=Frobulate 150 OriginTrialsSampleAPI origin_trial_feature_name=Frobulate
151 // For simulating Android's overlay fullscreen video in layout tests on Linux. 151 // For simulating Android's overlay fullscreen video in layout tests on Linux.
152 ForceOverlayFullscreenVideo 152 ForceOverlayFullscreenVideo
153 OverlayScrollbars 153 OverlayScrollbars
154 HideScrollbars settable_from_internals=True 154 HideScrollbars settable_from_internals=True
155 PagePopup status=stable 155 PagePopup status=stable
156 PaintUnderInvalidationChecking settable_from_internals=True
156 PassiveDocumentEventListeners status=experimental 157 PassiveDocumentEventListeners status=experimental
157 PassiveEventListenersDueToFling status=experimental 158 PassiveEventListenersDueToFling status=experimental
158 PassPaintVisualRectToCompositor 159 PassPaintVisualRectToCompositor
159 PathOpsSVGClipping status=stable 160 PathOpsSVGClipping status=stable
160 PaymentRequest status=experimental 161 PaymentRequest status=experimental
161 PerformanceObserver status=stable 162 PerformanceObserver status=stable
162 PermissionDelegation status=test 163 PermissionDelegation status=test
163 Permissions status=stable 164 Permissions status=stable
164 PermissionsRequestRevoke status=experimental 165 PermissionsRequestRevoke status=experimental
165 PointerEvent status=experimental 166 PointerEvent status=experimental
(...skipping 28 matching lines...) Expand all
194 ServiceWorkerClientAttributes status=stable 195 ServiceWorkerClientAttributes status=stable
195 ServiceWorkerClientsGetID status=stable 196 ServiceWorkerClientsGetID status=stable
196 ServiceWorkerWindowClientNavigate status=stable 197 ServiceWorkerWindowClientNavigate status=stable
197 SetRootScroller status=experimental 198 SetRootScroller status=experimental
198 ShadowDOMV1 status=stable 199 ShadowDOMV1 status=stable
199 SharedArrayBuffer 200 SharedArrayBuffer
200 SharedWorker status=stable 201 SharedWorker status=stable
201 SlimmingPaintInvalidation implied_by=SlimmingPaintV2 202 SlimmingPaintInvalidation implied_by=SlimmingPaintV2
202 SlimmingPaintV2 203 SlimmingPaintV2
203 SlimmingPaintStrictCullRectClipping 204 SlimmingPaintStrictCullRectClipping
204 SlimmingPaintUnderInvalidationChecking settable_from_internals=True
205 // Used as argument in attribute of stable-release functions/interfaces where 205 // Used as argument in attribute of stable-release functions/interfaces where
206 // a runtime-enabled feature name is required for correct IDL syntax. 206 // a runtime-enabled feature name is required for correct IDL syntax.
207 // This is a global flag; do not change its status. 207 // This is a global flag; do not change its status.
208 StableBlinkFeatures status=stable 208 StableBlinkFeatures status=stable
209 StackedCSSPropertyAnimations status=experimental 209 StackedCSSPropertyAnimations status=experimental
210 StyleSharing status=stable 210 StyleSharing status=stable
211 StyleMatchedPropertiesCache status=stable 211 StyleMatchedPropertiesCache status=stable
212 // Do not turn this flag into stable, because many interfaces that should not 212 // Do not turn this flag into stable, because many interfaces that should not
213 // be shipped would be enabled. Instead, remove the flag from the shipping 213 // be shipped would be enabled. Instead, remove the flag from the shipping
214 // interface. 214 // interface.
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 WakeLock status=experimental 249 WakeLock status=experimental
250 WebFontsInterventionV2With2G 250 WebFontsInterventionV2With2G
251 WebFontsInterventionV2WithSlow2G 251 WebFontsInterventionV2WithSlow2G
252 WebFontsInterventionTrigger 252 WebFontsInterventionTrigger
253 WebShare status=experimental, origin_trial_feature_name=WebShare 253 WebShare status=experimental, origin_trial_feature_name=WebShare
254 Worklet status=experimental 254 Worklet status=experimental
255 WeakMemoryCache 255 WeakMemoryCache
256 DoNotUnlockSharedBuffer 256 DoNotUnlockSharedBuffer
257 ParseHTMLOnMainThread status=test 257 ParseHTMLOnMainThread status=test
258 SendBeaconThrowForBlobWithNonSimpleType status=experimental 258 SendBeaconThrowForBlobWithNonSimpleType status=experimental
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698