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

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

Issue 2924873004: DevTools: migrate MetricsSidebarPane to shadow (Closed)
Patch Set: rebase 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/elements/metricsSidebarPane.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 "ElementsPanel.js", 267 "ElementsPanel.js",
268 "ClassesPaneWidget.js", 268 "ClassesPaneWidget.js",
269 "ElementStatePaneWidget.js", 269 "ElementStatePaneWidget.js",
270 "ElementsTreeElementHighlighter.js" 270 "ElementsTreeElementHighlighter.js"
271 ], 271 ],
272 "resources": [ 272 "resources": [
273 "breadcrumbs.css", 273 "breadcrumbs.css",
274 "computedStyleSidebarPane.css", 274 "computedStyleSidebarPane.css",
275 "elementsPanel.css", 275 "elementsPanel.css",
276 "elementsTreeOutline.css", 276 "elementsTreeOutline.css",
277 "metricsSidebarPane.css",
277 "platformFontsWidget.css", 278 "platformFontsWidget.css",
278 "stylesSectionTree.css" 279 "stylesSectionTree.css"
279 ] 280 ]
280 } 281 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/elements/metricsSidebarPane.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698