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

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

Issue 1246173002: Throttle rendering pipeline for invisible iframes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Clean up logic. 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 // This feature is deprecated and we are evangalizing affected sites. 123 // This feature is deprecated and we are evangalizing affected sites.
124 // See https://crbug.com/346236 for current status. 124 // See https://crbug.com/346236 for current status.
125 PrefixedVideoFullscreen status=stable 125 PrefixedVideoFullscreen status=stable
126 Presentation status=stable 126 Presentation status=stable
127 PromiseRejectionEvent status=experimental 127 PromiseRejectionEvent status=experimental
128 PushMessaging status=stable 128 PushMessaging status=stable
129 // Push messaging payloads are blocked on the Push API supporting encryption. 129 // Push messaging payloads are blocked on the Push API supporting encryption.
130 PushMessagingData status=test 130 PushMessagingData status=test
131 QuotaPromise status=experimental 131 QuotaPromise status=experimental
132 ReducedReferrerGranularity 132 ReducedReferrerGranularity
133 RenderingPipelineThrottling status=experimental
133 RequestIdleCallback status=experimental 134 RequestIdleCallback status=experimental
134 RequestAutocomplete status=test 135 RequestAutocomplete status=test
135 RestrictIFramePermissions 136 RestrictIFramePermissions
136 SandboxBlocksModals status=stable 137 SandboxBlocksModals status=stable
137 ScreenOrientation status=stable 138 ScreenOrientation status=stable
138 ScriptedSpeech status=stable 139 ScriptedSpeech status=stable
139 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left 140 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left
140 // as per the spec, matching other Web engines. 141 // as per the spec, matching other Web engines.
141 ScrollTopLeftInterop status=experimental 142 ScrollTopLeftInterop status=experimental
142 SelectionForComposedTree status=stable 143 SelectionForComposedTree status=stable
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
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

Powered by Google App Engine
This is Rietveld 408576698