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

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

Issue 1098683002: [DevTools] Added Event Listeners sidebar in sources panel (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@window-listeners
Patch Set: Created 5 years, 7 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 | « Source/devtools/front_end/sources/SourcesPanel.js ('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": "@WebInspector.PanelFactory", 4 "type": "@WebInspector.PanelFactory",
5 "name": "sources", 5 "name": "sources",
6 "title": "Sources", 6 "title": "Sources",
7 "order": 2, 7 "order": 2,
8 "className": "WebInspector.SourcesPanelFactory" 8 "className": "WebInspector.SourcesPanelFactory"
9 }, 9 },
10 { 10 {
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 "ScriptFormatterEditorAction.js", 316 "ScriptFormatterEditorAction.js",
317 "InplaceFormatterEditorAction.js", 317 "InplaceFormatterEditorAction.js",
318 "ScriptFormatter.js", 318 "ScriptFormatter.js",
319 "SourcesView.js", 319 "SourcesView.js",
320 "AdvancedSearchView.js", 320 "AdvancedSearchView.js",
321 "FileBasedSearchResultsPane.js", 321 "FileBasedSearchResultsPane.js",
322 "SourcesSearchScope.js", 322 "SourcesSearchScope.js",
323 "SourcesPanel.js", 323 "SourcesPanel.js",
324 "WorkspaceMappingTip.js", 324 "WorkspaceMappingTip.js",
325 "XHRBreakpointsSidebarPane.js", 325 "XHRBreakpointsSidebarPane.js",
326 "JavaScriptCompiler.js" 326 "JavaScriptCompiler.js",
327 "ObjectEventListenersSidebarPane.js"
327 ], 328 ],
328 "skip_compilation": [ 329 "skip_compilation": [
329 "jsdifflib.js" 330 "jsdifflib.js"
330 ], 331 ],
331 "resources": [ 332 "resources": [
332 "filteredItemSelectionDialog.css", 333 "filteredItemSelectionDialog.css",
333 "uiList.css", 334 "uiList.css",
334 "navigatorView.css", 335 "navigatorView.css",
335 "revisionHistory.css", 336 "revisionHistory.css",
336 "serviceWorkersSidebar.css", 337 "serviceWorkersSidebar.css",
337 "sourcesPanel.css", 338 "sourcesPanel.css",
338 "sourcesSearch.css", 339 "sourcesSearch.css",
339 "sourcesView.css" 340 "sourcesView.css"
340 ] 341 ]
341 } 342 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/sources/SourcesPanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698