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