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

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

Issue 1042853004: [DevTools] Event Listeners Sidebar shows window listeners (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Extracted eventListenersTreeOutline.css Created 5 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": "@WebInspector.PanelFactory", 4 "type": "@WebInspector.PanelFactory",
5 "name": "elements", 5 "name": "elements",
6 "title": "Elements", 6 "title": "Elements",
7 "order": 0, 7 "order": 0,
8 "className": "WebInspector.ElementsPanelFactory" 8 "className": "WebInspector.ElementsPanelFactory"
9 }, 9 },
10 { 10 {
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 "AnimationControlPane.js", 78 "AnimationControlPane.js",
79 "AnimationTimeline.js", 79 "AnimationTimeline.js",
80 "StylesPopoverHelper.js", 80 "StylesPopoverHelper.js",
81 "BezierEditor.js", 81 "BezierEditor.js",
82 "Spectrum.js", 82 "Spectrum.js",
83 "ElementsBreadcrumbs.js", 83 "ElementsBreadcrumbs.js",
84 "ElementsSidebarPane.js", 84 "ElementsSidebarPane.js",
85 "ElementsSidebarView.js", 85 "ElementsSidebarView.js",
86 "ElementsTreeElement.js", 86 "ElementsTreeElement.js",
87 "ElementsTreeOutline.js", 87 "ElementsTreeOutline.js",
88 "EventListenersSidebarPane.js", 88 "DOMEventListenersSidebarPane.js",
89 "MetricsSidebarPane.js", 89 "MetricsSidebarPane.js",
90 "PlatformFontsSidebarPane.js", 90 "PlatformFontsSidebarPane.js",
91 "PropertiesSidebarPane.js", 91 "PropertiesSidebarPane.js",
92 "StylesSectionModel.js", 92 "StylesSectionModel.js",
93 "StylesSidebarPane.js", 93 "StylesSidebarPane.js",
94 "ComputedStyleSidebarPane.js", 94 "ComputedStyleSidebarPane.js",
95 "ElementsPanel.js", 95 "ElementsPanel.js",
96 "AnimationsSidebarPane.js" 96 "AnimationsSidebarPane.js"
97 ], 97 ],
98 "stylesheets": [ 98 "stylesheets": [
99 "animationTimeline.css", 99 "animationTimeline.css",
100 "bezierEditor.css", 100 "bezierEditor.css",
101 "breadcrumbs.css", 101 "breadcrumbs.css",
102 "computedStyleSidebarPane.css", 102 "computedStyleSidebarPane.css",
103 "elementsPanel.css", 103 "elementsPanel.css",
104 "elementsTreeOutline.css", 104 "elementsTreeOutline.css",
105 "spectrum.css" 105 "spectrum.css"
106 ] 106 ]
107 } 107 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/elements/elementsPanel.css ('k') | Source/devtools/front_end/sdk/DOMModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698