8 "className": "WebInspector.OverridesView"
11 "type": "@WebInspector.ToolbarItem.Provider",
12 "className": "WebInspector.DeviceModeButtonProvider",
13 "condition": "can_dock",
15 "location": "main-toolbar-left"
18 "type": "@WebInspector.ActionDelegate",
19 "actionId": "emulation.toggle-device-mode",
20 "className": "WebInspector.ToggleDeviceModeActionDelegate",
21 "condition": "can_dock",
24 "platform": "windows,linux",
25 "shortcut": "Shift+Ctrl+M"
29 "shortcut": "Shift+Meta+M"
34 "type": "@WebInspector.Revealer",
35 "contextTypes": ["WebInspector.OverridesSupport"],
36 "className": "WebInspector.OverridesView.Revealer"
39 "type": "settings-view",
43 "className": "WebInspector.DevicesSettingsTab",
45 "standardEmulatedDeviceList",
46 "customEmulatedDeviceList"
57 "OverridesSupport.js",
59 "DevicesSettingsTab.js",
60 "DeviceModeButton.js",
62 "InspectedPagePlaceholder.js",
63 "MediaQueryInspector.js",
64 "ResponsiveDesignView.js",
69 "devicesSettingsTab.css",
70 "responsiveDesignView.css",