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

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

Issue 2812853003: [Presentation API] Flip "PresentationReceiver" flag to stable (Closed)
Patch Set: fix layout test failures Created 3 years, 8 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 754 matching lines...) Expand 10 before | Expand all | Expand 10 after
765 { 765 {
766 name: "PrefixedVideoFullscreen", 766 name: "PrefixedVideoFullscreen",
767 status: "stable", 767 status: "stable",
768 }, 768 },
769 { 769 {
770 name: "Presentation", 770 name: "Presentation",
771 status: "stable", 771 status: "stable",
772 }, 772 },
773 { 773 {
774 name: "PresentationReceiver", 774 name: "PresentationReceiver",
775 status: "experimental", 775 status: "stable",
776 }, 776 },
777 { 777 {
778 name: "PrintBrowser", 778 name: "PrintBrowser",
779 }, 779 },
780 { 780 {
781 name: "PushMessaging", 781 name: "PushMessaging",
782 status: "stable", 782 status: "stable",
783 }, 783 },
784 { 784 {
785 name: "ReducedReferrerGranularity", 785 name: "ReducedReferrerGranularity",
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
1035 { 1035 {
1036 name: "Worklet", 1036 name: "Worklet",
1037 status: "experimental", 1037 status: "experimental",
1038 }, 1038 },
1039 { 1039 {
1040 name: "XSLT", 1040 name: "XSLT",
1041 status: "stable", 1041 status: "stable",
1042 }, 1042 },
1043 ], 1043 ],
1044 } 1044 }
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698