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

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

Issue 1176343002: DevTools: make toolbar button click targets square (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comments addressed Created 5 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.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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 }, 151 },
152 { 152 {
153 "type": "@WebInspector.ToolbarItem.Provider", 153 "type": "@WebInspector.ToolbarItem.Provider",
154 "className": "WebInspector.InspectElementModeController.ToggleButton Provider", 154 "className": "WebInspector.InspectElementModeController.ToggleButton Provider",
155 "location": "main-toolbar-left", 155 "location": "main-toolbar-left",
156 "order": 0, 156 "order": 0,
157 "actionId": "main.toggle-element-search" 157 "actionId": "main.toggle-element-search"
158 }, 158 },
159 { 159 {
160 "type": "@WebInspector.ToolbarItem.Provider", 160 "type": "@WebInspector.ToolbarItem.Provider",
161 "separator": true,
162 "location": "main-toolbar-left",
163 "order": 100
164 },
165 {
166 "type": "@WebInspector.ToolbarItem.Provider",
161 "className": "WebInspector.Main.WarningErrorCounter", 167 "className": "WebInspector.Main.WarningErrorCounter",
162 "order": 1, 168 "order": 1,
163 "location": "main-toolbar-right" 169 "location": "main-toolbar-right"
164 }, 170 },
165 { 171 {
166 "type": "@WebInspector.ToolbarItem.Provider", 172 "type": "@WebInspector.ToolbarItem.Provider",
167 "className": "WebInspector.InspectorView.ToggleDrawerButtonProvider" , 173 "className": "WebInspector.InspectorView.ToggleDrawerButtonProvider" ,
168 "order": 2, 174 "order": 2,
169 "location": "main-toolbar-right" 175 "location": "main-toolbar-right"
170 }, 176 },
171 { 177 {
172 "type": "@WebInspector.ToolbarItem.Provider", 178 "type": "@WebInspector.ToolbarItem.Provider",
179 "separator": true,
180 "order": 3,
181 "location": "main-toolbar-right"
182 },
183 {
184 "type": "@WebInspector.ToolbarItem.Provider",
173 "className": "WebInspector.DockController.ButtonProvider", 185 "className": "WebInspector.DockController.ButtonProvider",
174 "order": 4, 186 "order": 5,
175 "location": "main-toolbar-right" 187 "location": "main-toolbar-right"
176 }, 188 },
177 { 189 {
190 "type": "@WebInspector.ToolbarItem.Provider",
191 "separator": true,
192 "order": 90,
193 "location": "main-toolbar-right"
194 },
195 {
178 "type": "@WebInspector.ToolbarItem.Provider", 196 "type": "@WebInspector.ToolbarItem.Provider",
179 "className": "WebInspector.DockController.CloseButtonProvider", 197 "className": "WebInspector.DockController.CloseButtonProvider",
180 "order": 100, 198 "order": 100,
181 "location": "main-toolbar-right" 199 "location": "main-toolbar-right"
182 }, 200 },
183 { 201 {
184 "type": "setting", 202 "type": "setting",
185 "category": "", 203 "category": "",
186 "title": "Disable cache (while DevTools is open)", 204 "title": "Disable cache (while DevTools is open)",
187 "settingName": "cacheDisabled", 205 "settingName": "cacheDisabled",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 "Tests.js", 307 "Tests.js",
290 "OverlayController.js", 308 "OverlayController.js",
291 "Main.js" 309 "Main.js"
292 ], 310 ],
293 "skip_compilation": [ 311 "skip_compilation": [
294 "Tests.js" 312 "Tests.js"
295 ], 313 ],
296 "resources": [ 314 "resources": [
297 ] 315 ]
298 } 316 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/inspectorStyle.css ('k') | Source/devtools/front_end/network/NetworkPanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698