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 836 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
847 // as per the spec, matching other Web engines. | 847 // as per the spec, matching other Web engines. |
848 { | 848 { |
849 name: "ScrollTopLeftInterop", | 849 name: "ScrollTopLeftInterop", |
850 status: "experimental", | 850 status: "experimental", |
851 }, | 851 }, |
852 { | 852 { |
853 name: "SendBeaconThrowForBlobWithNonSimpleType", | 853 name: "SendBeaconThrowForBlobWithNonSimpleType", |
854 status: "experimental", | 854 status: "experimental", |
855 }, | 855 }, |
856 { | 856 { |
| 857 name: "SendMouseEventsDisabledFormControls", |
| 858 status: "experimental", |
| 859 }, |
| 860 { |
857 name: "Sensor", | 861 name: "Sensor", |
858 status: "experimental", | 862 status: "experimental", |
859 }, | 863 }, |
860 { | 864 { |
861 name: "ServiceWorkerNavigationPreload", | 865 name: "ServiceWorkerNavigationPreload", |
862 status: "stable", | 866 status: "stable", |
863 }, | 867 }, |
864 { | 868 { |
865 name: "SetRootScroller", | 869 name: "SetRootScroller", |
866 status: "experimental", | 870 status: "experimental", |
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1055 { | 1059 { |
1056 name: "Worklet", | 1060 name: "Worklet", |
1057 status: "experimental", | 1061 status: "experimental", |
1058 }, | 1062 }, |
1059 { | 1063 { |
1060 name: "XSLT", | 1064 name: "XSLT", |
1061 status: "stable", | 1065 status: "stable", |
1062 }, | 1066 }, |
1063 ], | 1067 ], |
1064 } | 1068 } |
OLD | NEW |