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 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1040 }, | 1040 }, |
1041 { | 1041 { |
1042 name: "TrustedEventsDefaultAction", | 1042 name: "TrustedEventsDefaultAction", |
1043 status: "stable", | 1043 status: "stable", |
1044 }, | 1044 }, |
1045 { | 1045 { |
1046 name: "UnclosedFormControlIsInvalid", | 1046 name: "UnclosedFormControlIsInvalid", |
1047 status: "experimental", | 1047 status: "experimental", |
1048 }, | 1048 }, |
1049 { | 1049 { |
| 1050 name: "V8ContextSnapshot", |
| 1051 status: "test", |
| 1052 }, |
| 1053 { |
1050 name: "V8IdleTasks", | 1054 name: "V8IdleTasks", |
1051 }, | 1055 }, |
1052 { | 1056 { |
1053 name: "ValidationBubbleInRenderer", | 1057 name: "ValidationBubbleInRenderer", |
1054 status: "experimental", | 1058 status: "experimental", |
1055 }, | 1059 }, |
1056 { | 1060 { |
1057 name: "VibrateRequiresUserGesture", | 1061 name: "VibrateRequiresUserGesture", |
1058 status: "stable", | 1062 status: "stable", |
1059 }, | 1063 }, |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1151 { | 1155 { |
1152 name: "Worklet", | 1156 name: "Worklet", |
1153 status: "experimental", | 1157 status: "experimental", |
1154 }, | 1158 }, |
1155 { | 1159 { |
1156 name: "XSLT", | 1160 name: "XSLT", |
1157 status: "stable", | 1161 status: "stable", |
1158 }, | 1162 }, |
1159 ], | 1163 ], |
1160 } | 1164 } |
OLD | NEW |