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

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

Issue 2640963007: [wrapper-tracing] Remove flag and object grouping entry points (Closed)
Patch Set: Fix merge artifact Created 3 years, 11 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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 Suborigins status=experimental 242 Suborigins status=experimental
243 TimerThrottlingForBackgroundTabs status=stable 243 TimerThrottlingForBackgroundTabs status=stable
244 TimerThrottlingForHiddenFrames status=stable 244 TimerThrottlingForHiddenFrames status=stable
245 TopNavWithUserActivationInSandbox status=experimental 245 TopNavWithUserActivationInSandbox status=experimental
246 // Many websites disable mouse support when touch APIs are available. We'd 246 // Many websites disable mouse support when touch APIs are available. We'd
247 // like to enable this always but can't until more websites fix this bug. 247 // like to enable this always but can't until more websites fix this bug.
248 // Chromium sets this conditionally (eg. based on the presence of a 248 // Chromium sets this conditionally (eg. based on the presence of a
249 // touchscreen) in ApplyWebPreferences. "Touch events" themselves are always 249 // touchscreen) in ApplyWebPreferences. "Touch events" themselves are always
250 // enabled since they're a feature always supported by Chrome. 250 // enabled since they're a feature always supported by Chrome.
251 TouchEventFeatureDetection status=stable 251 TouchEventFeatureDetection status=stable
252 TraceWrappables status=stable
253 TrueColorRendering status=experimental 252 TrueColorRendering status=experimental
254 TrustedEventsDefaultAction status=stable 253 TrustedEventsDefaultAction status=stable
255 WebAnimationsAPI status=experimental 254 WebAnimationsAPI status=experimental
256 WebAnimationsSVG status=experimental 255 WebAnimationsSVG status=experimental
257 WebAssemblySerialization status=test 256 WebAssemblySerialization status=test
258 // WebBluetooth is enabled by default on Android, ChromeOS and Mac. 257 // WebBluetooth is enabled by default on Android, ChromeOS and Mac.
259 WebBluetooth status=experimental 258 WebBluetooth status=experimental
260 WebGLDraftExtensions status=experimental 259 WebGLDraftExtensions status=experimental
261 WebGLImageChromium 260 WebGLImageChromium
262 WebUSB status=experimental, origin_trial_feature_name=WebUSB 261 WebUSB status=experimental, origin_trial_feature_name=WebUSB
(...skipping 19 matching lines...) Expand all
282 Worklet status=experimental 281 Worklet status=experimental
283 LazyParseCSS status=experimental 282 LazyParseCSS status=experimental
284 ParseHTMLOnMainThread status=test 283 ParseHTMLOnMainThread status=test
285 SendBeaconThrowForBlobWithNonSimpleType status=experimental 284 SendBeaconThrowForBlobWithNonSimpleType status=experimental
286 PerformanceNavigationTiming2 status=stable 285 PerformanceNavigationTiming2 status=stable
287 BackgroundVideoTrackOptimization status=stable 286 BackgroundVideoTrackOptimization status=stable
288 PerformancePaintTiming status=test 287 PerformancePaintTiming status=test
289 HideNonceContentAttribute status=experimental 288 HideNonceContentAttribute status=experimental
290 UnclosedFormControlIsInvalid status=experimental 289 UnclosedFormControlIsInvalid status=experimental
291 RestrictCompleteURLCharacterSet status=experimental 290 RestrictCompleteURLCharacterSet status=experimental
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp ('k') | third_party/WebKit/Source/platform/heap/ThreadState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698