| 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 { | |
| 512 name: "InertTopControls", | 508 name: "InertTopControls", |
| 513 status: "stable", | 509 status: "stable", |
| 514 }, | 510 }, |
| 515 { | 511 { |
| 516 name: "InputEvent", | 512 name: "InputEvent", |
| 517 status: "stable", | 513 status: "stable", |
| 518 }, | 514 }, |
| 519 { | 515 { |
| 520 name: "InputModeAttribute", | 516 name: "InputModeAttribute", |
| 521 status: "experimental", | 517 status: "experimental", |
| (...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1086 { | 1082 { |
| 1087 name: "Worklet", | 1083 name: "Worklet", |
| 1088 status: "experimental", | 1084 status: "experimental", |
| 1089 }, | 1085 }, |
| 1090 { | 1086 { |
| 1091 name: "XSLT", | 1087 name: "XSLT", |
| 1092 status: "stable", | 1088 status: "stable", |
| 1093 }, | 1089 }, |
| 1094 ], | 1090 ], |
| 1095 } | 1091 } |
| OLD | NEW |