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 830 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
841 }, | 841 }, |
842 { | 842 { |
843 name: "SendBeaconThrowForBlobWithNonSimpleType", | 843 name: "SendBeaconThrowForBlobWithNonSimpleType", |
844 status: "experimental", | 844 status: "experimental", |
845 }, | 845 }, |
846 { | 846 { |
847 name: "Sensor", | 847 name: "Sensor", |
848 status: "experimental", | 848 status: "experimental", |
849 }, | 849 }, |
850 { | 850 { |
| 851 name: "ServerTiming", |
| 852 status: "experimental", |
| 853 }, |
| 854 { |
851 name: "ServiceWorkerNavigationPreload", | 855 name: "ServiceWorkerNavigationPreload", |
852 origin_trial_feature_name: "ServiceWorkerNavigationPreload", | 856 origin_trial_feature_name: "ServiceWorkerNavigationPreload", |
853 }, | 857 }, |
854 { | 858 { |
855 name: "SetRootScroller", | 859 name: "SetRootScroller", |
856 status: "experimental", | 860 status: "experimental", |
857 }, | 861 }, |
858 { | 862 { |
859 name: "ShadowPiercingDescendantCombinator", | 863 name: "ShadowPiercingDescendantCombinator", |
860 status: "experimental", | 864 status: "experimental", |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1042 { | 1046 { |
1043 name: "Worklet", | 1047 name: "Worklet", |
1044 status: "experimental", | 1048 status: "experimental", |
1045 }, | 1049 }, |
1046 { | 1050 { |
1047 name: "XSLT", | 1051 name: "XSLT", |
1048 status: "stable", | 1052 status: "stable", |
1049 }, | 1053 }, |
1050 ], | 1054 ], |
1051 } | 1055 } |
OLD | NEW |