| 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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 }, | 139 }, |
| 140 { | 140 { |
| 141 name: "ClientHints", | 141 name: "ClientHints", |
| 142 status: "stable", | 142 status: "stable", |
| 143 }, | 143 }, |
| 144 { | 144 { |
| 145 name: "CoalescedEvents", | 145 name: "CoalescedEvents", |
| 146 status: "stable", | 146 status: "stable", |
| 147 }, | 147 }, |
| 148 { | 148 { |
| 149 name: "ColorCanvasExtensions", |
| 150 status: "experimental", |
| 151 }, |
| 152 { |
| 149 name: "ColorCorrectRendering", | 153 name: "ColorCorrectRendering", |
| 150 status: "experimental", | 154 status: "experimental", |
| 151 }, | 155 }, |
| 152 { | 156 { |
| 153 name: "ColorCorrectRenderingDefaultMode", | |
| 154 status: "experimental", | |
| 155 }, | |
| 156 { | |
| 157 name: "CompositedSelectionUpdate", | 157 name: "CompositedSelectionUpdate", |
| 158 }, | 158 }, |
| 159 { | 159 { |
| 160 name: "CompositeOpaqueFixedPosition", | 160 name: "CompositeOpaqueFixedPosition", |
| 161 settable_from_internals: true, | 161 settable_from_internals: true, |
| 162 status: "test", | 162 status: "test", |
| 163 }, | 163 }, |
| 164 { | 164 { |
| 165 name: "CompositeOpaqueScrollers", | 165 name: "CompositeOpaqueScrollers", |
| 166 settable_from_internals: true, | 166 settable_from_internals: true, |
| (...skipping 913 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1080 { | 1080 { |
| 1081 name: "Worklet", | 1081 name: "Worklet", |
| 1082 status: "experimental", | 1082 status: "experimental", |
| 1083 }, | 1083 }, |
| 1084 { | 1084 { |
| 1085 name: "XSLT", | 1085 name: "XSLT", |
| 1086 status: "stable", | 1086 status: "stable", |
| 1087 }, | 1087 }, |
| 1088 ], | 1088 ], |
| 1089 } | 1089 } |
| OLD | NEW |