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

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: Review comments 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
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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 ServiceWorkerPerformanceTimeline status=stable 145 ServiceWorkerPerformanceTimeline status=stable
146 ServiceWorkerWindowClientNavigate status=experimental 146 ServiceWorkerWindowClientNavigate status=experimental
147 ShadowRootClosedMode status=experimental 147 ShadowRootClosedMode status=experimental
148 ShadowRootDelegatesFocus status=experimental 148 ShadowRootDelegatesFocus status=experimental
149 SharedArrayBuffer 149 SharedArrayBuffer
150 SharedWorker status=stable 150 SharedWorker status=stable
151 SlimmingPaint status=stable 151 SlimmingPaint status=stable
152 SlimmingPaintV2 depends_on=SlimmingPaint 152 SlimmingPaintV2 depends_on=SlimmingPaint
153 SlimmingPaintUnderInvalidationChecking depends_on=SlimmingPaint 153 SlimmingPaintUnderInvalidationChecking depends_on=SlimmingPaint
154 SlimmingPaintStrictCullRectClipping depends_on=SlimmingPaint 154 SlimmingPaintStrictCullRectClipping depends_on=SlimmingPaint
155 StackedCSSPropertyAnimations status=experimental
155 // Do not turn this flag into stable, because many interfaces that should not 156 // Do not turn this flag into stable, because many interfaces that should not
156 // be shipped would be enabled. Instead, remove the flag from the shipping 157 // be shipped would be enabled. Instead, remove the flag from the shipping
157 // interface. 158 // interface.
158 ExperimentalStream status=experimental 159 ExperimentalStream status=experimental
159 ReferrerPolicyAttribute status=experimental 160 ReferrerPolicyAttribute status=experimental
160 Suborigins status=experimental 161 Suborigins status=experimental
161 ThreadedParserDataReceiver 162 ThreadedParserDataReceiver
162 // Many websites disable mouse support when touch APIs are available. We'd 163 // Many websites disable mouse support when touch APIs are available. We'd
163 // like to enable this always but can't until more websites fix this bug. 164 // like to enable this always but can't until more websites fix this bug.
164 // Chromium sets this conditionally (eg. based on the presence of a 165 // Chromium sets this conditionally (eg. based on the presence of a
(...skipping 14 matching lines...) Expand all
179 WebUSB status=experimental 180 WebUSB status=experimental
180 WebVR depends_on=GeometryInterfaces 181 WebVR depends_on=GeometryInterfaces
181 WebVTTRegions depends_on=Media, status=experimental 182 WebVTTRegions depends_on=Media, status=experimental
182 V8IdleTasks 183 V8IdleTasks
183 XSLT status=stable 184 XSLT status=stable
184 SVG1DOM status=stable 185 SVG1DOM status=stable
185 smil status=stable 186 smil status=stable
186 ScrollCustomization 187 ScrollCustomization
187 ScrollRestoration status=stable 188 ScrollRestoration status=stable
188 WakeLock status=experimental 189 WakeLock status=experimental
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698