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

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

Issue 2299223002: Compile under-invalidation checking in all builds (Closed)
Patch Set: 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 PaintUnderInvalidationChecking settable_from_internals=True
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 26 matching lines...) Expand all
190 ServiceWorkerClientAttributes status=stable 191 ServiceWorkerClientAttributes status=stable
191 ServiceWorkerClientsGetID status=stable 192 ServiceWorkerClientsGetID status=stable
192 ServiceWorkerWindowClientNavigate status=stable 193 ServiceWorkerWindowClientNavigate status=stable
193 SetRootScroller status=experimental 194 SetRootScroller status=experimental
194 ShadowDOMV1 status=stable 195 ShadowDOMV1 status=stable
195 SharedArrayBuffer 196 SharedArrayBuffer
196 SharedWorker status=stable 197 SharedWorker status=stable
197 SlimmingPaintInvalidation implied_by=SlimmingPaintV2 198 SlimmingPaintInvalidation implied_by=SlimmingPaintV2
198 SlimmingPaintV2 199 SlimmingPaintV2
199 SlimmingPaintStrictCullRectClipping 200 SlimmingPaintStrictCullRectClipping
200 SlimmingPaintUnderInvalidationChecking settable_from_internals=True
201 // Used as argument in attribute of stable-release functions/interfaces where 201 // Used as argument in attribute of stable-release functions/interfaces where
202 // a runtime-enabled feature name is required for correct IDL syntax. 202 // a runtime-enabled feature name is required for correct IDL syntax.
203 // This is a global flag; do not change its status. 203 // This is a global flag; do not change its status.
204 StableBlinkFeatures status=stable 204 StableBlinkFeatures status=stable
205 StackedCSSPropertyAnimations status=experimental 205 StackedCSSPropertyAnimations status=experimental
206 StyleSharing status=stable 206 StyleSharing status=stable
207 StyleMatchedPropertiesCache status=stable 207 StyleMatchedPropertiesCache status=stable
208 // Do not turn this flag into stable, because many interfaces that should not 208 // Do not turn this flag into stable, because many interfaces that should not
209 // be shipped would be enabled. Instead, remove the flag from the shipping 209 // be shipped would be enabled. Instead, remove the flag from the shipping
210 // interface. 210 // interface.
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 WakeLock status=experimental 244 WakeLock status=experimental
245 WebFontsInterventionV2With2G 245 WebFontsInterventionV2With2G
246 WebFontsInterventionV2WithSlow2G 246 WebFontsInterventionV2WithSlow2G
247 WebFontsInterventionTrigger 247 WebFontsInterventionTrigger
248 WebShare status=experimental 248 WebShare status=experimental
249 Worklet status=experimental 249 Worklet status=experimental
250 WeakMemoryCache 250 WeakMemoryCache
251 DoNotUnlockSharedBuffer 251 DoNotUnlockSharedBuffer
252 ParseHTMLOnMainThread status=test 252 ParseHTMLOnMainThread status=test
253 SendBeaconThrowForBlobWithNonSimpleType status=experimental 253 SendBeaconThrowForBlobWithNonSimpleType status=experimental
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698