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

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

Issue 2075053003: Add basic Referrer-Policy support for Documents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add crbug for TODO Created 4 years, 6 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 PreciseMemoryInfo 163 PreciseMemoryInfo
164 // This feature is deprecated and we are evangelizing affected sites. 164 // This feature is deprecated and we are evangelizing affected sites.
165 // See https://crbug.com/346236 for current status. 165 // See https://crbug.com/346236 for current status.
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 ReferrerPolicyHeader status=experimental
173 RemotePlayback status=experimental 174 RemotePlayback status=experimental
174 RenderingPipelineThrottling status=stable 175 RenderingPipelineThrottling status=stable
175 RequestIdleCallback status=stable 176 RequestIdleCallback status=stable
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
(...skipping 51 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