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

Unified Diff: Source/devtools/front_end/main/Main.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/main/Main.js
diff --git a/Source/devtools/front_end/main/Main.js b/Source/devtools/front_end/main/Main.js
index 0a38ab266dcdba92d46e6d2e2313a4925f700a4b..5f337f6b9d29bc1cb0bf5ba4c328b07b844f59c0 100644
--- a/Source/devtools/front_end/main/Main.js
+++ b/Source/devtools/front_end/main/Main.js
@@ -374,6 +374,7 @@ WebInspector.Main.prototype = {
console.timeStamp("Main.inspectorAgentEnableCallback");
WebInspector.app.presentUI(mainTarget);
console.timeStamp("Main.inspectorAgentEnableCallbackPresentUI");
+ WebInspector.notifications.dispatchEventToListeners(WebInspector.NotificationService.Events.InspectorLoadedForTests);
}
WebInspector.actionRegistry = new WebInspector.ActionRegistry();
@@ -384,7 +385,6 @@ WebInspector.Main.prototype = {
this._loadCompletedForWorkers();
InspectorFrontendAPI.loadCompleted();
- WebInspector.notifications.dispatchEventToListeners(WebInspector.NotificationService.Events.InspectorLoaded);
vsevik 2014/07/29 08:42:15 Could this be used by some third party clients?
dgozman 2014/07/29 08:51:47 This notification was added in http://src.chromium
},
_registerForwardedShortcuts: function()

Powered by Google App Engine
This is Rietveld 408576698