| 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 940 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 951 }, | 951 }, |
| 952 { | 952 { |
| 953 name: "UnclosedFormControlIsInvalid", | 953 name: "UnclosedFormControlIsInvalid", |
| 954 status: "experimental", | 954 status: "experimental", |
| 955 }, | 955 }, |
| 956 { | 956 { |
| 957 name: "V8IdleTasks", | 957 name: "V8IdleTasks", |
| 958 }, | 958 }, |
| 959 { | 959 { |
| 960 name: "VibrateRequiresUserGesture", | 960 name: "VibrateRequiresUserGesture", |
| 961 status: "experimental", | 961 status: "stable", |
| 962 }, | 962 }, |
| 963 { | 963 { |
| 964 name: "VideoFullscreenDetection", | 964 name: "VideoFullscreenDetection", |
| 965 }, | 965 }, |
| 966 { | 966 { |
| 967 name: "VideoFullscreenOrientationLock", | 967 name: "VideoFullscreenOrientationLock", |
| 968 }, | 968 }, |
| 969 { | 969 { |
| 970 name: "VisibilityChangeOnUnload", | 970 name: "VisibilityChangeOnUnload", |
| 971 status: "stable", | 971 status: "stable", |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1055 { | 1055 { |
| 1056 name: "Worklet", | 1056 name: "Worklet", |
| 1057 status: "experimental", | 1057 status: "experimental", |
| 1058 }, | 1058 }, |
| 1059 { | 1059 { |
| 1060 name: "XSLT", | 1060 name: "XSLT", |
| 1061 status: "stable", | 1061 status: "stable", |
| 1062 }, | 1062 }, |
| 1063 ], | 1063 ], |
| 1064 } | 1064 } |
| OLD | NEW |