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 697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
708 settable_from_internals: true, | 708 settable_from_internals: true, |
709 }, | 709 }, |
710 { | 710 { |
711 name: "PassiveDocumentEventListeners", | 711 name: "PassiveDocumentEventListeners", |
712 status: "stable", | 712 status: "stable", |
713 }, | 713 }, |
714 { | 714 { |
715 name: "PassPaintVisualRectToCompositor", | 715 name: "PassPaintVisualRectToCompositor", |
716 }, | 716 }, |
717 { | 717 { |
| 718 name: "PasswordCredentialPassword", |
| 719 status: "experimental", |
| 720 }, |
| 721 { |
718 name: "PaymentApp", | 722 name: "PaymentApp", |
719 status: "experimental", | 723 status: "experimental", |
720 }, | 724 }, |
721 { | 725 { |
722 name: "PaymentDetailsError", | 726 name: "PaymentDetailsError", |
723 status: "stable", | 727 status: "stable", |
724 }, | 728 }, |
725 { | 729 { |
726 name: "PaymentDetailsModifierData", | 730 name: "PaymentDetailsModifierData", |
727 status: "experimental", | 731 status: "experimental", |
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1068 { | 1072 { |
1069 name: "Worklet", | 1073 name: "Worklet", |
1070 status: "experimental", | 1074 status: "experimental", |
1071 }, | 1075 }, |
1072 { | 1076 { |
1073 name: "XSLT", | 1077 name: "XSLT", |
1074 status: "stable", | 1078 status: "stable", |
1075 }, | 1079 }, |
1076 ], | 1080 ], |
1077 } | 1081 } |
OLD | NEW |