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

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

Issue 1903803002: Do not block painting for in-body CSS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed merge conflict Created 4 years, 7 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
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLLinkElement.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 CSS3TextDecorations status=experimental 44 CSS3TextDecorations status=experimental
45 CSSApplyAtRules status=experimental, depends_on=CSSVariables 45 CSSApplyAtRules status=experimental, depends_on=CSSVariables
46 CSSAdditiveAnimations status=experimental, depends_on=StackedCSSPropertyAnimatio ns 46 CSSAdditiveAnimations status=experimental, depends_on=StackedCSSPropertyAnimatio ns
47 CSSBackdropFilter status=experimental 47 CSSBackdropFilter status=experimental
48 CSSBoxReflectFilter 48 CSSBoxReflectFilter
49 CSSContainment status=experimental 49 CSSContainment status=experimental
50 CSSFontDisplay status=experimental 50 CSSFontDisplay status=experimental
51 CSSFontSizeAdjust status=experimental 51 CSSFontSizeAdjust status=experimental
52 CSSGridLayout status=experimental 52 CSSGridLayout status=experimental
53 CSSHyphens status=test 53 CSSHyphens status=test
54 CSSInBodyDoesNotBlockPaint status=experimental
54 CSSIndependentTransformProperties status=experimental 55 CSSIndependentTransformProperties status=experimental
55 CSSMaskSourceType status=experimental 56 CSSMaskSourceType status=experimental
56 CSSOMSmoothScroll status=experimental 57 CSSOMSmoothScroll status=experimental
57 CSSPaintAPI status=test, depends_on=Worklet 58 CSSPaintAPI status=test, depends_on=Worklet
58 CSSPropertyD status=stable 59 CSSPropertyD status=stable
59 CSSSnapSize status=experimental 60 CSSSnapSize status=experimental
60 CSSStickyPosition status=experimental 61 CSSStickyPosition status=experimental
61 CSSTouchActionPanDirections status=experimental 62 CSSTouchActionPanDirections status=experimental
62 CSSTypedOM status=experimental 63 CSSTypedOM status=experimental
63 CSSVariables status=stable 64 CSSVariables status=stable
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 VisibilityChangeOnUnload status=experimental 226 VisibilityChangeOnUnload status=experimental
226 XSLT status=stable 227 XSLT status=stable
227 smil status=stable 228 smil status=stable
228 ScrollCustomization 229 ScrollCustomization
229 ScrollRestoration status=stable 230 ScrollRestoration status=stable
230 VisualViewportAPI status=experimental 231 VisualViewportAPI status=experimental
231 WakeLock status=experimental 232 WakeLock status=experimental
232 WebFontsInterventionV2 233 WebFontsInterventionV2
233 WebFontsInterventionTrigger 234 WebFontsInterventionTrigger
234 Worklet status=test 235 Worklet status=test
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLLinkElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698