| 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 | 9 // * status=stable: Enable this in all Blink configurations. We are |
| 10 // committed to these APIs indefinitely. | 10 // committed to these APIs indefinitely. |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 name: "CompositeOpaqueFixedPosition", | 174 name: "CompositeOpaqueFixedPosition", |
| 175 settable_from_internals: true, | 175 settable_from_internals: true, |
| 176 status: "test", | 176 status: "test", |
| 177 }, | 177 }, |
| 178 { | 178 { |
| 179 name: "CompositeOpaqueScrollers", | 179 name: "CompositeOpaqueScrollers", |
| 180 settable_from_internals: true, | 180 settable_from_internals: true, |
| 181 status: "stable", | 181 status: "stable", |
| 182 }, | 182 }, |
| 183 { | 183 { |
| 184 name: "CompositorTouchAction", |
| 185 status: "test", |
| 186 }, |
| 187 { |
| 184 name: "CompositorWorker", | 188 name: "CompositorWorker", |
| 185 status: "experimental", | 189 status: "experimental", |
| 186 }, | 190 }, |
| 187 { | 191 { |
| 188 name: "ComputedAccessibilityInfo", | 192 name: "ComputedAccessibilityInfo", |
| 189 status: "experimental", | 193 status: "experimental", |
| 190 }, | 194 }, |
| 191 { | 195 { |
| 192 name: "ConicGradient", | 196 name: "ConicGradient", |
| 193 status: "experimental", | 197 status: "experimental", |
| (...skipping 937 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1131 { | 1135 { |
| 1132 name: "Worklet", | 1136 name: "Worklet", |
| 1133 status: "experimental", | 1137 status: "experimental", |
| 1134 }, | 1138 }, |
| 1135 { | 1139 { |
| 1136 name: "XSLT", | 1140 name: "XSLT", |
| 1137 status: "stable", | 1141 status: "stable", |
| 1138 }, | 1142 }, |
| 1139 ], | 1143 ], |
| 1140 } | 1144 } |
| OLD | NEW |