| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 }, | 149 }, |
| 150 { | 150 { |
| 151 name: "ClickRetargetting", | 151 name: "ClickRetargetting", |
| 152 status: "experimental", | 152 status: "experimental", |
| 153 }, | 153 }, |
| 154 { | 154 { |
| 155 name: "ClientHints", | 155 name: "ClientHints", |
| 156 status: "stable", | 156 status: "stable", |
| 157 }, | 157 }, |
| 158 { | 158 { |
| 159 name: "ClientPlaceholdersForServerLoFi", |
| 160 }, |
| 161 { |
| 159 name: "CoalescedEvents", | 162 name: "CoalescedEvents", |
| 160 status: "stable", | 163 status: "stable", |
| 161 }, | 164 }, |
| 162 { | 165 { |
| 163 name: "ColorCanvasExtensions", | 166 name: "ColorCanvasExtensions", |
| 164 }, | 167 }, |
| 165 { | 168 { |
| 166 name: "ColorCorrectRendering", | 169 name: "ColorCorrectRendering", |
| 167 status: "experimental", | 170 status: "experimental", |
| 168 }, | 171 }, |
| (...skipping 959 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1128 { | 1131 { |
| 1129 name: "Worklet", | 1132 name: "Worklet", |
| 1130 status: "experimental", | 1133 status: "experimental", |
| 1131 }, | 1134 }, |
| 1132 { | 1135 { |
| 1133 name: "XSLT", | 1136 name: "XSLT", |
| 1134 status: "stable", | 1137 status: "stable", |
| 1135 }, | 1138 }, |
| 1136 ], | 1139 ], |
| 1137 } | 1140 } |
| OLD | NEW |