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

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

Issue 2577053002: ActiveScriptWrappable: GC wrappers in detached ExecutionContexts. (Closed)
Patch Set: enable TraceWrappables for testing purposes Created 4 years 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 StorageEstimate status=experimental 239 StorageEstimate status=experimental
240 Suborigins status=experimental 240 Suborigins status=experimental
241 TimerThrottlingForBackgroundTabs status=stable 241 TimerThrottlingForBackgroundTabs status=stable
242 TimerThrottlingForHiddenFrames status=stable 242 TimerThrottlingForHiddenFrames status=stable
243 // Many websites disable mouse support when touch APIs are available. We'd 243 // Many websites disable mouse support when touch APIs are available. We'd
244 // like to enable this always but can't until more websites fix this bug. 244 // like to enable this always but can't until more websites fix this bug.
245 // Chromium sets this conditionally (eg. based on the presence of a 245 // Chromium sets this conditionally (eg. based on the presence of a
246 // touchscreen) in ApplyWebPreferences. "Touch events" themselves are always 246 // touchscreen) in ApplyWebPreferences. "Touch events" themselves are always
247 // enabled since they're a feature always supported by Chrome. 247 // enabled since they're a feature always supported by Chrome.
248 TouchEventFeatureDetection status=stable 248 TouchEventFeatureDetection status=stable
249 TraceWrappables 249 TraceWrappables status=experimental
Michael Lippautz 2016/12/15 13:57:31 Not sure what the implications for this one are. W
sof 2016/12/15 14:06:49 Getting close, that's great :) Yes, I'll definite
Michael Lippautz 2016/12/15 14:16:02 Yeah, if you want it to test on the trybots. For c
sof 2016/12/15 19:32:26 ok, reverted in ps#4.
250 TrueColorRendering status=experimental 250 TrueColorRendering status=experimental
251 TrustedEventsDefaultAction status=stable 251 TrustedEventsDefaultAction status=stable
252 UserSelectAll status=stable 252 UserSelectAll status=stable
253 WebAnimationsAPI status=experimental 253 WebAnimationsAPI status=experimental
254 WebAnimationsSVG status=experimental 254 WebAnimationsSVG status=experimental
255 WebAssemblySerialization status=test 255 WebAssemblySerialization status=test
256 // WebBluetooth is enabled by default on Android, ChromeOS and Mac. 256 // WebBluetooth is enabled by default on Android, ChromeOS and Mac.
257 WebBluetooth status=experimental 257 WebBluetooth status=experimental
258 WebGLDraftExtensions status=experimental 258 WebGLDraftExtensions status=experimental
259 WebGLImageChromium 259 WebGLImageChromium
(...skipping 15 matching lines...) Expand all
275 WebFontsInterventionV2With3G 275 WebFontsInterventionV2With3G
276 WebFontsInterventionV2WithSlow2G 276 WebFontsInterventionV2WithSlow2G
277 WebFontsInterventionTrigger 277 WebFontsInterventionTrigger
278 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o s=android 278 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o s=android
279 Worklet status=experimental 279 Worklet status=experimental
280 LazyParseCSS status=experimental 280 LazyParseCSS status=experimental
281 ParseHTMLOnMainThread status=test 281 ParseHTMLOnMainThread status=test
282 SendBeaconThrowForBlobWithNonSimpleType status=experimental 282 SendBeaconThrowForBlobWithNonSimpleType status=experimental
283 PerformanceNavigationTiming2 status=experimental 283 PerformanceNavigationTiming2 status=experimental
284 BackgroundVideoTrackOptimization status=stable 284 BackgroundVideoTrackOptimization status=stable
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698