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

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

Issue 2389883003: DevTools: hoist debugger paused reason to top (Closed)
Patch Set: re-add stray line Created 4 years, 2 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 d421585607ea2adc672cab35d7023d302044107d..a069ad78e11cc1bd5d94c4e2b3bb12ec2e1ab30b 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/sources/module.json
@@ -547,6 +547,7 @@
"UIList.js",
"AddSourceMapURLDialog.js",
"CallStackSidebarPane.js",
+ "DebuggerPausedMessage.js",
"SimpleHistoryManager.js",
"EditingLocationHistoryManager.js",
"EventListenerBreakpointsSidebarPane.js",
@@ -583,6 +584,7 @@
],
"resources": [
"uiList.css",
+ "debuggerPausedMessage.css",
"eventListenerBreakpoints.css",
"fileBasedSearchResultsPane.css",
"navigatorView.css",

Powered by Google App Engine
This is Rietveld 408576698