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 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
513 { | 513 { |
514 name: "ImageOrientation", | 514 name: "ImageOrientation", |
515 status: "test", | 515 status: "test", |
516 }, | 516 }, |
517 { | 517 { |
518 name: "InertTopControls", | 518 name: "InertTopControls", |
519 status: "stable", | 519 status: "stable", |
520 }, | 520 }, |
521 { | 521 { |
522 name: "InputEvent", | 522 name: "InputEvent", |
523 status: "experimental", | 523 status: "stable", |
524 }, | 524 }, |
525 { | 525 { |
526 name: "InputModeAttribute", | 526 name: "InputModeAttribute", |
527 status: "experimental", | 527 status: "experimental", |
528 }, | 528 }, |
529 { | 529 { |
530 name: "InputMultipleFieldsUI", | 530 name: "InputMultipleFieldsUI", |
531 status: "stable", | 531 status: "stable", |
532 }, | 532 }, |
533 { | 533 { |
(...skipping 525 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 |