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

Unified Diff: third_party/WebKit/Source/devtools/front_end/main/SimpleApp.js

Issue 2574823002: DevTools: do not make main panel unconditionally focused by default. (Closed)
Patch Set: fixed the test Created 4 years 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/main/SimpleApp.js
diff --git a/third_party/WebKit/Source/devtools/front_end/main/SimpleApp.js b/third_party/WebKit/Source/devtools/front_end/main/SimpleApp.js
index 0fe00c16c731bd335aaf9a7bffacfe9c0fddea7d..9941668913602d49a17a87321af44e9efee07b2e 100644
--- a/third_party/WebKit/Source/devtools/front_end/main/SimpleApp.js
+++ b/third_party/WebKit/Source/devtools/front_end/main/SimpleApp.js
@@ -14,6 +14,7 @@ Main.SimpleApp = class {
var rootView = new UI.RootView();
UI.inspectorView.show(rootView.element);
rootView.attachToDocument(document);
+ rootView.focus();
}
};

Powered by Google App Engine
This is Rietveld 408576698