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

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

Issue 1416053003: Let synchronized painting generate correct paint invalidation rects (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 SelectionPaintingWithoutSelectionGaps status=stable 151 SelectionPaintingWithoutSelectionGaps status=stable
152 ServiceWorkerClientAttributes status=stable 152 ServiceWorkerClientAttributes status=stable
153 ServiceWorkerPerformanceTimeline status=stable 153 ServiceWorkerPerformanceTimeline status=stable
154 ServiceWorkerWindowClientNavigate status=experimental 154 ServiceWorkerWindowClientNavigate status=experimental
155 ShadowDOMV1 status=experimental 155 ShadowDOMV1 status=experimental
156 ShadowRootClosedMode status=experimental 156 ShadowRootClosedMode status=experimental
157 ShadowRootDelegatesFocus status=experimental 157 ShadowRootDelegatesFocus status=experimental
158 SharedArrayBuffer 158 SharedArrayBuffer
159 SharedWorker status=stable 159 SharedWorker status=stable
160 SlimmingPaintV2 160 SlimmingPaintV2
161 SlimmingPaintOffsetCaching implied_by=SlimmingPaintV2, implied_by=SlimmingPaintS ynchronizedPainting 161 SlimmingPaintOffsetCaching implied_by=SlimmingPaintV2
162 SlimmingPaintStrictCullRectClipping 162 SlimmingPaintStrictCullRectClipping
163 SlimmingPaintSynchronizedPainting implied_by=SlimmingPaintV2 163 SlimmingPaintSynchronizedPainting implied_by=SlimmingPaintV2
164 SlimmingPaintUnderInvalidationChecking 164 SlimmingPaintUnderInvalidationChecking
165 StackedCSSPropertyAnimations status=experimental 165 StackedCSSPropertyAnimations status=experimental
166 StyleSharing status=stable 166 StyleSharing status=stable
167 StyleMatchedPropertiesCache status=stable 167 StyleMatchedPropertiesCache status=stable
168 // Do not turn this flag into stable, because many interfaces that should not 168 // Do not turn this flag into stable, because many interfaces that should not
169 // be shipped would be enabled. Instead, remove the flag from the shipping 169 // be shipped would be enabled. Instead, remove the flag from the shipping
170 // interface. 170 // interface.
171 ExperimentalStream status=experimental 171 ExperimentalStream status=experimental
(...skipping 20 matching lines...) Expand all
192 WebUSB status=experimental 192 WebUSB status=experimental
193 WebVR depends_on=GeometryInterfaces, status=test 193 WebVR depends_on=GeometryInterfaces, status=test
194 WebVTTRegions depends_on=Media, status=experimental 194 WebVTTRegions depends_on=Media, status=experimental
195 V8IdleTasks 195 V8IdleTasks
196 XSLT status=stable 196 XSLT status=stable
197 SVG1DOM status=stable 197 SVG1DOM status=stable
198 smil status=stable 198 smil status=stable
199 ScrollCustomization 199 ScrollCustomization
200 ScrollRestoration status=stable 200 ScrollRestoration status=stable
201 WakeLock status=experimental 201 WakeLock status=experimental
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698