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

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

Issue 2903053002: Removing canvas rendering mode switching feature (Closed)
Patch Set: Created 3 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
OLDNEW
1 { 1 {
2 // http://dev.chromium.org/blink/runtime-enabled-features 2 // http://dev.chromium.org/blink/runtime-enabled-features
3 // 3 //
4 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains 4 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains
5 // a class that stores static enablers for all experimental features. 5 // a class that stores static enablers for all experimental features.
6 6
7 parameters: { 7 parameters: {
8 // Each feature can be assigned a "status": 8 // Each feature can be assigned a "status":
9 // status=stable -> Enable this in all Blink configurations. We are committ ed to these APIs indefinitely. 9 // status=stable -> Enable this in all Blink configurations. We are committ ed to these APIs indefinitely.
10 // status=experimental -> In-progress features, Web Developers might play wi th, but are not on by default in stable. 10 // status=experimental -> In-progress features, Web Developers might play wi th, but are not on by default in stable.
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 }, 365 },
366 { 366 {
367 name: "DurableStorage", 367 name: "DurableStorage",
368 status: "stable", 368 status: "stable",
369 }, 369 },
370 { 370 {
371 name: "EmbedderCSPEnforcement", 371 name: "EmbedderCSPEnforcement",
372 status: "experimental", 372 status: "experimental",
373 }, 373 },
374 { 374 {
375 name: "EnableCanvas2dDynamicRenderingModeSwitching",
376 status: "experimental",
377 },
378 {
379 name: "ExecCommandInJavaScript", 375 name: "ExecCommandInJavaScript",
380 status: "test", 376 status: "test",
381 }, 377 },
382 { 378 {
383 name: "ExpensiveBackgroundTimerThrottling", 379 name: "ExpensiveBackgroundTimerThrottling",
384 status: "experimental", 380 status: "experimental",
385 }, 381 },
386 { 382 {
387 name: "ExperimentalCanvasFeatures", 383 name: "ExperimentalCanvasFeatures",
388 status: "test", 384 status: "test",
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after
1080 { 1076 {
1081 name: "Worklet", 1077 name: "Worklet",
1082 status: "experimental", 1078 status: "experimental",
1083 }, 1079 },
1084 { 1080 {
1085 name: "XSLT", 1081 name: "XSLT",
1086 status: "stable", 1082 status: "stable",
1087 }, 1083 },
1088 ], 1084 ],
1089 } 1085 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698