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

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

Issue 2905543002: Flip paint timing flag to stable (Closed)
Patch Set: update webexposed tests 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 747 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 { 758 {
759 name: "PerformanceNavigationTiming2", 759 name: "PerformanceNavigationTiming2",
760 status: "stable", 760 status: "stable",
761 }, 761 },
762 { 762 {
763 name: "PerformanceObserver", 763 name: "PerformanceObserver",
764 status: "stable", 764 status: "stable",
765 }, 765 },
766 { 766 {
767 name: "PerformancePaintTiming", 767 name: "PerformancePaintTiming",
768 status: "experimental", 768 status: "stable",
769 }, 769 },
770 { 770 {
771 name: "PermissionDelegation", 771 name: "PermissionDelegation",
772 status: "test", 772 status: "test",
773 }, 773 },
774 { 774 {
775 name: "Permissions", 775 name: "Permissions",
776 status: "stable", 776 status: "stable",
777 }, 777 },
778 { 778 {
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
1082 { 1082 {
1083 name: "Worklet", 1083 name: "Worklet",
1084 status: "experimental", 1084 status: "experimental",
1085 }, 1085 },
1086 { 1086 {
1087 name: "XSLT", 1087 name: "XSLT",
1088 status: "stable", 1088 status: "stable",
1089 }, 1089 },
1090 ], 1090 ],
1091 } 1091 }
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