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

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

Issue 2927573004: DevTools: migrate StylesSidebarPane to shadow (Closed)
Patch Set: with similarity 10 Created 3 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
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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 "resources": [ 272 "resources": [
273 "breadcrumbs.css", 273 "breadcrumbs.css",
274 "classesPaneWidget.css", 274 "classesPaneWidget.css",
275 "computedStyleSidebarPane.css", 275 "computedStyleSidebarPane.css",
276 "computedStyleWidgetTree.css", 276 "computedStyleWidgetTree.css",
277 "elementsPanel.css", 277 "elementsPanel.css",
278 "elementStatePaneWidget.css", 278 "elementStatePaneWidget.css",
279 "elementsTreeOutline.css", 279 "elementsTreeOutline.css",
280 "metricsSidebarPane.css", 280 "metricsSidebarPane.css",
281 "platformFontsWidget.css", 281 "platformFontsWidget.css",
282 "stylesSectionTree.css" 282 "stylesSectionTree.css",
283 "stylesSidebarPane.css"
283 ] 284 ]
284 } 285 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698