| 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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 { | 276 { |
| 277 name: "CSSOffsetPathRayContain", | 277 name: "CSSOffsetPathRayContain", |
| 278 status: "experimental", | 278 status: "experimental", |
| 279 }, | 279 }, |
| 280 { | 280 { |
| 281 name: "CSSOffsetPositionAnchor", | 281 name: "CSSOffsetPositionAnchor", |
| 282 status: "experimental", | 282 status: "experimental", |
| 283 }, | 283 }, |
| 284 { | 284 { |
| 285 name: "CSSOMSmoothScroll", | 285 name: "CSSOMSmoothScroll", |
| 286 status: "experimental", | 286 status: "stable", |
| 287 }, | 287 }, |
| 288 { | 288 { |
| 289 name: "CSSPaintAPI", | 289 name: "CSSPaintAPI", |
| 290 depends_on: ["Worklet"], | 290 depends_on: ["Worklet"], |
| 291 status: "experimental", | 291 status: "experimental", |
| 292 }, | 292 }, |
| 293 { | 293 { |
| 294 name: "CSSPaintAPIArguments", | 294 name: "CSSPaintAPIArguments", |
| 295 depends_on: ["CSSPaintAPI"], | 295 depends_on: ["CSSPaintAPI"], |
| 296 status: "experimental", | 296 status: "experimental", |
| (...skipping 837 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1134 { | 1134 { |
| 1135 name: "Worklet", | 1135 name: "Worklet", |
| 1136 status: "experimental", | 1136 status: "experimental", |
| 1137 }, | 1137 }, |
| 1138 { | 1138 { |
| 1139 name: "XSLT", | 1139 name: "XSLT", |
| 1140 status: "stable", | 1140 status: "stable", |
| 1141 }, | 1141 }, |
| 1142 ], | 1142 ], |
| 1143 } | 1143 } |
| OLD | NEW |