| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "@Common.AppProvider", | 4 "type": "@Common.AppProvider", |
| 5 "condition": "can_dock", | 5 "condition": "can_dock", |
| 6 "className": "Emulation.AdvancedAppProvider", | 6 "className": "Emulation.AdvancedAppProvider", |
| 7 "order": 0 | 7 "order": 0 |
| 8 }, | 8 }, |
| 9 { | 9 { |
| 10 "type": "@UI.ActionDelegate", | 10 "type": "@UI.ActionDelegate", |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 "className": "Emulation.DevicesSettingsTab", | 123 "className": "Emulation.DevicesSettingsTab", |
| 124 "settings": [ | 124 "settings": [ |
| 125 "standardEmulatedDeviceList", | 125 "standardEmulatedDeviceList", |
| 126 "customEmulatedDeviceList" | 126 "customEmulatedDeviceList" |
| 127 ] | 127 ] |
| 128 }, | 128 }, |
| 129 { | 129 { |
| 130 "type": "@UI.ActionDelegate", | 130 "type": "@UI.ActionDelegate", |
| 131 "actionId": "emulation.show-sensors", | 131 "actionId": "emulation.show-sensors", |
| 132 "title": "Sensors", | 132 "title": "Sensors", |
| 133 "condition": "!v8only", |
| 133 "className": "Emulation.SensorsView.ShowActionDelegate" | 134 "className": "Emulation.SensorsView.ShowActionDelegate" |
| 134 }, | 135 }, |
| 135 { | 136 { |
| 136 "type": "view", | 137 "type": "view", |
| 137 "location": "drawer-view", | 138 "location": "drawer-view", |
| 138 "id": "sensors", | 139 "id": "sensors", |
| 139 "title": "Sensors", | 140 "title": "Sensors", |
| 141 "condition": "!v8only", |
| 140 "persistence": "closeable", | 142 "persistence": "closeable", |
| 141 "order": 100, | 143 "order": 100, |
| 142 "className": "Emulation.SensorsView", | 144 "className": "Emulation.SensorsView", |
| 143 "tags": "geolocation, accelerometer, device orientation" | 145 "tags": "geolocation, accelerometer, device orientation" |
| 144 } | 146 } |
| 145 ], | 147 ], |
| 146 "dependencies": [ | 148 "dependencies": [ |
| 147 "bindings", | 149 "bindings", |
| 148 "components", | 150 "components", |
| 149 "platform", | 151 "platform", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 164 ], | 166 ], |
| 165 "resources": [ | 167 "resources": [ |
| 166 "devicesSettingsTab.css", | 168 "devicesSettingsTab.css", |
| 167 "deviceModeToolbar.css", | 169 "deviceModeToolbar.css", |
| 168 "deviceModeView.css", | 170 "deviceModeView.css", |
| 169 "inspectedPagePlaceholder.css", | 171 "inspectedPagePlaceholder.css", |
| 170 "mediaQueryInspector.css", | 172 "mediaQueryInspector.css", |
| 171 "sensors.css" | 173 "sensors.css" |
| 172 ] | 174 ] |
| 173 } | 175 } |
| OLD | NEW |