| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "@WebInspector.AppProvider", | 4 "type": "@WebInspector.AppProvider", |
| 5 "condition": "can_dock", | 5 "condition": "can_dock", |
| 6 "className": "WebInspector.AdvancedAppProvider", | 6 "className": "WebInspector.AdvancedAppProvider", |
| 7 "order": 0 | 7 "order": 0 |
| 8 }, | 8 }, |
| 9 { | 9 { |
| 10 "type": "@WebInspector.AppProvider", | 10 "type": "@WebInspector.AppProvider", |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 "platform": "windows,linux", | 136 "platform": "windows,linux", |
| 137 "shortcut": "Ctrl+0 Ctrl+Numpad0" | 137 "shortcut": "Ctrl+0 Ctrl+Numpad0" |
| 138 }, | 138 }, |
| 139 { | 139 { |
| 140 "platform": "mac", | 140 "platform": "mac", |
| 141 "shortcut": "Meta+0 Meta+Numpad0" | 141 "shortcut": "Meta+0 Meta+Numpad0" |
| 142 } | 142 } |
| 143 ] | 143 ] |
| 144 }, | 144 }, |
| 145 { | 145 { |
| 146 "type": "@WebInspector.ActionDelegate", | |
| 147 "actionId": "main.toggle-device-mode", | |
| 148 "className": "WebInspector.AdvancedApp.ToggleDeviceModeActionDelegat
e", | |
| 149 "condition": "can_dock", | |
| 150 "bindings": [ | |
| 151 { | |
| 152 "platform": "windows,linux", | |
| 153 "shortcut": "Shift+Ctrl+M" | |
| 154 }, | |
| 155 { | |
| 156 "platform": "mac", | |
| 157 "shortcut": "Shift+Meta+M" | |
| 158 } | |
| 159 ] | |
| 160 }, | |
| 161 { | |
| 162 "type": "drawer-view", | 146 "type": "drawer-view", |
| 163 "name": "rendering", | 147 "name": "rendering", |
| 164 "title": "Rendering", | 148 "title": "Rendering", |
| 165 "order": "11", | 149 "order": "11", |
| 166 "className": "WebInspector.RenderingOptions.View" | 150 "className": "WebInspector.RenderingOptions.View" |
| 167 }, | 151 }, |
| 168 { | 152 { |
| 169 "type": "@WebInspector.ToolbarItem.Provider", | 153 "type": "@WebInspector.ToolbarItem.Provider", |
| 170 "className": "WebInspector.InspectElementModeController.ToggleButton
Provider", | 154 "className": "WebInspector.InspectElementModeController.ToggleButton
Provider", |
| 171 "location": "main-toolbar-left", | 155 "location": "main-toolbar-left", |
| 172 "order": 0, | 156 "order": 0, |
| 173 "actionId": "main.toggle-element-search" | 157 "actionId": "main.toggle-element-search" |
| 174 }, | 158 }, |
| 175 { | 159 { |
| 176 "type": "@WebInspector.ToolbarItem.Provider", | 160 "type": "@WebInspector.ToolbarItem.Provider", |
| 177 "className": "WebInspector.AdvancedApp.EmulationButtonProvider", | |
| 178 "condition": "can_dock", | |
| 179 "order": 1, | |
| 180 "location": "main-toolbar-left" | |
| 181 }, | |
| 182 { | |
| 183 "type": "@WebInspector.ToolbarItem.Provider", | |
| 184 "className": "WebInspector.Main.WarningErrorCounter", | 161 "className": "WebInspector.Main.WarningErrorCounter", |
| 185 "order": 1, | 162 "order": 1, |
| 186 "location": "main-toolbar-right" | 163 "location": "main-toolbar-right" |
| 187 }, | 164 }, |
| 188 { | 165 { |
| 189 "type": "@WebInspector.ToolbarItem.Provider", | 166 "type": "@WebInspector.ToolbarItem.Provider", |
| 190 "className": "WebInspector.InspectorView.ToggleDrawerButtonProvider"
, | 167 "className": "WebInspector.InspectorView.ToggleDrawerButtonProvider"
, |
| 191 "order": 2, | 168 "order": 2, |
| 192 "location": "main-toolbar-right" | 169 "location": "main-toolbar-right" |
| 193 }, | 170 }, |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 "Tests.js", | 283 "Tests.js", |
| 307 "OverlayController.js", | 284 "OverlayController.js", |
| 308 "Main.js" | 285 "Main.js" |
| 309 ], | 286 ], |
| 310 "skip_compilation": [ | 287 "skip_compilation": [ |
| 311 "Tests.js" | 288 "Tests.js" |
| 312 ], | 289 ], |
| 313 "resources": [ | 290 "resources": [ |
| 314 ] | 291 ] |
| 315 } | 292 } |
| OLD | NEW |