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

Unified Diff: chrome/browser/resources/md_history/app.vulcanized.html

Issue 2294563002: MD WebUI (History, Settings, Downloads): autofocus big search box (Closed)
Patch Set: vulcanize Created 4 years, 4 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: chrome/browser/resources/md_history/app.vulcanized.html
diff --git a/chrome/browser/resources/md_history/app.vulcanized.html b/chrome/browser/resources/md_history/app.vulcanized.html
index b2acce367411c89080c4b83b8584005917aab363..7e28efabefa38d67c1dc3c40e5335ea5a69a44de 100644
--- a/chrome/browser/resources/md_history/app.vulcanized.html
+++ b/chrome/browser/resources/md_history/app.vulcanized.html
@@ -2362,7 +2362,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
</paper-icon-button>
<paper-input-container id="searchTerm" on-search="onSearchTermSearch" on-keydown="onSearchTermKeydown" no-label-float="">
<label id="prompt" for="searchInput">[[label]]</label>
- <input is="iron-input" id="searchInput" type="search" on-blur="onInputBlur_" incremental="">
+ <input is="iron-input" id="searchInput" type="search" on-blur="onInputBlur_" incremental="" autofocus="">
</paper-input-container>
<paper-icon-button icon="cr:cancel" id="clearSearch" title="[[clearLabel]]" hidden$="[[!hasSearchText_]]" on-tap="hideSearch_">
</paper-icon-button>

Powered by Google App Engine
This is Rietveld 408576698