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

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

Issue 2105713002: Render process changes for ResourceTiming sizes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@resource_timing_sizes_browser_process
Patch Set: Created 4 years, 5 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
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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 PrefixedVideoFullscreen status=stable 166 PrefixedVideoFullscreen status=stable
167 Presentation status=stable 167 Presentation status=stable
168 PresentationReceiver status=test 168 PresentationReceiver status=test
169 PromiseRejectionEvent status=stable 169 PromiseRejectionEvent status=stable
170 PushMessaging status=stable 170 PushMessaging status=stable
171 QuotaPromise status=experimental 171 QuotaPromise status=experimental
172 ReducedReferrerGranularity 172 ReducedReferrerGranularity
173 RemotePlayback status=experimental 173 RemotePlayback status=experimental
174 RenderingPipelineThrottling status=stable 174 RenderingPipelineThrottling status=stable
175 RequestIdleCallback status=stable 175 RequestIdleCallback status=stable
176 ResourceTimingSizes status=experimental
176 ResponseConstructedWithReadableStream status=stable 177 ResponseConstructedWithReadableStream status=stable
177 ResponseBodyWithV8ExtraStream status=stable 178 ResponseBodyWithV8ExtraStream status=stable
178 SandboxBlocksModals status=stable 179 SandboxBlocksModals status=stable
179 ScreenOrientation status=stable 180 ScreenOrientation status=stable
180 ScriptedSpeech status=stable 181 ScriptedSpeech status=stable
181 // Scrolls to compensate for layout movements (bit.ly/scroll-anchoring). 182 // Scrolls to compensate for layout movements (bit.ly/scroll-anchoring).
182 ScrollAnchoring settable_from_internals=True 183 ScrollAnchoring settable_from_internals=True
183 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left 184 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left
184 // as per the spec, matching other Web engines. 185 // as per the spec, matching other Web engines.
185 ScrollTopLeftInterop status=experimental 186 ScrollTopLeftInterop status=experimental
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 ScrollRestoration status=stable 235 ScrollRestoration status=stable
235 AutoplayMutedVideos settable_from_internals=True 236 AutoplayMutedVideos settable_from_internals=True
236 VisualViewportAPI status=experimental 237 VisualViewportAPI status=experimental
237 WakeLock status=experimental 238 WakeLock status=experimental
238 WebFontsInterventionV2With2G 239 WebFontsInterventionV2With2G
239 WebFontsInterventionV2WithSlow2G 240 WebFontsInterventionV2WithSlow2G
240 WebFontsInterventionTrigger 241 WebFontsInterventionTrigger
241 Worklet status=test 242 Worklet status=test
242 WeakMemoryCache 243 WeakMemoryCache
243 DoNotUnlockSharedBuffer 244 DoNotUnlockSharedBuffer
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698