| 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 946 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 957 }, | 957 }, |
| 958 { | 958 { |
| 959 name: "TrustedEventsDefaultAction", | 959 name: "TrustedEventsDefaultAction", |
| 960 status: "stable", | 960 status: "stable", |
| 961 }, | 961 }, |
| 962 { | 962 { |
| 963 name: "UnclosedFormControlIsInvalid", | 963 name: "UnclosedFormControlIsInvalid", |
| 964 status: "experimental", | 964 status: "experimental", |
| 965 }, | 965 }, |
| 966 { | 966 { |
| 967 name: "V8ContextSnapshot", |
| 968 status: "test", |
| 969 }, |
| 970 { |
| 967 name: "V8IdleTasks", | 971 name: "V8IdleTasks", |
| 968 }, | 972 }, |
| 969 { | 973 { |
| 970 name: "VibrateRequiresUserGesture", | 974 name: "VibrateRequiresUserGesture", |
| 971 status: "stable", | 975 status: "stable", |
| 972 }, | 976 }, |
| 973 { | 977 { |
| 974 name: "VideoFullscreenDetection", | 978 name: "VideoFullscreenDetection", |
| 975 }, | 979 }, |
| 976 { | 980 { |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1068 { | 1072 { |
| 1069 name: "Worklet", | 1073 name: "Worklet", |
| 1070 status: "experimental", | 1074 status: "experimental", |
| 1071 }, | 1075 }, |
| 1072 { | 1076 { |
| 1073 name: "XSLT", | 1077 name: "XSLT", |
| 1074 status: "stable", | 1078 status: "stable", |
| 1075 }, | 1079 }, |
| 1076 ], | 1080 ], |
| 1077 } | 1081 } |
| OLD | NEW |