| 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 904 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 915 { | 915 { |
| 916 name: "StackedCSSPropertyAnimations", | 916 name: "StackedCSSPropertyAnimations", |
| 917 status: "experimental", | 917 status: "experimental", |
| 918 }, | 918 }, |
| 919 { | 919 { |
| 920 name: "StorageEstimate", | 920 name: "StorageEstimate", |
| 921 status: "experimental", | 921 status: "experimental", |
| 922 }, | 922 }, |
| 923 { | 923 { |
| 924 name: "StyleSharing", | 924 name: "StyleSharing", |
| 925 status: "stable", | 925 status: "experimental", |
| 926 }, | 926 }, |
| 927 { | 927 { |
| 928 name: "Suborigins", | 928 name: "Suborigins", |
| 929 status: "experimental", | 929 status: "experimental", |
| 930 }, | 930 }, |
| 931 { | 931 { |
| 932 name: "TimerThrottlingForBackgroundTabs", | 932 name: "TimerThrottlingForBackgroundTabs", |
| 933 status: "stable", | 933 status: "stable", |
| 934 }, | 934 }, |
| 935 { | 935 { |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1068 { | 1068 { |
| 1069 name: "Worklet", | 1069 name: "Worklet", |
| 1070 status: "experimental", | 1070 status: "experimental", |
| 1071 }, | 1071 }, |
| 1072 { | 1072 { |
| 1073 name: "XSLT", | 1073 name: "XSLT", |
| 1074 status: "stable", | 1074 status: "stable", |
| 1075 }, | 1075 }, |
| 1076 ], | 1076 ], |
| 1077 } | 1077 } |
| OLD | NEW |