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

Side by Side Diff: chrome/browser/resources/md_downloads/vulcanized.html

Issue 2154033002: MD Downloads: fix focus issue on downloads page by combining pause/play (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge + re-vulcanize Created 4 years, 5 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><html dir="$i18n{textdirection}" lang="$i18n{language}"><head><!- - 1 <!DOCTYPE html><html dir="$i18n{textdirection}" lang="$i18n{language}"><head><!- -
2 @license 2 @license
3 Copyright (c) 2014 The Polymer Project Authors. All rights reserved. 3 Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
4 This code may only be used under the BSD style license found at http://polymer.g ithub.io/LICENSE.txt 4 This code may only be used under the BSD style license found at http://polymer.g ithub.io/LICENSE.txt
5 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt 5 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6 The complete set of contributors may be found at http://polymer.github.io/CONTRI BUTORS.txt 6 The complete set of contributors may be found at http://polymer.github.io/CONTRI BUTORS.txt
7 Code distributed by Google as part of the polymer project is also 7 Code distributed by Google as part of the polymer project is also
8 subject to an additional IP rights grant found at http://polymer.github.io/PATEN TS.txt 8 subject to an additional IP rights grant found at http://polymer.github.io/PATEN TS.txt
9 --><!-- 9 --><!--
10 @license 10 @license
(...skipping 1339 matching lines...) Expand 10 before | Expand all | Expand 10 after
1350 #name, 1350 #name,
1351 #file-link { 1351 #file-link {
1352 font-weight: 500; 1352 font-weight: 500;
1353 word-break: break-all; 1353 word-break: break-all;
1354 } 1354 }
1355 1355
1356 #name { 1356 #name {
1357 -webkit-margin-end: 12px; /* Only really affects #tag. */ 1357 -webkit-margin-end: 12px; /* Only really affects #tag. */
1358 } 1358 }
1359 1359
1360 #resume, 1360 #pause-or-resume,
1361 .is-active :-webkit-any(#name, #file-link, #pause, #show) { 1361 .is-active :-webkit-any(#name, #file-link, #show) {
1362 color: rgb(51, 103, 214); 1362 color: rgb(51, 103, 214);
1363 } 1363 }
1364 1364
1365 #tag { 1365 #tag {
1366 color: #5a5a5a; 1366 color: #5a5a5a;
1367 font-weight: 500; 1367 font-weight: 500;
1368 } 1368 }
1369 1369
1370 #url { 1370 #url {
1371 color: inherit; 1371 color: inherit;
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
1527 <paper-progress id="progress" indeterminate="[[isIndeterminate_(data.p ercent)]]" value="[[data.percent]]"></paper-progress> 1527 <paper-progress id="progress" indeterminate="[[isIndeterminate_(data.p ercent)]]" value="[[data.percent]]"></paper-progress>
1528 </template> 1528 </template>
1529 1529
1530 <div id="safe" class="controls" hidden="[[isDangerous_]]"> 1530 <div id="safe" class="controls" hidden="[[isDangerous_]]">
1531 <a is="action-link" id="show" on-tap="onShowTap_" hidden="[[!completel yOnDisk_]]">$i18n{controlShowInFolder}</a> 1531 <a is="action-link" id="show" on-tap="onShowTap_" hidden="[[!completel yOnDisk_]]">$i18n{controlShowInFolder}</a>
1532 <template is="dom-if" if="[[data.retry]]"> 1532 <template is="dom-if" if="[[data.retry]]">
1533 <paper-button id="retry" on-tap="onRetryTap_"> 1533 <paper-button id="retry" on-tap="onRetryTap_">
1534 $i18n{controlRetry} 1534 $i18n{controlRetry}
1535 </paper-button> 1535 </paper-button>
1536 </template> 1536 </template>
1537 <template is="dom-if" if="[[isInProgress_]]"> 1537 <template is="dom-if" if="[[pauseOrResumeText_]]">
1538 <paper-button id="pause" on-tap="onPauseTap_"> 1538 <paper-button id="pause-or-resume" on-tap="onPauseOrResumeTap_">
1539 $i18n{controlPause} 1539 [[pauseOrResumeText_]]
1540 </paper-button>
1541 </template>
1542 <template is="dom-if" if="[[data.resume]]">
1543 <paper-button id="resume" on-tap="onResumeTap_">
1544 $i18n{controlResume}
1545 </paper-button> 1540 </paper-button>
1546 </template> 1541 </template>
1547 <template is="dom-if" if="[[showCancel_]]"> 1542 <template is="dom-if" if="[[showCancel_]]">
1548 <paper-button id="cancel" on-tap="onCancelTap_"> 1543 <paper-button id="cancel" on-tap="onCancelTap_">
1549 $i18n{controlCancel} 1544 $i18n{controlCancel}
1550 </paper-button> 1545 </paper-button>
1551 </template> 1546 </template>
1552 <span id="controlled-by"></span> 1547 <span id="controlled-by"></span>
1553 </div> 1548 </div>
1554 1549
(...skipping 1222 matching lines...) Expand 10 before | Expand all | Expand 10 after
2777 <if expr="is_macosx"> 2772 <if expr="is_macosx">
2778 <command id="undo-command" shortcut="Meta|z"></command> 2773 <command id="undo-command" shortcut="Meta|z"></command>
2779 <command id="find-command" shortcut="Meta|f"></command> 2774 <command id="find-command" shortcut="Meta|f"></command>
2780 </if> 2775 </if>
2781 <if expr="not is_macosx"> 2776 <if expr="not is_macosx">
2782 <command id="undo-command" shortcut="Ctrl|z"></command> 2777 <command id="undo-command" shortcut="Ctrl|z"></command>
2783 <command id="find-command" shortcut="Ctrl|f"></command> 2778 <command id="find-command" shortcut="Ctrl|f"></command>
2784 </if> 2779 </if>
2785 <link rel="import" href="chrome://resources/html/polymer.html"> 2780 <link rel="import" href="chrome://resources/html/polymer.html">
2786 <script src="crisper.js"></script></body></html> 2781 <script src="crisper.js"></script></body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698