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

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

Issue 2094873004: Move the suborigin experiment to test-only mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 // This is a global flag; do not change its status. 203 // This is a global flag; do not change its status.
204 StableBlinkFeatures status=stable 204 StableBlinkFeatures status=stable
205 StackedCSSPropertyAnimations status=experimental 205 StackedCSSPropertyAnimations status=experimental
206 StyleSharing status=stable 206 StyleSharing status=stable
207 StyleMatchedPropertiesCache status=stable 207 StyleMatchedPropertiesCache status=stable
208 // Do not turn this flag into stable, because many interfaces that should not 208 // Do not turn this flag into stable, because many interfaces that should not
209 // be shipped would be enabled. Instead, remove the flag from the shipping 209 // be shipped would be enabled. Instead, remove the flag from the shipping
210 // interface. 210 // interface.
211 ExperimentalStream status=experimental 211 ExperimentalStream status=experimental
212 StorageEstimate status=experimental 212 StorageEstimate status=experimental
213 Suborigins status=experimental 213 Suborigins status=test
214 // Many websites disable mouse support when touch APIs are available. We'd 214 // Many websites disable mouse support when touch APIs are available. We'd
215 // like to enable this always but can't until more websites fix this bug. 215 // like to enable this always but can't until more websites fix this bug.
216 // Chromium sets this conditionally (eg. based on the presence of a 216 // Chromium sets this conditionally (eg. based on the presence of a
217 // touchscreen) in ApplyWebPreferences. 217 // touchscreen) in ApplyWebPreferences.
218 Touch status=stable 218 Touch status=stable
219 TraceWrappables 219 TraceWrappables
220 TrustedEventsDefaultAction status=stable 220 TrustedEventsDefaultAction status=stable
221 UnsafeES3APIs 221 UnsafeES3APIs
222 UnsandboxedAuxiliary status=stable 222 UnsandboxedAuxiliary status=stable
223 UserSelectAll status=stable 223 UserSelectAll status=stable
(...skipping 13 matching lines...) Expand all
237 ScrollRestoration status=stable 237 ScrollRestoration status=stable
238 AutoplayMutedVideos settable_from_internals=True 238 AutoplayMutedVideos settable_from_internals=True
239 VisualViewportAPI status=experimental 239 VisualViewportAPI status=experimental
240 WakeLock status=experimental 240 WakeLock status=experimental
241 WebFontsInterventionV2With2G 241 WebFontsInterventionV2With2G
242 WebFontsInterventionV2WithSlow2G 242 WebFontsInterventionV2WithSlow2G
243 WebFontsInterventionTrigger 243 WebFontsInterventionTrigger
244 Worklet status=experimental 244 Worklet status=experimental
245 WeakMemoryCache 245 WeakMemoryCache
246 DoNotUnlockSharedBuffer 246 DoNotUnlockSharedBuffer
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698