| 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 1047 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1058 }, | 1058 }, |
| 1059 { | 1059 { |
| 1060 name: "UnclosedFormControlIsInvalid", | 1060 name: "UnclosedFormControlIsInvalid", |
| 1061 status: "experimental", | 1061 status: "experimental", |
| 1062 }, | 1062 }, |
| 1063 { | 1063 { |
| 1064 name: "UpdateHoverPostLayout", | 1064 name: "UpdateHoverPostLayout", |
| 1065 status: "experimental", | 1065 status: "experimental", |
| 1066 }, | 1066 }, |
| 1067 { | 1067 { |
| 1068 name: "V8ContextSnapshot", | |
| 1069 status: "test", | |
| 1070 }, | |
| 1071 { | |
| 1072 name: "V8IdleTasks", | 1068 name: "V8IdleTasks", |
| 1073 }, | 1069 }, |
| 1074 { | 1070 { |
| 1075 name: "ValidationBubbleInRenderer", | 1071 name: "ValidationBubbleInRenderer", |
| 1076 status: "experimental", | 1072 status: "experimental", |
| 1077 }, | 1073 }, |
| 1078 { | 1074 { |
| 1079 name: "VibrateRequiresUserGesture", | 1075 name: "VibrateRequiresUserGesture", |
| 1080 status: "stable", | 1076 status: "stable", |
| 1081 }, | 1077 }, |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1181 { | 1177 { |
| 1182 name: "WorkStealingInScriptRunner", | 1178 name: "WorkStealingInScriptRunner", |
| 1183 status: "experimental", | 1179 status: "experimental", |
| 1184 }, | 1180 }, |
| 1185 { | 1181 { |
| 1186 name: "XSLT", | 1182 name: "XSLT", |
| 1187 status: "stable", | 1183 status: "stable", |
| 1188 }, | 1184 }, |
| 1189 ], | 1185 ], |
| 1190 } | 1186 } |
| OLD | NEW |