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

Side by Side Diff: ui/file_manager/file_manager/main.html

Issue 899943002: Rework update model to eliminate a "flicker" resulting from the brief update to zero results when a… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
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;lang:language"> 7 <html i18n-values="dir:textdirection;lang:language">
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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 <paper-button id="search-button" tabindex="7"> 306 <paper-button id="search-button" tabindex="7">
307 <core-icon icon="search"></core-icon> 307 <core-icon icon="search"></core-icon>
308 </paper-button> 308 </paper-button>
309 <div id="search-box"> 309 <div id="search-box">
310 <paper-input-decorator i18n-values="label:SEARCH_TEXT_LABEL"> 310 <paper-input-decorator i18n-values="label:SEARCH_TEXT_LABEL">
311 <input is="core-input" type="search" tabindex="-1" i18n-values="aria-l abel:SEARCH_TEXT_LABEL"> 311 <input is="core-input" type="search" tabindex="-1" i18n-values="aria-l abel:SEARCH_TEXT_LABEL">
312 </paper-input-decorator> 312 </paper-input-decorator>
313 <button class="clear" tabindex="-1"></button> 313 <button class="clear" tabindex="-1"></button>
314 </div> 314 </div>
315 <button id="cloud-import-button" tabindex="10" 315 <button id="cloud-import-button" tabindex="10"
316 i18n-values="aria-label:CLOUD_IMPORT_BUTTON_LABEL"
317 style='display: none;'> 316 style='display: none;'>
318 <core-icon icon="cloud-queue"></core-icon> 317 <core-icon icon="cloud-queue"></core-icon>
319 <paper-ripple fit></paper-ripple> 318 <paper-ripple fit></paper-ripple>
320 </button> 319 </button>
320 <button id="cloud-import-details-button" tabindex="11"
321 style='display: none;'>
322 <core-icon icon="arrow-drop-down"></core-icon>
323 <paper-ripple fit></paper-ripple>
324 </button>
321 <paper-button id="view-button" tabindex="8"> 325 <paper-button id="view-button" tabindex="8">
322 <core-icon icon="view-module"></core-icon> 326 <core-icon icon="view-module"></core-icon>
323 </paper-button> 327 </paper-button>
324 <button id="gear-button" tabindex="9" menu="#gear-menu" 328 <button id="gear-button" tabindex="9" menu="#gear-menu"
325 i18n-values="aria-label:GEAR_BUTTON_TOOLTIP" 329 i18n-values="aria-label:GEAR_BUTTON_TOOLTIP"
326 aria-activedescendant="gear-menu"> 330 aria-activedescendant="gear-menu">
327 <core-icon icon="more-vert"></core-icon> 331 <core-icon icon="more-vert"></core-icon>
328 <paper-ripple fit></paper-ripple> 332 <paper-ripple fit></paper-ripple>
329 </button> 333 </button>
330 </div> 334 </div>
331 335
336 <div id="cloud-import-details" class="offscreen">
337 <h1>Soooopreyes!</h1>
338 Backup to Drive
339
340 <div id='#open-destination'>
341 <core-icon class="icon volume-icon" volume-type-icon="drive">
342 </core-icon> My Photos
343 </div>
344
345 <div class="detail">
346 New photos: <span class="photo-count">0</span>
347 </div>
348 <div class="detail">
349 Space required: <span class="space-required">0</span>
350 </div>
351
352 <div class="media-strip">
353 <tt>// TODO(smckay)</tt>
354 </div>
355
356 <div class="import">Import!</div>
357 </div>
358
332 <div class="dialog-container"> 359 <div class="dialog-container">
333 <div class="dialog-navigation-list"> 360 <div class="dialog-navigation-list">
334 <div class="dialog-navigation-list-contents"> 361 <div class="dialog-navigation-list-contents">
335 <tree id="directory-tree" tabindex="15"></tree> 362 <tree id="directory-tree" tabindex="15"></tree>
336 </div> 363 </div>
337 <div class="dialog-navigation-list-footer"> 364 <div class="dialog-navigation-list-footer">
338 <div id="progress-center" hidden> 365 <div id="progress-center" hidden>
339 <li id="progress-center-close-view"> 366 <li id="progress-center-close-view">
340 <div class="progress-frame"> 367 <div class="progress-frame">
341 <label></label> 368 <label></label>
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 <div class="right buttonbar"> 468 <div class="right buttonbar">
442 <select class="file-type" hidden></select> 469 <select class="file-type" hidden></select>
443 <button class="ok" disabled tabindex="2"></button> 470 <button class="ok" disabled tabindex="2"></button>
444 <button class="cancel" i18n-content="CANCEL_LABEL" tabindex="3"></button > 471 <button class="cancel" i18n-content="CANCEL_LABEL" tabindex="3"></button >
445 </div> 472 </div>
446 </div> 473 </div>
447 <div id="drag-container"></div> 474 <div id="drag-container"></div>
448 <iframe id="command-dispatcher" hidden></iframe> 475 <iframe id="command-dispatcher" hidden></iframe>
449 </body> 476 </body>
450 </html> 477 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698