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

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

Issue 1701313002: Partial implementation of subscription restrictions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 ShadowRootDelegatesFocus status=experimental 172 ShadowRootDelegatesFocus status=experimental
173 SharedArrayBuffer 173 SharedArrayBuffer
174 SharedWorker status=stable 174 SharedWorker status=stable
175 SlimmingPaintV2 175 SlimmingPaintV2
176 SlimmingPaintOffsetCaching implied_by=SlimmingPaintV2 176 SlimmingPaintOffsetCaching implied_by=SlimmingPaintV2
177 SlimmingPaintStrictCullRectClipping 177 SlimmingPaintStrictCullRectClipping
178 SlimmingPaintUnderInvalidationChecking 178 SlimmingPaintUnderInvalidationChecking
179 StackedCSSPropertyAnimations status=experimental 179 StackedCSSPropertyAnimations status=experimental
180 StyleSharing status=stable 180 StyleSharing status=stable
181 StyleMatchedPropertiesCache status=stable 181 StyleMatchedPropertiesCache status=stable
182 SubscriptionRestrictions status=experimental
182 // Do not turn this flag into stable, because many interfaces that should not 183 // Do not turn this flag into stable, because many interfaces that should not
183 // be shipped would be enabled. Instead, remove the flag from the shipping 184 // be shipped would be enabled. Instead, remove the flag from the shipping
184 // interface. 185 // interface.
185 ExperimentalStream status=experimental 186 ExperimentalStream status=experimental
186 ReferrerPolicyAttribute status=experimental 187 ReferrerPolicyAttribute status=experimental
187 Suborigins status=experimental 188 Suborigins status=experimental
188 ThreadedParserDataReceiver 189 ThreadedParserDataReceiver
189 // Many websites disable mouse support when touch APIs are available. We'd 190 // Many websites disable mouse support when touch APIs are available. We'd
190 // like to enable this always but can't until more websites fix this bug. 191 // like to enable this always but can't until more websites fix this bug.
191 // Chromium sets this conditionally (eg. based on the presence of a 192 // Chromium sets this conditionally (eg. based on the presence of a
(...skipping 15 matching lines...) Expand all
207 WebVTTRegions depends_on=Media, status=experimental 208 WebVTTRegions depends_on=Media, status=experimental
208 V8IdleTasks 209 V8IdleTasks
209 XSLT status=stable 210 XSLT status=stable
210 smil status=stable 211 smil status=stable
211 ScrollCustomization 212 ScrollCustomization
212 ScrollRestoration status=stable 213 ScrollRestoration status=stable
213 WakeLock status=experimental 214 WakeLock status=experimental
214 WebFontsIntervention status=experimental 215 WebFontsIntervention status=experimental
215 WebFontsInterventionTrigger 216 WebFontsInterventionTrigger
216 Worklet 217 Worklet
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698