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

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

Issue 23462020: Let the description text in the preview panels managed by PreviewPanel class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed the comment. Created 7 years, 3 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/ui/preview_panel.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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 </div> 349 </div>
350 </div> 350 </div>
351 <div class="preview-panel progressable" visibility="hidden"> 351 <div class="preview-panel progressable" visibility="hidden">
352 <div class="left"> 352 <div class="left">
353 <div> 353 <div>
354 <div class="preview-thumbnails"></div> 354 <div class="preview-thumbnails"></div>
355 </div> 355 </div>
356 <div id="preview-lines"> 356 <div id="preview-lines">
357 <div class="preview-summary"> 357 <div class="preview-summary">
358 <span class="preview-text"></span> 358 <span class="preview-text"></span>
359 <span class="calculating-size" hidden></span> 359 <span class="calculating-size"></span>
360 </div> 360 </div>
361 <div id="search-breadcrumbs" class="breadcrumbs"></div> 361 <div id="search-breadcrumbs" class="breadcrumbs"></div>
362 </div> 362 </div>
363 </div> 363 </div>
364 <div class="right buttonbar" visibleif="full-page"> 364 <div class="right buttonbar" visibleif="full-page">
365 <button id="share-button" command="#share" tabindex="2" 365 <button id="share-button" command="#share" tabindex="2"
366 i18n-values="aria-label:SHARE_BUTTON_LABEL"></button> 366 i18n-values="aria-label:SHARE_BUTTON_LABEL"></button>
367 <button id="tasks" class="combobutton" menu="#tasks-menu" 367 <button id="tasks" class="combobutton" menu="#tasks-menu"
368 tabindex="3"></button> 368 tabindex="3"></button>
369 <button id="delete-button" command="#delete" tabindex="4" 369 <button id="delete-button" command="#delete" tabindex="4"
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 <select class="file-type"></select> 408 <select class="file-type"></select>
409 <button class=ok disabled tabindex="7"></button> 409 <button class=ok disabled tabindex="7"></button>
410 <button class=cancel i18n-content=CANCEL_LABEL tabindex="8"></button> 410 <button class=cancel i18n-content=CANCEL_LABEL tabindex="8"></button>
411 </div> 411 </div>
412 </div> 412 </div>
413 <div id="drag-container"></div> 413 <div id="drag-container"></div>
414 <iframe id="command-dispatcher" hidden></iframe> 414 <iframe id="command-dispatcher" hidden></iframe>
415 <div class="overlay-pane" id="iframe-drag-area" hidden></div> 415 <div class="overlay-pane" id="iframe-drag-area" hidden></div>
416 </body> 416 </body>
417 </html> 417 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/file_manager/js/ui/preview_panel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698