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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/elements/module.json

Issue 2815373003: DevTools: Add more views to command menu (Closed)
Patch Set: Add panel location Created 3 years, 8 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
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "view", 4 "type": "view",
5 "location": "panel", 5 "location": "panel",
6 "id": "elements", 6 "id": "elements",
7 "title": "Elements", 7 "title": "Elements",
8 "order": 10, 8 "order": 10,
9 "className": "Elements.ElementsPanel" 9 "className": "Elements.ElementsPanel"
10 }, 10 },
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 }, 212 },
213 { 213 {
214 "type": "@UI.ToolbarItem.Provider", 214 "type": "@UI.ToolbarItem.Provider",
215 "actionId": "elements.toggle-element-search", 215 "actionId": "elements.toggle-element-search",
216 "location": "main-toolbar-left", 216 "location": "main-toolbar-left",
217 "order": 0 217 "order": 0
218 }, 218 },
219 { 219 {
220 "type": "@UI.ViewLocationResolver", 220 "type": "@UI.ViewLocationResolver",
221 "name": "elements-sidebar", 221 "name": "elements-sidebar",
222 "category": "Elements",
222 "className": "Elements.ElementsPanel" 223 "className": "Elements.ElementsPanel"
223 }, 224 },
224 { 225 {
225 "type": "view", 226 "type": "view",
226 "location": "elements-sidebar", 227 "location": "elements-sidebar",
227 "id": "elements.eventListeners", 228 "id": "elements.eventListeners",
228 "title": "Event Listeners", 229 "title": "Event Listeners",
229 "order": 5, 230 "order": 5,
230 "hasToolbar": true, 231 "hasToolbar": true,
231 "persistence": "permanent", 232 "persistence": "permanent",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 ], 280 ],
280 "resources": [ 281 "resources": [
281 "breadcrumbs.css", 282 "breadcrumbs.css",
282 "computedStyleSidebarPane.css", 283 "computedStyleSidebarPane.css",
283 "elementsPanel.css", 284 "elementsPanel.css",
284 "elementsTreeOutline.css", 285 "elementsTreeOutline.css",
285 "platformFontsWidget.css", 286 "platformFontsWidget.css",
286 "stylesSectionTree.css" 287 "stylesSectionTree.css"
287 ] 288 ]
288 } 289 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698