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

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: 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
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..eda22883a4e23daf7e6f032640792fc08fdf9b17 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",
apavlov 2014/07/28 12:30:31 Seva, isn't this a CodeSchool-consumed event? Or d
vsevik 2014/07/29 08:42:15 This one is not used by codeschool.
+ InspectorLoadedForTests: "InspectorLoadedForTests",
SelectedNodeChanged: "SelectedNodeChanged"
}

Powered by Google App Engine
This is Rietveld 408576698