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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/module.json

Issue 2234193002: DevTools: migrate some of the sources panel sidebar panes to view management, allow view toolbars. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/sources/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/module.json b/third_party/WebKit/Source/devtools/front_end/sources/module.json
index 1da852f600a170159bdf6aea4914b6038ae51927..381bb19faee2b9978ec954415c3a78e74b99b7fc 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/sources/module.json
@@ -374,11 +374,40 @@
{
"type": "view",
"location": "sources-sidebar",
+ "id": "sources.xhrBreakpoints",
+ "title": "XHR Breakpoints",
+ "order": 5,
+ "hasToolbar": "true",
+ "persistence": "permanent",
+ "className": "WebInspector.XHRBreakpointsSidebarPane"
+ },
+ {
+ "type": "view",
+ "location": "sources-sidebar",
"id": "sources.domBreakpoints",
"title": "DOM Breakpoints",
"order": 7,
"persistence": "permanent",
"factoryName": "WebInspector.DOMBreakpointsSidebarPane.Proxy"
+ },
+ {
+ "type": "view",
+ "location": "sources-sidebar",
+ "id": "sources.globalListeners",
+ "title": "Global Listeners",
+ "order": 8,
+ "hasToolbar": "true",
+ "persistence": "permanent",
+ "className": "WebInspector.ObjectEventListenersSidebarPane"
+ },
+ {
+ "type": "view",
+ "location": "sources-sidebar",
+ "id": "sources.eventListenerBreakpoints",
+ "title": "Event Listener Breakpoints",
+ "order": 9,
+ "persistence": "permanent",
+ "className": "WebInspector.EventListenerBreakpointsSidebarPane"
}
],
"dependencies": [

Powered by Google App Engine
This is Rietveld 408576698