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 975 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1144 { | 1147 { |
1145 name: "Worklet", | 1148 name: "Worklet", |
1146 status: "experimental", | 1149 status: "experimental", |
1147 }, | 1150 }, |
1148 { | 1151 { |
1149 name: "XSLT", | 1152 name: "XSLT", |
1150 status: "stable", | 1153 status: "stable", |
1151 }, | 1154 }, |
1152 ], | 1155 ], |
1153 } | 1156 } |
OLD | NEW |