Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Side by Side Diff: Source/devtools/front_end/main/module.json

Issue 342163002: DevTools: move emulation button into the base App.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaselined Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.ContextMenu.Provider", 4 "type": "@WebInspector.ContextMenu.Provider",
5 "contextTypes": ["WebInspector.UISourceCode", "WebInspector.Resource ", "WebInspector.NetworkRequest", "Node"], 5 "contextTypes": ["WebInspector.UISourceCode", "WebInspector.Resource ", "WebInspector.NetworkRequest", "Node"],
6 "className": "WebInspector.HandlerRegistry.ContextMenuProvider" 6 "className": "WebInspector.HandlerRegistry.ContextMenuProvider"
7 }, 7 },
8 { 8 {
9 "type": "@WebInspector.ActionDelegate", 9 "type": "@WebInspector.ActionDelegate",
10 "actionId": "main.reload", 10 "actionId": "main.reload",
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 }, 117 },
118 { 118 {
119 "type": "@WebInspector.StatusBarButton.Provider", 119 "type": "@WebInspector.StatusBarButton.Provider",
120 "className": "WebInspector.InspectElementModeController.ToggleButton Provider", 120 "className": "WebInspector.InspectElementModeController.ToggleButton Provider",
121 "location": "toolbar-left", 121 "location": "toolbar-left",
122 "order": 0, 122 "order": 0,
123 "actionId": "main.toggle-element-search" 123 "actionId": "main.toggle-element-search"
124 }, 124 },
125 { 125 {
126 "type": "@WebInspector.StatusBarButton.Provider", 126 "type": "@WebInspector.StatusBarButton.Provider",
127 "className": "WebInspector.AdvancedApp.ResponsiveDesignButtonProvide r", 127 "className": "WebInspector.App.ResponsiveDesignButtonProvider",
128 "order": 1, 128 "order": 1,
129 "location": "toolbar-left" 129 "location": "toolbar-left"
130 }, 130 },
131 { 131 {
132 "type": "@WebInspector.StatusBarButton.Provider", 132 "type": "@WebInspector.StatusBarButton.Provider",
133 "className": "WebInspector.DockController.ButtonProvider", 133 "className": "WebInspector.DockController.ButtonProvider",
134 "order": 1, 134 "order": 1,
135 "location": "toolbar-right" 135 "location": "toolbar-right"
136 }, 136 },
137 { 137 {
(...skipping 22 matching lines...) Expand all
160 "className": "WebInspector.Main.ShortcutPanelSwitchSettingDelegate" 160 "className": "WebInspector.Main.ShortcutPanelSwitchSettingDelegate"
161 }, 161 },
162 { 162 {
163 "type": "ui-setting", 163 "type": "ui-setting",
164 "section": "Extensions", 164 "section": "Extensions",
165 "settingType": "custom", 165 "settingType": "custom",
166 "className": "WebInspector.HandlerRegistry.OpenAnchorLocationSetting Delegate" 166 "className": "WebInspector.HandlerRegistry.OpenAnchorLocationSetting Delegate"
167 } 167 }
168 ] 168 ]
169 } 169 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698