| 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 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 401 }, | 401 }, |
| 402 { | 402 { |
| 403 name: "FeaturePolicy", | 403 name: "FeaturePolicy", |
| 404 status: "experimental", | 404 status: "experimental", |
| 405 }, | 405 }, |
| 406 { | 406 { |
| 407 name: "FeaturePolicyExperimentalFeatures", | 407 name: "FeaturePolicyExperimentalFeatures", |
| 408 status: "experimental", | 408 status: "experimental", |
| 409 }, | 409 }, |
| 410 { | 410 { |
| 411 name:"FetchRequestCache", |
| 412 status: "experimental", |
| 413 }, |
| 414 { |
| 411 name: "FileAPIBlobClose", | 415 name: "FileAPIBlobClose", |
| 412 status: "experimental", | 416 status: "experimental", |
| 413 }, | 417 }, |
| 414 { | 418 { |
| 415 name: "FileSystem", | 419 name: "FileSystem", |
| 416 status: "stable", | 420 status: "stable", |
| 417 }, | 421 }, |
| 418 { | 422 { |
| 419 name: "FontCacheScaling", | 423 name: "FontCacheScaling", |
| 420 status: "test", | 424 status: "test", |
| (...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1039 { | 1043 { |
| 1040 name: "Worklet", | 1044 name: "Worklet", |
| 1041 status: "experimental", | 1045 status: "experimental", |
| 1042 }, | 1046 }, |
| 1043 { | 1047 { |
| 1044 name: "XSLT", | 1048 name: "XSLT", |
| 1045 status: "stable", | 1049 status: "stable", |
| 1046 }, | 1050 }, |
| 1047 ], | 1051 ], |
| 1048 } | 1052 } |
| OLD | NEW |