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

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

Issue 562403002: Remove TargetedStyleRecalc runtime flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Don't use the runtime flag in tests Created 6 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
« no previous file with comments | « Source/core/css/RuleFeature.cpp ('k') | Source/web/WebRuntimeFeatures.cpp » ('j') | 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 // status=deprecated -> Alias for "test", will be removed at some point. 10 // status=deprecated -> Alias for "test", will be removed at some point.
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 // window.showModalDialog is deprecated and slated for removal. crbug.com/345831 117 // window.showModalDialog is deprecated and slated for removal. crbug.com/345831
118 ShowModalDialog status=deprecated 118 ShowModalDialog status=deprecated
119 119
120 // Lax Mixed Content checking for WebSockets, XHR, etc. is deprecated and slated for removal. crbug.com/389089 120 // Lax Mixed Content checking for WebSockets, XHR, etc. is deprecated and slated for removal. crbug.com/389089
121 LaxMixedContentChecking status=deprecated 121 LaxMixedContentChecking status=deprecated
122 122
123 Stream status=experimental 123 Stream status=experimental
124 SubpixelFontScaling status=stable 124 SubpixelFontScaling status=stable
125 SubresourceIntegrity status=test 125 SubresourceIntegrity status=test
126 126
127 // Enable optimizations to recalculate style on the fewest possible number of
128 // elements when updating classes, ids or attributes of DOM elements.
129 TargetedStyleRecalc status=stable
130
131 // Many websites disable mouse support when touch APIs are available. We'd 127 // Many websites disable mouse support when touch APIs are available. We'd
132 // like to enable this always but can't until more websites fix this bug. 128 // like to enable this always but can't until more websites fix this bug.
133 // Chromium sets this conditionally (eg. based on the presence of a 129 // Chromium sets this conditionally (eg. based on the presence of a
134 // touchscreen) in ApplyWebPreferences. 130 // touchscreen) in ApplyWebPreferences.
135 Touch status=stable 131 Touch status=stable
136 132
137 // Temporary setting to allow easy rollback of change to hover media feature. 133 // Temporary setting to allow easy rollback of change to hover media feature.
138 HoverMediaQueryKeywords status=stable 134 HoverMediaQueryKeywords status=stable
139 135
140 TextBlob 136 TextBlob
141 TouchIconLoading 137 TouchIconLoading
142 ThreadedParserDataReceiver status=experimental 138 ThreadedParserDataReceiver status=experimental
143 UserSelectAll status=experimental 139 UserSelectAll status=experimental
144 WebAnimationsAPI status=experimental 140 WebAnimationsAPI status=experimental
145 WebAnimationsPlaybackControl status=experimental 141 WebAnimationsPlaybackControl status=experimental
146 WebAudio condition=WEB_AUDIO, status=stable 142 WebAudio condition=WEB_AUDIO, status=stable
147 WebGLDraftExtensions status=experimental 143 WebGLDraftExtensions status=experimental
148 WebGLImageChromium 144 WebGLImageChromium
149 WebMIDI status=test 145 WebMIDI status=test
150 WebVTTRegions depends_on=Media, status=experimental 146 WebVTTRegions depends_on=Media, status=experimental
151 WOFF2 status=stable 147 WOFF2 status=stable
152 XSLT status=stable 148 XSLT status=stable
153 149
154 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test 150 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test
155 151
156 CredentialManager status=test 152 CredentialManager status=test
OLDNEW
« no previous file with comments | « Source/core/css/RuleFeature.cpp ('k') | Source/web/WebRuntimeFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698