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

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

Issue 2938413005: GeometryInterface: Enable GeometryInterfaces by default. (Closed)
Patch Set: rebased 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
« no previous file with comments | « third_party/WebKit/Source/core/frame/Window.idl ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 status: "test", 471 status: "test",
472 }, 472 },
473 { 473 {
474 name: "GamepadExtensions", 474 name: "GamepadExtensions",
475 origin_trial_feature_name: "WebVR1.1", 475 origin_trial_feature_name: "WebVR1.1",
476 status: "test", 476 status: "test",
477 }, 477 },
478 { 478 {
479 name: "GeometryInterfaces", 479 name: "GeometryInterfaces",
480 implied_by: ["CompositorWorker"], 480 implied_by: ["CompositorWorker"],
481 status: "experimental", 481 status: "stable",
482 }, 482 },
483 { 483 {
484 name: "GetUserMedia", 484 name: "GetUserMedia",
485 status: "stable", 485 status: "stable",
486 }, 486 },
487 { 487 {
488 name: "GlobalCacheStorage", 488 name: "GlobalCacheStorage",
489 status: "stable", 489 status: "stable",
490 }, 490 },
491 { 491 {
(...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
1130 { 1130 {
1131 name: "Worklet", 1131 name: "Worklet",
1132 status: "experimental", 1132 status: "experimental",
1133 }, 1133 },
1134 { 1134 {
1135 name: "XSLT", 1135 name: "XSLT",
1136 status: "stable", 1136 status: "stable",
1137 }, 1137 },
1138 ], 1138 ],
1139 } 1139 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/Window.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698