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.json5

Issue 2737423002: [GeometryInterface] Enable GeometryInterfaces by default. (Closed)
Patch Set: [GeometryInterface] Enable GeometryInterfaces by default. 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 9 // * status=stable: Enable this in all Blink configurations. We are
10 // committed to these APIs indefinitely. 10 // committed to these APIs indefinitely.
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 status: "test", 475 status: "test",
476 }, 476 },
477 { 477 {
478 name: "GamepadExtensions", 478 name: "GamepadExtensions",
479 origin_trial_feature_name: "WebVR1.1", 479 origin_trial_feature_name: "WebVR1.1",
480 status: "test", 480 status: "test",
481 }, 481 },
482 { 482 {
483 name: "GeometryInterfaces", 483 name: "GeometryInterfaces",
484 implied_by: ["CompositorWorker"], 484 implied_by: ["CompositorWorker"],
485 status: "experimental", 485 status: "stable",
486 }, 486 },
487 { 487 {
488 name: "GetUserMedia", 488 name: "GetUserMedia",
489 status: "stable", 489 status: "stable",
490 }, 490 },
491 { 491 {
492 name: "GlobalCacheStorage", 492 name: "GlobalCacheStorage",
493 status: "stable", 493 status: "stable",
494 }, 494 },
495 { 495 {
(...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
1134 { 1134 {
1135 name: "Worklet", 1135 name: "Worklet",
1136 status: "experimental", 1136 status: "experimental",
1137 }, 1137 },
1138 { 1138 {
1139 name: "XSLT", 1139 name: "XSLT",
1140 status: "stable", 1140 status: "stable",
1141 }, 1141 },
1142 ], 1142 ],
1143 } 1143 }
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-shared-worker-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698