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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
290 name: "CSSPaintAPI", | 290 name: "CSSPaintAPI", |
291 depends_on: ["Worklet"], | 291 depends_on: ["Worklet"], |
292 status: "experimental", | 292 status: "experimental", |
293 }, | 293 }, |
294 { | 294 { |
295 name: "CSSPaintAPIArguments", | 295 name: "CSSPaintAPIArguments", |
296 depends_on: ["CSSPaintAPI"], | 296 depends_on: ["CSSPaintAPI"], |
297 status: "experimental", | 297 status: "experimental", |
298 }, | 298 }, |
299 { | 299 { |
| 300 name: "CSSScrollBoundaryBehavior", |
| 301 status: "experimental", |
| 302 }, |
| 303 { |
300 name: "CSSScrollSnapPoints", | 304 name: "CSSScrollSnapPoints", |
301 status: "test", | 305 status: "test", |
302 }, | 306 }, |
303 { | 307 { |
304 name: "CSSSelectorsFocusWithin", | 308 name: "CSSSelectorsFocusWithin", |
305 status: "stable", | 309 status: "stable", |
306 }, | 310 }, |
307 { | 311 { |
308 name: "CSSSnapSize", | 312 name: "CSSSnapSize", |
309 status: "experimental", | 313 status: "experimental", |
(...skipping 821 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 |