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

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

Issue 2595323003: Enable SlimmingPaintInvalidation for experiments (Closed)
Patch Set: Enable SlimmingPaintInvalidation for experiments Created 3 years, 11 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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left 215 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left
216 // as per the spec, matching other Web engines. 216 // as per the spec, matching other Web engines.
217 ScrollTopLeftInterop status=experimental 217 ScrollTopLeftInterop status=experimental
218 Sensor status=experimental 218 Sensor status=experimental
219 ServiceWorkerNavigationPreload 219 ServiceWorkerNavigationPreload
220 SetRootScroller status=experimental 220 SetRootScroller status=experimental
221 ShadowPiercingDescendantCombinator status=experimental 221 ShadowPiercingDescendantCombinator status=experimental
222 ShapeDetection status=experimental 222 ShapeDetection status=experimental
223 SharedArrayBuffer 223 SharedArrayBuffer
224 SharedWorker status=stable 224 SharedWorker status=stable
225 SlimmingPaintInvalidation implied_by=SlimmingPaintV2 225 SlimmingPaintInvalidation implied_by=SlimmingPaintV2, status=experimental
226 SlimmingPaintV2 226 SlimmingPaintV2
227 SlimmingPaintStrictCullRectClipping 227 SlimmingPaintStrictCullRectClipping
228 // Used as argument in attribute of stable-release functions/interfaces where 228 // Used as argument in attribute of stable-release functions/interfaces where
229 // a runtime-enabled feature name is required for correct IDL syntax. 229 // a runtime-enabled feature name is required for correct IDL syntax.
230 // This is a global flag; do not change its status. 230 // This is a global flag; do not change its status.
231 StableBlinkFeatures status=stable 231 StableBlinkFeatures status=stable
232 StackedCSSPropertyAnimations status=experimental 232 StackedCSSPropertyAnimations status=experimental
233 StyleSharing status=stable 233 StyleSharing status=stable
234 // Do not turn this flag into stable, because many interfaces that should not 234 // Do not turn this flag into stable, because many interfaces that should not
235 // be shipped would be enabled. Instead, remove the flag from the shipping 235 // be shipped would be enabled. Instead, remove the flag from the shipping
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 WebFontsInterventionV2With3G 274 WebFontsInterventionV2With3G
275 WebFontsInterventionV2WithSlow2G 275 WebFontsInterventionV2WithSlow2G
276 WebFontsInterventionTrigger 276 WebFontsInterventionTrigger
277 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o s=android 277 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o s=android
278 Worklet status=experimental 278 Worklet status=experimental
279 LazyParseCSS status=experimental 279 LazyParseCSS status=experimental
280 ParseHTMLOnMainThread status=test 280 ParseHTMLOnMainThread status=test
281 SendBeaconThrowForBlobWithNonSimpleType status=experimental 281 SendBeaconThrowForBlobWithNonSimpleType status=experimental
282 PerformanceNavigationTiming2 status=experimental 282 PerformanceNavigationTiming2 status=experimental
283 BackgroundVideoTrackOptimization status=stable 283 BackgroundVideoTrackOptimization status=stable
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698