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 1010 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1021 }, | 1021 }, |
1022 { | 1022 { |
1023 name: "TrustedEventsDefaultAction", | 1023 name: "TrustedEventsDefaultAction", |
1024 status: "stable", | 1024 status: "stable", |
1025 }, | 1025 }, |
1026 { | 1026 { |
1027 name: "UnclosedFormControlIsInvalid", | 1027 name: "UnclosedFormControlIsInvalid", |
1028 status: "experimental", | 1028 status: "experimental", |
1029 }, | 1029 }, |
1030 { | 1030 { |
| 1031 name: "UpdateHoverPostLayout", |
| 1032 status: "experimental", |
| 1033 }, |
| 1034 { |
1031 name: "V8IdleTasks", | 1035 name: "V8IdleTasks", |
1032 }, | 1036 }, |
1033 { | 1037 { |
1034 name: "VibrateRequiresUserGesture", | 1038 name: "VibrateRequiresUserGesture", |
1035 status: "stable", | 1039 status: "stable", |
1036 }, | 1040 }, |
1037 { | 1041 { |
1038 name: "VideoFullscreenDetection", | 1042 name: "VideoFullscreenDetection", |
1039 }, | 1043 }, |
1040 { | 1044 { |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1128 { | 1132 { |
1129 name: "Worklet", | 1133 name: "Worklet", |
1130 status: "experimental", | 1134 status: "experimental", |
1131 }, | 1135 }, |
1132 { | 1136 { |
1133 name: "XSLT", | 1137 name: "XSLT", |
1134 status: "stable", | 1138 status: "stable", |
1135 }, | 1139 }, |
1136 ], | 1140 ], |
1137 } | 1141 } |
OLD | NEW |