| 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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 385 }, | 385 }, |
| 386 { | 386 { |
| 387 name: "ExperimentalV8Extras", | 387 name: "ExperimentalV8Extras", |
| 388 status: "experimental", | 388 status: "experimental", |
| 389 }, | 389 }, |
| 390 { | 390 { |
| 391 name: "FastMobileScrolling", | 391 name: "FastMobileScrolling", |
| 392 }, | 392 }, |
| 393 { | 393 { |
| 394 name: "FeaturePolicy", | 394 name: "FeaturePolicy", |
| 395 status: "experimental", | 395 status: "stable", |
| 396 }, | 396 }, |
| 397 { | 397 { |
| 398 name: "FeaturePolicyExperimentalFeatures", | 398 name: "FeaturePolicyExperimentalFeatures", |
| 399 status: "experimental", | |
| 400 }, | 399 }, |
| 401 { | 400 { |
| 402 name:"FetchRequestCache", | 401 name:"FetchRequestCache", |
| 403 status: "experimental", | 402 status: "experimental", |
| 404 }, | 403 }, |
| 405 { | 404 { |
| 406 name: "FileAPIBlobClose", | 405 name: "FileAPIBlobClose", |
| 407 status: "experimental", | 406 status: "experimental", |
| 408 }, | 407 }, |
| 409 { | 408 { |
| (...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1068 { | 1067 { |
| 1069 name: "Worklet", | 1068 name: "Worklet", |
| 1070 status: "experimental", | 1069 status: "experimental", |
| 1071 }, | 1070 }, |
| 1072 { | 1071 { |
| 1073 name: "XSLT", | 1072 name: "XSLT", |
| 1074 status: "stable", | 1073 status: "stable", |
| 1075 }, | 1074 }, |
| 1076 ], | 1075 ], |
| 1077 } | 1076 } |
| OLD | NEW |