| 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 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 498 }, | 498 }, |
| 499 { | 499 { |
| 500 name: "ImageCapture", | 500 name: "ImageCapture", |
| 501 status: "stable", | 501 status: "stable", |
| 502 }, | 502 }, |
| 503 { | 503 { |
| 504 name: "ImageOrientation", | 504 name: "ImageOrientation", |
| 505 status: "test", | 505 status: "test", |
| 506 }, | 506 }, |
| 507 { | 507 { |
| 508 name: "InertAttribute", |
| 509 status: "experimental", |
| 510 }, |
| 511 { |
| 508 name: "InertTopControls", | 512 name: "InertTopControls", |
| 509 status: "stable", | 513 status: "stable", |
| 510 }, | 514 }, |
| 511 { | 515 { |
| 512 name: "InputEvent", | 516 name: "InputEvent", |
| 513 status: "stable", | 517 status: "stable", |
| 514 }, | 518 }, |
| 515 { | 519 { |
| 516 name: "InputModeAttribute", | 520 name: "InputModeAttribute", |
| 517 status: "experimental", | 521 status: "experimental", |
| (...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1072 { | 1076 { |
| 1073 name: "Worklet", | 1077 name: "Worklet", |
| 1074 status: "experimental", | 1078 status: "experimental", |
| 1075 }, | 1079 }, |
| 1076 { | 1080 { |
| 1077 name: "XSLT", | 1081 name: "XSLT", |
| 1078 status: "stable", | 1082 status: "stable", |
| 1079 }, | 1083 }, |
| 1080 ], | 1084 ], |
| 1081 } | 1085 } |
| OLD | NEW |