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

Unified Diff: third_party/WebKit/Source/devtools/front_end/network/NetworkPanel.js

Issue 2805593002: DevTools: Navigate TabbedPane with arrow keys (Closed)
Patch Set: Fix stray space in test Created 3 years, 7 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/network/NetworkPanel.js
diff --git a/third_party/WebKit/Source/devtools/front_end/network/NetworkPanel.js b/third_party/WebKit/Source/devtools/front_end/network/NetworkPanel.js
index 4546ccc77dca90e6045515668afe166bcf188215..cdc3c081129726b0ab5341a3a33ce3a89e1bfbb1 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/NetworkPanel.js
+++ b/third_party/WebKit/Source/devtools/front_end/network/NetworkPanel.js
@@ -50,6 +50,7 @@ Network.NetworkPanel = class extends UI.Panel {
this._panelToolbar = new UI.Toolbar('', this.element);
this._filterBar = new UI.FilterBar('networkPanel', true);
this._filterBar.show(this.element);
+ this.setDefaultFocusedChild(this._filterBar);
this._filmStripPlaceholderElement = this.element.createChild('div');

Powered by Google App Engine
This is Rietveld 408576698