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: Source/platform/RuntimeEnabledFeatures.in

Issue 1329843002: Support per property CSS Animation stacks (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Lint Created 5 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/css/resolver/StyleResolver.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 // status=deprecated -> Alias for "test", will be removed at some point. 10 // status=deprecated -> Alias for "test", will be removed at some point.
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 ServiceWorkerPerformanceTimeline status=stable 146 ServiceWorkerPerformanceTimeline status=stable
147 ServiceWorkerWindowClientNavigate status=experimental 147 ServiceWorkerWindowClientNavigate status=experimental
148 ShadowRootClosedMode status=experimental 148 ShadowRootClosedMode status=experimental
149 ShadowRootDelegatesFocus status=experimental 149 ShadowRootDelegatesFocus status=experimental
150 SharedArrayBuffer 150 SharedArrayBuffer
151 SharedWorker status=stable 151 SharedWorker status=stable
152 SlimmingPaint status=stable 152 SlimmingPaint status=stable
153 SlimmingPaintV2 depends_on=SlimmingPaint 153 SlimmingPaintV2 depends_on=SlimmingPaint
154 SlimmingPaintUnderInvalidationChecking depends_on=SlimmingPaint 154 SlimmingPaintUnderInvalidationChecking depends_on=SlimmingPaint
155 SlimmingPaintStrictCullRectClipping depends_on=SlimmingPaint 155 SlimmingPaintStrictCullRectClipping depends_on=SlimmingPaint
156 StackedCSSPropertyAnimations status=experimental
156 // Do not turn this flag into stable, because many interfaces that should not 157 // Do not turn this flag into stable, because many interfaces that should not
157 // be shipped would be enabled. Instead, remove the flag from the shipping 158 // be shipped would be enabled. Instead, remove the flag from the shipping
158 // interface. 159 // interface.
159 ExperimentalStream status=experimental 160 ExperimentalStream status=experimental
160 ReferrerPolicyAttribute status=experimental 161 ReferrerPolicyAttribute status=experimental
161 Suborigins status=experimental 162 Suborigins status=experimental
162 ThreadedParserDataReceiver 163 ThreadedParserDataReceiver
163 // Many websites disable mouse support when touch APIs are available. We'd 164 // Many websites disable mouse support when touch APIs are available. We'd
164 // like to enable this always but can't until more websites fix this bug. 165 // like to enable this always but can't until more websites fix this bug.
165 // Chromium sets this conditionally (eg. based on the presence of a 166 // Chromium sets this conditionally (eg. based on the presence of a
(...skipping 14 matching lines...) Expand all
180 WebUSB status=experimental 181 WebUSB status=experimental
181 WebVR depends_on=GeometryInterfaces 182 WebVR depends_on=GeometryInterfaces
182 WebVTTRegions depends_on=Media, status=experimental 183 WebVTTRegions depends_on=Media, status=experimental
183 V8IdleTasks 184 V8IdleTasks
184 XSLT status=stable 185 XSLT status=stable
185 SVG1DOM status=stable 186 SVG1DOM status=stable
186 smil status=stable 187 smil status=stable
187 ScrollCustomization 188 ScrollCustomization
188 ScrollRestoration status=stable 189 ScrollRestoration status=stable
189 WakeLock status=experimental 190 WakeLock status=experimental
OLDNEW
« no previous file with comments | « Source/core/css/resolver/StyleResolver.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698