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 | 9 // * status=stable: Enable this in all Blink configurations. We are |
10 // committed to these APIs indefinitely. | 10 // committed to these APIs indefinitely. |
(...skipping 1019 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1030 }, | 1030 }, |
1031 { | 1031 { |
1032 name: "TrustedEventsDefaultAction", | 1032 name: "TrustedEventsDefaultAction", |
1033 status: "stable", | 1033 status: "stable", |
1034 }, | 1034 }, |
1035 { | 1035 { |
1036 name: "UnclosedFormControlIsInvalid", | 1036 name: "UnclosedFormControlIsInvalid", |
1037 status: "experimental", | 1037 status: "experimental", |
1038 }, | 1038 }, |
1039 { | 1039 { |
| 1040 name: "V8ContextSnapshot", |
| 1041 status: "test", |
| 1042 }, |
| 1043 { |
1040 name: "V8IdleTasks", | 1044 name: "V8IdleTasks", |
1041 }, | 1045 }, |
1042 { | 1046 { |
1043 name: "VibrateRequiresUserGesture", | 1047 name: "VibrateRequiresUserGesture", |
1044 status: "stable", | 1048 status: "stable", |
1045 }, | 1049 }, |
1046 { | 1050 { |
1047 name: "VideoFullscreenDetection", | 1051 name: "VideoFullscreenDetection", |
1048 }, | 1052 }, |
1049 { | 1053 { |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1137 { | 1141 { |
1138 name: "Worklet", | 1142 name: "Worklet", |
1139 status: "experimental", | 1143 status: "experimental", |
1140 }, | 1144 }, |
1141 { | 1145 { |
1142 name: "XSLT", | 1146 name: "XSLT", |
1143 status: "stable", | 1147 status: "stable", |
1144 }, | 1148 }, |
1145 ], | 1149 ], |
1146 } | 1150 } |
OLD | NEW |