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

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

Issue 2401713003: Turn on render throttling for iframes with pending sheets. (Closed)
Patch Set: fix debug. Created 4 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 // See https://crbug.com/346236 for current status. 180 // See https://crbug.com/346236 for current status.
181 PrefixedVideoFullscreen status=stable 181 PrefixedVideoFullscreen status=stable
182 Presentation status=stable 182 Presentation status=stable
183 PresentationReceiver status=test 183 PresentationReceiver status=test
184 PushMessaging status=stable 184 PushMessaging status=stable
185 QuotaPromise status=experimental 185 QuotaPromise status=experimental
186 ReducedReferrerGranularity 186 ReducedReferrerGranularity
187 ReloadwithoutSubResourceCacheRevalidation 187 ReloadwithoutSubResourceCacheRevalidation
188 RemotePlayback status=experimental 188 RemotePlayback status=experimental
189 RenderingPipelineThrottling status=stable 189 RenderingPipelineThrottling status=stable
190 RenderingPipelineThrottlingLoadingIframes status=experimental
ojan 2016/11/08 21:27:06 I'd just mark this as status=stable from the begin
esprehn 2016/11/08 22:18:35 I'm going to land as experimental now while I wait
190 RenderUnicodeControlCharacters status=stable 191 RenderUnicodeControlCharacters status=stable
191 ResizeObserver status=experimental 192 ResizeObserver status=experimental
192 // Handles frame scrolling via the root PaintLayer instead of the FrameView. 193 // Handles frame scrolling via the root PaintLayer instead of the FrameView.
193 // crbug.com/417782 tracks enabling this by default. 194 // crbug.com/417782 tracks enabling this by default.
194 RootLayerScrolling 195 RootLayerScrolling
195 RTCPeerConnectionNewGetStats status=test 196 RTCPeerConnectionNewGetStats status=test
196 ScriptedSpeech status=stable 197 ScriptedSpeech status=stable
197 // Scrolls to compensate for layout movements (bit.ly/scroll-anchoring). 198 // Scrolls to compensate for layout movements (bit.ly/scroll-anchoring).
198 ScrollAnchoring status=experimental, settable_from_internals=True 199 ScrollAnchoring status=experimental, settable_from_internals=True
199 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left 200 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 WakeLock status=experimental 255 WakeLock status=experimental
255 WebFontsInterventionV2With2G 256 WebFontsInterventionV2With2G
256 WebFontsInterventionV2With3G 257 WebFontsInterventionV2With3G
257 WebFontsInterventionV2WithSlow2G 258 WebFontsInterventionV2WithSlow2G
258 WebFontsInterventionTrigger 259 WebFontsInterventionTrigger
259 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o s=android 260 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o s=android
260 Worklet status=experimental 261 Worklet status=experimental
261 LazyParseCSS status=experimental 262 LazyParseCSS status=experimental
262 ParseHTMLOnMainThread status=test 263 ParseHTMLOnMainThread status=test
263 SendBeaconThrowForBlobWithNonSimpleType status=experimental 264 SendBeaconThrowForBlobWithNonSimpleType status=experimental
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698