OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |