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

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

Issue 2837203002: [DevTools] Move dom breakpoints to DOMDebuggerModel (Closed)
Patch Set: addressed review comments Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sdk/DOMDebuggerModel.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8a9d43cf1abf37e99e24d2d9f1f5d35bbd53fb94..41d5798b5bc943eb30a68e9f75276e950e8ba204 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/sources/module.json
@@ -519,15 +519,6 @@
{
"type": "view",
"location": "sources-sidebar",
- "id": "sources.domBreakpoints",
- "title": "DOM Breakpoints",
- "order": 7,
- "persistence": "permanent",
- "factoryName": "Components.DOMBreakpointsSidebarPane.Proxy"
- },
- {
- "type": "view",
- "location": "sources-sidebar",
"id": "sources.globalListeners",
"title": "Global Listeners",
"order": 8,
@@ -592,13 +583,6 @@
"contextTypes": [
"SDK.DebuggerPausedDetails"
],
- "className": "Components.DOMBreakpointsSidebarPane"
- },
- {
- "type": "@UI.ContextFlavorListener",
- "contextTypes": [
- "SDK.DebuggerPausedDetails"
- ],
"className": "Sources.CallStackSidebarPane"
},
{
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sdk/DOMDebuggerModel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698