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

Unified Diff: Source/devtools/front_end/common/NotificationService.js

Issue 426553003: [DevTools] Run tests only after all UI bits are initialized. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: renamed to InspectorUILoadedForTests Created 6 years, 5 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 | « Source/devtools/front_end/Tests.js ('k') | Source/devtools/front_end/common/WebInspector.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/common/NotificationService.js
diff --git a/Source/devtools/front_end/common/NotificationService.js b/Source/devtools/front_end/common/NotificationService.js
index 197101e67c6b7b4ce13bba16b080478616e2530d..72992b3a080e83a01060e45f372c53d6ef318e0c 100644
--- a/Source/devtools/front_end/common/NotificationService.js
+++ b/Source/devtools/front_end/common/NotificationService.js
@@ -15,7 +15,7 @@ WebInspector.NotificationService.prototype = {
}
WebInspector.NotificationService.Events = {
- InspectorLoaded: "InspectorLoaded",
+ InspectorUILoadedForTests: "InspectorUILoadedForTests",
SelectedNodeChanged: "SelectedNodeChanged"
}
« no previous file with comments | « Source/devtools/front_end/Tests.js ('k') | Source/devtools/front_end/common/WebInspector.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698