| 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 }, | 73 }, |
| 74 { | 74 { |
| 75 name: "AccessibilityObjectModel", | 75 name: "AccessibilityObjectModel", |
| 76 status: "experimental", | 76 status: "experimental", |
| 77 }, | 77 }, |
| 78 { | 78 { |
| 79 name: "AllowContentInitiatedDataUrlNavigations", | 79 name: "AllowContentInitiatedDataUrlNavigations", |
| 80 status: "stable", | 80 status: "stable", |
| 81 }, | 81 }, |
| 82 { | 82 { |
| 83 name: "AsyncClipboard", |
| 84 status: "experimental", |
| 85 }, |
| 86 { |
| 83 name: "AudioOutputDevices", | 87 name: "AudioOutputDevices", |
| 84 status: "stable", | 88 status: "stable", |
| 85 }, | 89 }, |
| 86 { | 90 { |
| 87 name: "AudioVideoTracks", | 91 name: "AudioVideoTracks", |
| 88 status: "experimental", | 92 status: "experimental", |
| 89 }, | 93 }, |
| 90 { | 94 { |
| 91 name: "AudioWorklet", | 95 name: "AudioWorklet", |
| 92 status: "experimental", | 96 status: "experimental", |
| (...skipping 1042 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1135 { | 1139 { |
| 1136 name: "Worklet", | 1140 name: "Worklet", |
| 1137 status: "experimental", | 1141 status: "experimental", |
| 1138 }, | 1142 }, |
| 1139 { | 1143 { |
| 1140 name: "XSLT", | 1144 name: "XSLT", |
| 1141 status: "stable", | 1145 status: "stable", |
| 1142 }, | 1146 }, |
| 1143 ], | 1147 ], |
| 1144 } | 1148 } |
| OLD | NEW |