| 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 | 9 // * status=stable: Enable this in all Blink configurations. We are |
| 10 // committed to these APIs indefinitely. | 10 // committed to these APIs indefinitely. |
| (...skipping 935 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 946 }, | 946 }, |
| 947 { | 947 { |
| 948 name: "SharedArrayBuffer", | 948 name: "SharedArrayBuffer", |
| 949 status: "stable", | 949 status: "stable", |
| 950 }, | 950 }, |
| 951 { | 951 { |
| 952 name: "SharedWorker", | 952 name: "SharedWorker", |
| 953 status: "stable", | 953 status: "stable", |
| 954 }, | 954 }, |
| 955 { | 955 { |
| 956 name: "SkipCompositingSmallScrollers", |
| 957 status: "test", |
| 958 }, |
| 959 { |
| 956 name: "SlimmingPaintInvalidation", | 960 name: "SlimmingPaintInvalidation", |
| 957 implied_by: ["SlimmingPaintV2"], | 961 implied_by: ["SlimmingPaintV2"], |
| 958 status: "stable", | 962 status: "stable", |
| 959 }, | 963 }, |
| 960 { | 964 { |
| 961 name: "SlimmingPaintStrictCullRectClipping", | 965 name: "SlimmingPaintStrictCullRectClipping", |
| 962 }, | 966 }, |
| 963 { | 967 { |
| 964 name: "SlimmingPaintV2", | 968 name: "SlimmingPaintV2", |
| 965 }, | 969 }, |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1131 { | 1135 { |
| 1132 name: "Worklet", | 1136 name: "Worklet", |
| 1133 status: "experimental", | 1137 status: "experimental", |
| 1134 }, | 1138 }, |
| 1135 { | 1139 { |
| 1136 name: "XSLT", | 1140 name: "XSLT", |
| 1137 status: "stable", | 1141 status: "stable", |
| 1138 }, | 1142 }, |
| 1139 ], | 1143 ], |
| 1140 } | 1144 } |
| OLD | NEW |