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

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

Issue 2332263002: Updated suborigin serialization to latest spec proposal (Closed)
Patch Set: Actually disable test 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
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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 StableBlinkFeatures status=stable 213 StableBlinkFeatures status=stable
214 StackedCSSPropertyAnimations status=experimental 214 StackedCSSPropertyAnimations status=experimental
215 StyleSharing status=stable 215 StyleSharing status=stable
216 StyleMatchedPropertiesCache status=stable 216 StyleMatchedPropertiesCache status=stable
217 // Do not turn this flag into stable, because many interfaces that should not 217 // Do not turn this flag into stable, because many interfaces that should not
218 // be shipped would be enabled. Instead, remove the flag from the shipping 218 // be shipped would be enabled. Instead, remove the flag from the shipping
219 // interface. 219 // interface.
220 ExperimentalStream status=experimental 220 ExperimentalStream status=experimental
221 SpeculativeLaunchServiceWorker 221 SpeculativeLaunchServiceWorker
222 StorageEstimate status=experimental 222 StorageEstimate status=experimental
223 Suborigins status=test 223 Suborigins status=experimental
224 TimerThrottlingForBackgroundTabs status=stable 224 TimerThrottlingForBackgroundTabs status=stable
225 TimerThrottlingForHiddenFrames status=stable 225 TimerThrottlingForHiddenFrames status=stable
226 // Many websites disable mouse support when touch APIs are available. We'd 226 // Many websites disable mouse support when touch APIs are available. We'd
227 // like to enable this always but can't until more websites fix this bug. 227 // like to enable this always but can't until more websites fix this bug.
228 // Chromium sets this conditionally (eg. based on the presence of a 228 // Chromium sets this conditionally (eg. based on the presence of a
229 // touchscreen) in ApplyWebPreferences. 229 // touchscreen) in ApplyWebPreferences.
230 Touch status=stable 230 Touch status=stable
231 TraceWrappables 231 TraceWrappables
232 TrustedEventsDefaultAction status=stable 232 TrustedEventsDefaultAction status=stable
233 UnsafeES3APIs 233 UnsafeES3APIs
(...skipping 18 matching lines...) Expand all
252 VisualViewportAPI status=experimental 252 VisualViewportAPI status=experimental
253 WakeLock status=experimental 253 WakeLock status=experimental
254 WebFontsInterventionV2With2G 254 WebFontsInterventionV2With2G
255 WebFontsInterventionV2With3G 255 WebFontsInterventionV2With3G
256 WebFontsInterventionV2WithSlow2G 256 WebFontsInterventionV2WithSlow2G
257 WebFontsInterventionTrigger 257 WebFontsInterventionTrigger
258 WebShare status=experimental, origin_trial_feature_name=WebShare 258 WebShare status=experimental, origin_trial_feature_name=WebShare
259 Worklet status=experimental 259 Worklet status=experimental
260 ParseHTMLOnMainThread status=test 260 ParseHTMLOnMainThread status=test
261 SendBeaconThrowForBlobWithNonSimpleType status=experimental 261 SendBeaconThrowForBlobWithNonSimpleType status=experimental
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698