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

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

Issue 1410573008: Add PassPaintVisualRectToCompositor feature flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove depends_on. 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
« no previous file with comments | « no previous file | 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 // Features without a status are not enabled anywhere by default. 10 // Features without a status are not enabled anywhere by default.
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 NetInfoDownlinkMax status=experimental 111 NetInfoDownlinkMax status=experimental
112 NewMediaPlaybackUi 112 NewMediaPlaybackUi
113 NotificationConstructor status=stable 113 NotificationConstructor status=stable
114 NotificationExperimental status=test 114 NotificationExperimental status=test
115 Notifications status=stable 115 Notifications status=stable
116 OrientationEvent 116 OrientationEvent
117 // For simulating Android's overlay fullscreen video in layout tests on Linux. 117 // For simulating Android's overlay fullscreen video in layout tests on Linux.
118 ForceOverlayFullscreenVideo 118 ForceOverlayFullscreenVideo
119 OverlayScrollbars 119 OverlayScrollbars
120 PagePopup status=stable 120 PagePopup status=stable
121 PassPaintVisualRectToCompositor
121 PathOpsSVGClipping status=stable 122 PathOpsSVGClipping status=stable
122 PerformanceObserver status=experimental 123 PerformanceObserver status=experimental
123 Permissions status=stable 124 Permissions status=stable
124 PermissionsRequestRevoke status=experimental 125 PermissionsRequestRevoke status=experimental
125 PointerEvent 126 PointerEvent
126 PreciseMemoryInfo 127 PreciseMemoryInfo
127 PrefixedEncryptedMedia status=test 128 PrefixedEncryptedMedia status=test
128 // This feature is deprecated and we are evangelizing affected sites. 129 // This feature is deprecated and we are evangelizing affected sites.
129 // See https://crbug.com/346236 for current status. 130 // See https://crbug.com/346236 for current status.
130 PrefixedVideoFullscreen status=stable 131 PrefixedVideoFullscreen status=stable
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 WebUSB status=experimental 193 WebUSB status=experimental
193 WebVR depends_on=GeometryInterfaces, status=test 194 WebVR depends_on=GeometryInterfaces, status=test
194 WebVTTRegions depends_on=Media, status=experimental 195 WebVTTRegions depends_on=Media, status=experimental
195 V8IdleTasks 196 V8IdleTasks
196 XSLT status=stable 197 XSLT status=stable
197 SVG1DOM status=stable 198 SVG1DOM status=stable
198 smil status=stable 199 smil status=stable
199 ScrollCustomization 200 ScrollCustomization
200 ScrollRestoration status=stable 201 ScrollRestoration status=stable
201 WakeLock status=experimental 202 WakeLock status=experimental
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698