| 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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 402 }, | 402 }, |
| 403 { | 403 { |
| 404 name: "ExperimentalV8Extras", | 404 name: "ExperimentalV8Extras", |
| 405 status: "experimental", | 405 status: "experimental", |
| 406 }, | 406 }, |
| 407 { | 407 { |
| 408 name: "FastMobileScrolling", | 408 name: "FastMobileScrolling", |
| 409 }, | 409 }, |
| 410 { | 410 { |
| 411 name: "FeaturePolicy", | 411 name: "FeaturePolicy", |
| 412 status: "experimental", | 412 status: "stable", |
| 413 }, | 413 }, |
| 414 { | 414 { |
| 415 name: "FeaturePolicyExperimentalFeatures", | 415 name: "FeaturePolicyExperimentalFeatures", |
| 416 status: "experimental", | 416 status: "experimental", |
| 417 }, | 417 }, |
| 418 { | 418 { |
| 419 name:"FetchRequestCache", | 419 name:"FetchRequestCache", |
| 420 status: "experimental", | 420 status: "experimental", |
| 421 }, | 421 }, |
| 422 { | 422 { |
| (...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1059 { | 1059 { |
| 1060 name: "Worklet", | 1060 name: "Worklet", |
| 1061 status: "experimental", | 1061 status: "experimental", |
| 1062 }, | 1062 }, |
| 1063 { | 1063 { |
| 1064 name: "XSLT", | 1064 name: "XSLT", |
| 1065 status: "stable", | 1065 status: "stable", |
| 1066 }, | 1066 }, |
| 1067 ], | 1067 ], |
| 1068 } | 1068 } |
| OLD | NEW |