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

Side by Side Diff: chrome/browser/resources/file_manager/main.html

Issue 10386139: Change search field to type="search". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/file_manager/css/file_manager.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <!-- 2 <!--
3 -- Copyright (c) 2012 The Chromium Authors. All rights reserved. 3 -- Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 -- Use of this source code is governed by a BSD-style license that can be 4 -- Use of this source code is governed by a BSD-style license that can be
5 -- found in the LICENSE file. 5 -- found in the LICENSE file.
6 --> 6 -->
7 <html i18n-values="dir:textdirection;"> 7 <html i18n-values="dir:textdirection;">
8 <head> 8 <head>
9 <!-- We have to set some default title, or chrome will use the page name. 9 <!-- We have to set some default title, or chrome will use the page name.
10 -- As soon as we init and change to a directory, we'll show the directory 10 -- As soon as we init and change to a directory, we'll show the directory
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 125
126 <div class=dialog-title invisibleif='full-page'>[TITLE]</div> 126 <div class=dialog-title invisibleif='full-page'>[TITLE]</div>
127 <div class=dialog-container> 127 <div class=dialog-container>
128 <div class=dialog-sidebar> 128 <div class=dialog-sidebar>
129 <list id="roots-list"></list> 129 <list id="roots-list"></list>
130 </div> 130 </div>
131 <div class=sidebar-splitter></div> 131 <div class=sidebar-splitter></div>
132 <div class=dialog-main> 132 <div class=dialog-main>
133 <div class=dialog-header> 133 <div class=dialog-header>
134 <div class=breadcrumbs></div> 134 <div class=breadcrumbs></div>
135 <input id="search-box" type="text" tabindex="4"> 135 <input id="search-box" type="search" tabindex="4">
136 136
137 <div class="right buttonbar"> 137 <div class="right buttonbar">
138 <div> 138 <div>
139 <button class="left small" id="detail-view"> 139 <button class="left small" id="detail-view">
140 <img src="images/view_list_black_12x12.png"> 140 <img src="images/view_list_black_12x12.png">
141 </button> 141 </button>
142 <div class="tooltip" i18n-content=DETAIL_VIEW_TOOLTIP 142 <div class="tooltip" i18n-content=DETAIL_VIEW_TOOLTIP
143 >[DETAIL VIEW]</div> 143 >[DETAIL VIEW]</div>
144 </div> 144 </div>
145 <div> 145 <div>
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 <div class="progress-bar hide-in-butter"> 208 <div class="progress-bar hide-in-butter">
209 <div class="progress-track"></div> 209 <div class="progress-track"></div>
210 </div> 210 </div>
211 </div> 211 </div>
212 <div class="actions hide-in-butter"></div> 212 <div class="actions hide-in-butter"></div>
213 </div> 213 </div>
214 <div id=drag-image-container></div> 214 <div id=drag-image-container></div>
215 <iframe id=command-dispatcher hidden></iframe> 215 <iframe id=command-dispatcher hidden></iframe>
216 </body> 216 </body>
217 </html> 217 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/file_manager/css/file_manager.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698