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

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

Issue 14599004: Merge 199418 "Fix wrapping window decoration buttons in the File..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1500/src/
Patch Set: Created 7 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/js/file_manager.js ('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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 <div class="progress-bar" hidden> 246 <div class="progress-bar" hidden>
247 <div class="progress-track"></div> 247 <div class="progress-track"></div>
248 </div> 248 </div>
249 </div> 249 </div>
250 <div class="actions" hidden></div> 250 <div class="actions" hidden></div>
251 </div> 251 </div>
252 </div> 252 </div>
253 </div> 253 </div>
254 </div> 254 </div>
255 <div class="splitter" id="sidebar-splitter"></div> 255 <div class="splitter" id="sidebar-splitter"></div>
256 <div class=dialog-main> 256 <div class="dialog-main">
257 <div class=dialog-header> 257 <div class="dialog-header">
258 <input id="search-box" type="search" tabindex="9" 258 <div class="search-box-wrapper">
259 i18n-values="aria-label:SEARCH_TEXT_LABEL"> 259 <input id="search-box" type="search" tabindex="9"
260 <div class="right buttonbar"> 260 i18n-values="aria-label:SEARCH_TEXT_LABEL">
261 <button class="menubutton" id="gear-button" tabindex="10" 261 </div>
262 menu="#gear-menu"> 262 <div class="decoration-buttons-wrapper">
263 </button> 263 <div class="right buttonbar">
264 <button id="maximize-button" visibleif="full-page" tabindex="-1"> 264 <button class="menubutton" id="gear-button" tabindex="10"
265 </button> 265 menu="#gear-menu">
266 <button id="close-button" visibleif="full-page" tabindex="-1"> 266 </button>
267 </button> 267 <button id="maximize-button" visibleif="full-page" tabindex="-1">
268 </button>
269 <button id="close-button" visibleif="full-page" tabindex="-1">
270 </button>
271 </div>
268 </div> 272 </div>
269 </div> 273 </div>
270 <div class=dialog-body> 274 <div class=dialog-body>
271 <div class="main-panel"> 275 <div class="main-panel">
272 <div class="dialog-middlebar-contents"> 276 <div class="dialog-middlebar-contents">
273 <tree id="directory-tree" tabindex="8"></tree> 277 <tree id="directory-tree" tabindex="8"></tree>
274 </div> 278 </div>
275 <div class="splitter" id="middlebar-splitter"></div> 279 <div class="splitter" id="middlebar-splitter"></div>
276 <div class=filelist-panel> 280 <div class=filelist-panel>
277 <div class="drive-welcome header"></div> 281 <div class="drive-welcome header"></div>
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 <div class="right buttonbar"> 340 <div class="right buttonbar">
337 <button class=ok disabled tabindex="6"></button> 341 <button class=ok disabled tabindex="6"></button>
338 <button class=cancel i18n-content=CANCEL_LABEL tabindex="7"></button> 342 <button class=cancel i18n-content=CANCEL_LABEL tabindex="7"></button>
339 </div> 343 </div>
340 </div> 344 </div>
341 <div id="drag-container"></div> 345 <div id="drag-container"></div>
342 <iframe id="command-dispatcher" hidden></iframe> 346 <iframe id="command-dispatcher" hidden></iframe>
343 <div class="overlay-pane" id="iframe-drag-area" hidden></div> 347 <div class="overlay-pane" id="iframe-drag-area" hidden></div>
344 </body> 348 </body>
345 </html> 349 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/file_manager/js/file_manager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698