| 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 954 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 965 }, | 965 }, |
| 966 { | 966 { |
| 967 name: "TrustedEventsDefaultAction", | 967 name: "TrustedEventsDefaultAction", |
| 968 status: "stable", | 968 status: "stable", |
| 969 }, | 969 }, |
| 970 { | 970 { |
| 971 name: "UnclosedFormControlIsInvalid", | 971 name: "UnclosedFormControlIsInvalid", |
| 972 status: "experimental", | 972 status: "experimental", |
| 973 }, | 973 }, |
| 974 { | 974 { |
| 975 name: "V8ContextSnapshot", |
| 976 status: "test", |
| 977 }, |
| 978 { |
| 975 name: "V8IdleTasks", | 979 name: "V8IdleTasks", |
| 976 }, | 980 }, |
| 977 { | 981 { |
| 978 name: "VibrateRequiresUserGesture", | 982 name: "VibrateRequiresUserGesture", |
| 979 status: "stable", | 983 status: "stable", |
| 980 }, | 984 }, |
| 981 { | 985 { |
| 982 name: "VideoFullscreenDetection", | 986 name: "VideoFullscreenDetection", |
| 983 }, | 987 }, |
| 984 { | 988 { |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1076 { | 1080 { |
| 1077 name: "Worklet", | 1081 name: "Worklet", |
| 1078 status: "experimental", | 1082 status: "experimental", |
| 1079 }, | 1083 }, |
| 1080 { | 1084 { |
| 1081 name: "XSLT", | 1085 name: "XSLT", |
| 1082 status: "stable", | 1086 status: "stable", |
| 1083 }, | 1087 }, |
| 1084 ], | 1088 ], |
| 1085 } | 1089 } |
| OLD | NEW |