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

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

Issue 1279483005: Rename REF::SlimmingPaintCompositorLayerization to SlimmingPaintV2 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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/paint/LayerFixedPositionRecorder.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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 SelectionForComposedTree status=stable 142 SelectionForComposedTree status=stable
143 ServiceWorkerClientAttributes status=stable 143 ServiceWorkerClientAttributes status=stable
144 ServiceWorkerNotifications status=stable 144 ServiceWorkerNotifications status=stable
145 ServiceWorkerPerformanceTimeline status=experimental 145 ServiceWorkerPerformanceTimeline status=experimental
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 SlimmingPaintCompositorLayerization 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 StaleWhileRevalidateCacheControl 155 StaleWhileRevalidateCacheControl
156 // 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
157 // 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
158 // interface. 158 // interface.
159 ExperimentalStream status=experimental 159 ExperimentalStream status=experimental
160 ReferrerPolicyAttribute status=experimental 160 ReferrerPolicyAttribute status=experimental
161 Suborigins status=experimental 161 Suborigins status=experimental
162 TextBlob 162 TextBlob
(...skipping 18 matching lines...) Expand all
181 WebUSB status=experimental 181 WebUSB status=experimental
182 WebVR depends_on=GeometryInterfaces 182 WebVR depends_on=GeometryInterfaces
183 WebVTTRegions depends_on=Media, status=experimental 183 WebVTTRegions depends_on=Media, status=experimental
184 V8IdleTasks 184 V8IdleTasks
185 XSLT status=stable 185 XSLT status=stable
186 SVG1DOM status=stable 186 SVG1DOM status=stable
187 smil status=stable 187 smil status=stable
188 ScrollCustomization 188 ScrollCustomization
189 ScrollRestoration status=experimental 189 ScrollRestoration status=experimental
190 WakeLock status=experimental 190 WakeLock status=experimental
OLDNEW
« no previous file with comments | « Source/core/paint/LayerFixedPositionRecorder.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698