| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 }, | 105 }, |
| 106 { | 106 { |
| 107 name: "BackgroundSync", | 107 name: "BackgroundSync", |
| 108 status: "stable", | 108 status: "stable", |
| 109 }, | 109 }, |
| 110 { | 110 { |
| 111 name: "BackgroundVideoTrackOptimization", | 111 name: "BackgroundVideoTrackOptimization", |
| 112 status: "stable", | 112 status: "stable", |
| 113 }, | 113 }, |
| 114 { | 114 { |
| 115 name: "BackspaceDefaultHandler", | |
| 116 status: "test", | |
| 117 }, | |
| 118 { | |
| 119 name: "BlockCredentialedSubresources", | 115 name: "BlockCredentialedSubresources", |
| 120 status: "stable", | 116 status: "stable", |
| 121 }, | 117 }, |
| 122 { | 118 { |
| 123 name: "BlockLegacySubresources", | 119 name: "BlockLegacySubresources", |
| 124 status: "stable", | 120 status: "stable", |
| 125 }, | 121 }, |
| 126 { | 122 { |
| 127 name: "BroadcastChannel", | 123 name: "BroadcastChannel", |
| 128 status: "stable", | 124 status: "stable", |
| (...skipping 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1134 { | 1130 { |
| 1135 name: "Worklet", | 1131 name: "Worklet", |
| 1136 status: "experimental", | 1132 status: "experimental", |
| 1137 }, | 1133 }, |
| 1138 { | 1134 { |
| 1139 name: "XSLT", | 1135 name: "XSLT", |
| 1140 status: "stable", | 1136 status: "stable", |
| 1141 }, | 1137 }, |
| 1142 ], | 1138 ], |
| 1143 } | 1139 } |
| OLD | NEW |