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

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

Issue 2399643002: Ship Referrer-Policy header (Closed)
Patch Set: remove some more missed ShouldEnableReferrerPolicyHeader() spots Created 4 years, 2 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
« no previous file with comments | « third_party/WebKit/Source/core/workers/WorkerScriptLoader.cpp ('k') | 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 PointerEventV1SpecCapturing 175 PointerEventV1SpecCapturing
176 PreciseMemoryInfo 176 PreciseMemoryInfo
177 // This feature is deprecated and we are evangelizing affected sites. 177 // This feature is deprecated and we are evangelizing affected sites.
178 // See https://crbug.com/346236 for current status. 178 // See https://crbug.com/346236 for current status.
179 PrefixedVideoFullscreen status=stable 179 PrefixedVideoFullscreen status=stable
180 Presentation status=stable 180 Presentation status=stable
181 PresentationReceiver status=test 181 PresentationReceiver status=test
182 PushMessaging status=stable 182 PushMessaging status=stable
183 QuotaPromise status=experimental 183 QuotaPromise status=experimental
184 ReducedReferrerGranularity 184 ReducedReferrerGranularity
185 ReferrerPolicyHeader status=experimental
186 ReloadwithoutSubResourceCacheRevalidation 185 ReloadwithoutSubResourceCacheRevalidation
187 RemotePlayback status=experimental 186 RemotePlayback status=experimental
188 RenderingPipelineThrottling status=stable 187 RenderingPipelineThrottling status=stable
189 RenderUnicodeControlCharacters status=experimental 188 RenderUnicodeControlCharacters status=experimental
190 ResizeObserver status=experimental 189 ResizeObserver status=experimental
191 // Handles frame scrolling via the root PaintLayer instead of the FrameView. 190 // Handles frame scrolling via the root PaintLayer instead of the FrameView.
192 // crbug.com/417782 tracks enabling this by default. 191 // crbug.com/417782 tracks enabling this by default.
193 RootLayerScrolling 192 RootLayerScrolling
194 RTCPeerConnectionNewGetStats status=test 193 RTCPeerConnectionNewGetStats status=test
195 ScriptedSpeech status=stable 194 ScriptedSpeech status=stable
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 VisualViewportAPI status=experimental 254 VisualViewportAPI status=experimental
256 WakeLock status=experimental 255 WakeLock status=experimental
257 WebFontsInterventionV2With2G 256 WebFontsInterventionV2With2G
258 WebFontsInterventionV2With3G 257 WebFontsInterventionV2With3G
259 WebFontsInterventionV2WithSlow2G 258 WebFontsInterventionV2WithSlow2G
260 WebFontsInterventionTrigger 259 WebFontsInterventionTrigger
261 WebShare status=experimental, origin_trial_feature_name=WebShare 260 WebShare status=experimental, origin_trial_feature_name=WebShare
262 Worklet status=experimental 261 Worklet status=experimental
263 ParseHTMLOnMainThread status=test 262 ParseHTMLOnMainThread status=test
264 SendBeaconThrowForBlobWithNonSimpleType status=experimental 263 SendBeaconThrowForBlobWithNonSimpleType status=experimental
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/workers/WorkerScriptLoader.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698