| 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 970 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 981 { | 981 { |
| 982 name: "VideoFullscreenDetection", | 982 name: "VideoFullscreenDetection", |
| 983 }, | 983 }, |
| 984 { | 984 { |
| 985 name: "VideoFullscreenOrientationLock", | 985 name: "VideoFullscreenOrientationLock", |
| 986 }, | 986 }, |
| 987 { | 987 { |
| 988 name: "VideoRotateToFullscreen", | 988 name: "VideoRotateToFullscreen", |
| 989 }, | 989 }, |
| 990 { | 990 { |
| 991 name: "VisibilityChangeOnUnload", | |
| 992 status: "stable", | |
| 993 }, | |
| 994 { | |
| 995 name: "VisualViewportAPI", | 991 name: "VisualViewportAPI", |
| 996 status: "experimental", | 992 status: "experimental", |
| 997 }, | 993 }, |
| 998 { | 994 { |
| 999 name: "WakeLock", | 995 name: "WakeLock", |
| 1000 status: "experimental", | 996 status: "experimental", |
| 1001 }, | 997 }, |
| 1002 { | 998 { |
| 1003 name: "WebAnimationsAPI", | 999 name: "WebAnimationsAPI", |
| 1004 status: "experimental", | 1000 status: "experimental", |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1076 { | 1072 { |
| 1077 name: "Worklet", | 1073 name: "Worklet", |
| 1078 status: "experimental", | 1074 status: "experimental", |
| 1079 }, | 1075 }, |
| 1080 { | 1076 { |
| 1081 name: "XSLT", | 1077 name: "XSLT", |
| 1082 status: "stable", | 1078 status: "stable", |
| 1083 }, | 1079 }, |
| 1084 ], | 1080 ], |
| 1085 } | 1081 } |
| OLD | NEW |