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

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

Issue 2883763002: Expose ECT to render frames, Blink and NetInfo (Closed)
Patch Set: Rebased, Expose ECT to Blink, NetInfo Created 3 years, 7 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 639 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 }, 650 },
651 { 651 {
652 name: "NetInfoDownlink", 652 name: "NetInfoDownlink",
653 status: "experimental", 653 status: "experimental",
654 }, 654 },
655 { 655 {
656 name: "NetInfoDownlinkMax", 656 name: "NetInfoDownlinkMax",
657 status: "stable", 657 status: "stable",
658 }, 658 },
659 { 659 {
660 name: "NetInfoEffectiveType",
661 status: "experimental",
662 },
663 {
660 name: "NetInfoRtt", 664 name: "NetInfoRtt",
661 status: "experimental", 665 status: "experimental",
662 }, 666 },
663 { 667 {
664 name: "NetworkInformation", 668 name: "NetworkInformation",
665 status: "stable", 669 status: "stable",
666 }, 670 },
667 // Not a web exposed feature, enabled from the command line. 671 // Not a web exposed feature, enabled from the command line.
668 { 672 {
669 name: "NewRemotePlaybackPipeline", 673 name: "NewRemotePlaybackPipeline",
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
1080 { 1084 {
1081 name: "Worklet", 1085 name: "Worklet",
1082 status: "experimental", 1086 status: "experimental",
1083 }, 1087 },
1084 { 1088 {
1085 name: "XSLT", 1089 name: "XSLT",
1086 status: "stable", 1090 status: "stable",
1087 }, 1091 },
1088 ], 1092 ],
1089 } 1093 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698