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

Side by Side Diff: chrome/browser/resources/md_history/app.vulcanized.html

Issue 2649483002: MD Downloads/History: use the Chromium-bundled versions of node and node_modules (Closed)
Patch Set: fix no node on path Created 3 years, 11 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 <html><head><!-- 1 <html><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
11 Copyright (c) 2016 The Polymer Project Authors. All rights reserved. 11 Copyright (c) 2016 The Polymer Project Authors. All rights reserved.
12 This code may only be used under the BSD style license found at http://polymer.g ithub.io/LICENSE.txt 12 This code may only be used under the BSD style license found at http://polymer.g ithub.io/LICENSE.txt
13 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt 13 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
14 The complete set of contributors may be found at http://polymer.github.io/CONTRI BUTORS.txt 14 The complete set of contributors may be found at http://polymer.github.io/CONTRI BUTORS.txt
15 Code distributed by Google as part of the polymer project is also 15 Code distributed by Google as part of the polymer project is also
16 subject to an additional IP rights grant found at http://polymer.github.io/PATEN TS.txt 16 subject to an additional IP rights grant found at http://polymer.github.io/PATEN TS.txt
17 --><!-- 17 --><!--
18 @license 18 @license
19 Copyright (c) 2015 The Polymer Project Authors. All rights reserved. 19 Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
20 This code may only be used under the BSD style license found at http://polymer.g ithub.io/LICENSE.txt 20 This code may only be used under the BSD style license found at http://polymer.g ithub.io/LICENSE.txt
21 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt 21 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
22 The complete set of contributors may be found at http://polymer.github.io/CONTRI BUTORS.txt 22 The complete set of contributors may be found at http://polymer.github.io/CONTRI BUTORS.txt
23 Code distributed by Google as part of the polymer project is also 23 Code distributed by Google as part of the polymer project is also
24 subject to an additional IP rights grant found at http://polymer.github.io/PATEN TS.txt 24 subject to an additional IP rights grant found at http://polymer.github.io/PATEN TS.txt
25 --><meta charset="UTF-8"><link rel="import" href="chrome://resources/html/polyme r.html"> 25 --><meta charset="UTF-8">
26 <style>
27 /* Copyright 2016 The Chromium Authors. All rights reserved.
28 * Use of this source code is governed by a BSD-style license that can be
29 * found in the LICENSE file. */
30 26
31 :root { 27 </head><body><div hidden="" by-vulcanize=""><link rel="import" href="chrome://re sources/html/polymer.html"><dom-module id="iron-pages" assetpath="chrome://resou rces/polymer/v1_0/iron-pages/" css-build="shadow">
32 /* This is a custom, Chrome-specific color that does not have a --paper or
33 * --google equivalent. */
34 --md-background-color: #f1f1f1;
35 --md-loading-message-color: #6e6e6e;
36 /* This is --google-blue-700, rewritten as a native custom property for speed.
37 */
38 --md-toolbar-color: rgb(51, 103, 214);
39 }
40
41 </style>
42
43
44
45 </head><body><div hidden="" by-vulcanize=""><dom-module id="iron-pages" assetpat h="chrome://resources/polymer/v1_0/iron-pages/" css-build="shadow">
46 28
47 <template> 29 <template>
48 <style scope="iron-pages">:host { 30 <style scope="iron-pages">:host {
49 display: block; 31 display: block;
50 } 32 }
51 33
52 :host > ::content > :not(.iron-selected) { 34 :host > ::content > :not(.iron-selected) {
53 display: none !important; 35 display: none !important;
54 } 36 }
55 37
56 </style> 38 </style>
57 39
58 <content></content> 40 <content></content>
59 </template> 41 </template>
60 42
61 </dom-module> 43 </dom-module>
62 <style> 44 <style>
63 /* IE 10 support for HTML5 hidden attr */ 45 /* IE 10 support for HTML5 hidden attr */
64 [hidden] { 46 [hidden] {
65 display: none !important; 47 display: none !important;
66 } 48 }
67 </style> 49 </style><style is="custom-style" css-build="shadow">html {
68
69 <style is="custom-style" css-build="shadow">html {
70 --layout_-_display: flex;; 50 --layout_-_display: flex;;
71 51
72 --layout-inline_-_display: inline-flex;; 52 --layout-inline_-_display: inline-flex;;
73 53
74 --layout-horizontal_-_display: var(--layout_-_display); --layout-horizontal _-_-ms-flex-direction: row; --layout-horizontal_-_-webkit-flex-direction: row; --layout-horizontal_-_flex-direction: row;; 54 --layout-horizontal_-_display: var(--layout_-_display); --layout-horizontal _-_-ms-flex-direction: row; --layout-horizontal_-_-webkit-flex-direction: row; --layout-horizontal_-_flex-direction: row;;
75 55
76 --layout-horizontal-reverse_-_display: var(--layout_-_display); --layout-ho rizontal-reverse_-_-ms-flex-direction: row-reverse; --layout-horizontal-reverse _-_-webkit-flex-direction: row-reverse; --layout-horizontal-reverse_-_flex-dire ction: row-reverse;; 56 --layout-horizontal-reverse_-_display: var(--layout_-_display); --layout-ho rizontal-reverse_-_-ms-flex-direction: row-reverse; --layout-horizontal-reverse _-_-webkit-flex-direction: row-reverse; --layout-horizontal-reverse_-_flex-dire ction: row-reverse;;
77 57
78 --layout-vertical_-_display: var(--layout_-_display); --layout-vertical_-_- ms-flex-direction: column; --layout-vertical_-_-webkit-flex-direction: column; --layout-vertical_-_flex-direction: column;; 58 --layout-vertical_-_display: var(--layout_-_display); --layout-vertical_-_- ms-flex-direction: column; --layout-vertical_-_-webkit-flex-direction: column; --layout-vertical_-_flex-direction: column;;
79 59
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 157
178 --layout-fixed-top_-_position: fixed; --layout-fixed-top_-_top: 0; --layou t-fixed-top_-_left: 0; --layout-fixed-top_-_right: 0;; 158 --layout-fixed-top_-_position: fixed; --layout-fixed-top_-_top: 0; --layou t-fixed-top_-_left: 0; --layout-fixed-top_-_right: 0;;
179 159
180 --layout-fixed-right_-_position: fixed; --layout-fixed-right_-_top: 0; --l ayout-fixed-right_-_right: 0; --layout-fixed-right_-_bottom: 0;; 160 --layout-fixed-right_-_position: fixed; --layout-fixed-right_-_top: 0; --l ayout-fixed-right_-_right: 0; --layout-fixed-right_-_bottom: 0;;
181 161
182 --layout-fixed-bottom_-_position: fixed; --layout-fixed-bottom_-_right: 0; --layout-fixed-bottom_-_bottom: 0; --layout-fixed-bottom_-_left: 0;; 162 --layout-fixed-bottom_-_position: fixed; --layout-fixed-bottom_-_right: 0; --layout-fixed-bottom_-_bottom: 0; --layout-fixed-bottom_-_left: 0;;
183 163
184 --layout-fixed-left_-_position: fixed; --layout-fixed-left_-_top: 0; --lay out-fixed-left_-_bottom: 0; --layout-fixed-left_-_left: 0;; 164 --layout-fixed-left_-_position: fixed; --layout-fixed-left_-_top: 0; --lay out-fixed-left_-_bottom: 0; --layout-fixed-left_-_left: 0;;
185 } 165 }
186 166
187 </style> 167 </style><dom-module id="iron-icon" assetpath="chrome://resources/polymer/v1_0/ir on-icon/" css-build="shadow">
188
189
190 <dom-module id="iron-icon" assetpath="chrome://resources/polymer/v1_0/iron-icon/ " css-build="shadow">
191 <template> 168 <template>
192 <style scope="iron-icon">:host { 169 <style scope="iron-icon">:host {
193 display: var(--layout-inline_-_display); 170 display: var(--layout-inline_-_display);
194 -ms-flex-align: var(--layout-center-center_-_-ms-flex-align); -webkit-al ign-items: var(--layout-center-center_-_-webkit-align-items); align-items: var(- -layout-center-center_-_align-items); -ms-flex-pack: var(--layout-center-center_ -_-ms-flex-pack); -webkit-justify-content: var(--layout-center-center_-_-webkit- justify-content); justify-content: var(--layout-center-center_-_justify-content) ; 171 -ms-flex-align: var(--layout-center-center_-_-ms-flex-align); -webkit-al ign-items: var(--layout-center-center_-_-webkit-align-items); align-items: var(- -layout-center-center_-_align-items); -ms-flex-pack: var(--layout-center-center_ -_-ms-flex-pack); -webkit-justify-content: var(--layout-center-center_-_-webkit- justify-content); justify-content: var(--layout-center-center_-_justify-content) ;
195 position: relative; 172 position: relative;
196 173
197 vertical-align: middle; 174 vertical-align: middle;
198 175
199 fill: var(--iron-icon-fill-color, currentcolor); 176 fill: var(--iron-icon-fill-color, currentcolor);
200 stroke: var(--iron-icon-stroke-color, none); 177 stroke: var(--iron-icon-stroke-color, none);
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 --dark-secondary-opacity: 0.54; 584 --dark-secondary-opacity: 0.54;
608 --dark-primary-opacity: 0.87; 585 --dark-primary-opacity: 0.87;
609 586
610 587
611 --light-divider-opacity: 0.12; 588 --light-divider-opacity: 0.12;
612 --light-disabled-opacity: 0.3; 589 --light-disabled-opacity: 0.3;
613 --light-secondary-opacity: 0.7; 590 --light-secondary-opacity: 0.7;
614 --light-primary-opacity: 1.0; 591 --light-primary-opacity: 1.0;
615 } 592 }
616 593
617 </style> 594 </style><style is="custom-style" css-build="shadow">html {
618
619
620 <style is="custom-style" css-build="shadow">html {
621 --primary-text-color: var(--light-theme-text-color); 595 --primary-text-color: var(--light-theme-text-color);
622 --primary-background-color: var(--light-theme-background-color); 596 --primary-background-color: var(--light-theme-background-color);
623 --secondary-text-color: var(--light-theme-secondary-color); 597 --secondary-text-color: var(--light-theme-secondary-color);
624 --disabled-text-color: var(--light-theme-disabled-color); 598 --disabled-text-color: var(--light-theme-disabled-color);
625 --divider-color: var(--light-theme-divider-color); 599 --divider-color: var(--light-theme-divider-color);
626 --error-color: var(--paper-deep-orange-a700); 600 --error-color: var(--paper-deep-orange-a700);
627 601
628 602
629 --primary-color: var(--paper-indigo-500); 603 --primary-color: var(--paper-indigo-500);
630 --light-primary-color: var(--paper-indigo-100); 604 --light-primary-color: var(--paper-indigo-100);
(...skipping 18 matching lines...) Expand all
649 --dark-theme-text-color: #ffffff; 623 --dark-theme-text-color: #ffffff;
650 --dark-theme-secondary-color: #bcbcbc; 624 --dark-theme-secondary-color: #bcbcbc;
651 --dark-theme-disabled-color: #646464; 625 --dark-theme-disabled-color: #646464;
652 --dark-theme-divider-color: #3c3c3c; 626 --dark-theme-divider-color: #3c3c3c;
653 627
654 628
655 --text-primary-color: var(--dark-theme-text-color); 629 --text-primary-color: var(--dark-theme-text-color);
656 --default-primary-color: var(--primary-color); 630 --default-primary-color: var(--primary-color);
657 } 631 }
658 632
659 </style> 633 </style><dom-module id="paper-icon-button" assetpath="chrome://resources/polymer /v1_0/paper-icon-button/" css-build="shadow">
660
661
662 <dom-module id="paper-icon-button" assetpath="chrome://resources/polymer/v1_0/pa per-icon-button/" css-build="shadow">
663 <template strip-whitespace=""> 634 <template strip-whitespace="">
664 <style scope="paper-icon-button">:host { 635 <style scope="paper-icon-button">:host {
665 display: inline-block; 636 display: inline-block;
666 position: relative; 637 position: relative;
667 padding: 8px; 638 padding: 8px;
668 outline: none; 639 outline: none;
669 -webkit-user-select: none; 640 -webkit-user-select: none;
670 -moz-user-select: none; 641 -moz-user-select: none;
671 -ms-user-select: none; 642 -ms-user-select: none;
672 user-select: none; 643 user-select: none;
673 cursor: pointer; 644 cursor: pointer;
674 z-index: 0; 645 z-index: 0;
675 line-height: 1; 646 line-height: 1;
676 647
677 width: 40px; 648 width: 40px;
678 height: 40px; 649 height: 40px;
679 650
680 651
681 -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 652 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
682 -webkit-tap-highlight-color: transparent; 653 -webkit-tap-highlight-color: transparent;
683 654
684 655
685 box-sizing: border-box !important; 656 box-sizing: border-box !important;
686 657
687 height: var(--paper-icon-button_-_height, 40px); width: var(--paper-icon -button_-_width, 40px); 658 height: var(--paper-icon-button_-_height, 40px); width: var(--paper-icon -button_-_width, 40px);
688 } 659 }
689 660
690 :host #ink { 661 :host #ink {
691 color: var(--paper-icon-button-ink-color,var(--primary-text-color));; 662 color: var(--paper-icon-button-ink-color,var(--primary-text-color));
692 opacity: 0.6; 663 opacity: 0.6;
693 } 664 }
694 665
695 :host([disabled]) { 666 :host([disabled]) {
696 color: var(--paper-icon-button-disabled-text,var(--disabled-text-color));; 667 color: var(--paper-icon-button-disabled-text,var(--disabled-text-color));
697 pointer-events: none; 668 pointer-events: none;
698 cursor: auto; 669 cursor: auto;
699 670
700 ; 671 ;
701 } 672 }
702 673
703 :host(:hover) { 674 :host(:hover) {
704 ; 675 ;
705 } 676 }
706 677
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 } 733 }
763 734
764 } 735 }
765 736
766 .spinner-layer { 737 .spinner-layer {
767 position: absolute; 738 position: absolute;
768 width: 100%; 739 width: 100%;
769 height: 100%; 740 height: 100%;
770 opacity: 0; 741 opacity: 0;
771 white-space: nowrap; 742 white-space: nowrap;
772 border-color: var(--paper-spinner-color,var(--google-blue-500));; 743 border-color: var(--paper-spinner-color,var(--google-blue-500));
773 } 744 }
774 745
775 .layer-1 { 746 .layer-1 {
776 border-color: var(--paper-spinner-layer-1-color,var(--google-blue-500));; 747 border-color: var(--paper-spinner-layer-1-color,var(--google-blue-500));
777 } 748 }
778 749
779 .layer-2 { 750 .layer-2 {
780 border-color: var(--paper-spinner-layer-2-color,var(--google-red-500));; 751 border-color: var(--paper-spinner-layer-2-color,var(--google-red-500));
781 } 752 }
782 753
783 .layer-3 { 754 .layer-3 {
784 border-color: var(--paper-spinner-layer-3-color,var(--google-yellow-500));; 755 border-color: var(--paper-spinner-layer-3-color,var(--google-yellow-500));
785 } 756 }
786 757
787 .layer-4 { 758 .layer-4 {
788 border-color: var(--paper-spinner-layer-4-color,var(--google-green-500));; 759 border-color: var(--paper-spinner-layer-4-color,var(--google-green-500));
789 } 760 }
790 761
791 .active .spinner-layer { 762 .active .spinner-layer {
792 -webkit-animation-name: fill-unfill-rotate; 763 -webkit-animation-name: fill-unfill-rotate;
793 -webkit-animation-duration: var(--paper-spinner-full-cycle-duration); 764 -webkit-animation-duration: var(--paper-spinner-full-cycle-duration);
794 -webkit-animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1); 765 -webkit-animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
795 -webkit-animation-iteration-count: infinite; 766 -webkit-animation-iteration-count: infinite;
796 animation-name: fill-unfill-rotate; 767 animation-name: fill-unfill-rotate;
797 animation-duration: var(--paper-spinner-full-cycle-duration); 768 animation-duration: var(--paper-spinner-full-cycle-duration);
798 animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1); 769 animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
1246 1217
1247 to { 1218 to {
1248 opacity: 0 1219 opacity: 0
1249 } 1220 }
1250 1221
1251 } 1222 }
1252 1223
1253 </style> 1224 </style>
1254 </template> 1225 </template>
1255 </dom-module> 1226 </dom-module>
1256
1257
1258 <dom-module id="paper-spinner-lite" assetpath="chrome://resources/polymer/v1_0/p aper-spinner/" css-build="shadow"> 1227 <dom-module id="paper-spinner-lite" assetpath="chrome://resources/polymer/v1_0/p aper-spinner/" css-build="shadow">
1259 <template strip-whitespace=""> 1228 <template strip-whitespace="">
1260 <style scope="paper-spinner-lite">:host { 1229 <style scope="paper-spinner-lite">:host {
1261 display: inline-block; 1230 display: inline-block;
1262 position: relative; 1231 position: relative;
1263 width: 28px; 1232 width: 28px;
1264 height: 28px; 1233 height: 28px;
1265 1234
1266 1235
1267 --paper-spinner-container-rotation-duration: 1568ms; 1236 --paper-spinner-container-rotation-duration: 1568ms;
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
1302 } 1271 }
1303 1272
1304 } 1273 }
1305 1274
1306 .spinner-layer { 1275 .spinner-layer {
1307 position: absolute; 1276 position: absolute;
1308 width: 100%; 1277 width: 100%;
1309 height: 100%; 1278 height: 100%;
1310 opacity: 0; 1279 opacity: 0;
1311 white-space: nowrap; 1280 white-space: nowrap;
1312 border-color: var(--paper-spinner-color,var(--google-blue-500));; 1281 border-color: var(--paper-spinner-color,var(--google-blue-500));
1313 } 1282 }
1314 1283
1315 .layer-1 { 1284 .layer-1 {
1316 border-color: var(--paper-spinner-layer-1-color,var(--google-blue-500));; 1285 border-color: var(--paper-spinner-layer-1-color,var(--google-blue-500));
1317 } 1286 }
1318 1287
1319 .layer-2 { 1288 .layer-2 {
1320 border-color: var(--paper-spinner-layer-2-color,var(--google-red-500));; 1289 border-color: var(--paper-spinner-layer-2-color,var(--google-red-500));
1321 } 1290 }
1322 1291
1323 .layer-3 { 1292 .layer-3 {
1324 border-color: var(--paper-spinner-layer-3-color,var(--google-yellow-500));; 1293 border-color: var(--paper-spinner-layer-3-color,var(--google-yellow-500));
1325 } 1294 }
1326 1295
1327 .layer-4 { 1296 .layer-4 {
1328 border-color: var(--paper-spinner-layer-4-color,var(--google-green-500));; 1297 border-color: var(--paper-spinner-layer-4-color,var(--google-green-500));
1329 } 1298 }
1330 1299
1331 .active .spinner-layer { 1300 .active .spinner-layer {
1332 -webkit-animation-name: fill-unfill-rotate; 1301 -webkit-animation-name: fill-unfill-rotate;
1333 -webkit-animation-duration: var(--paper-spinner-full-cycle-duration); 1302 -webkit-animation-duration: var(--paper-spinner-full-cycle-duration);
1334 -webkit-animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1); 1303 -webkit-animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
1335 -webkit-animation-iteration-count: infinite; 1304 -webkit-animation-iteration-count: infinite;
1336 animation-name: fill-unfill-rotate; 1305 animation-name: fill-unfill-rotate;
1337 animation-duration: var(--paper-spinner-full-cycle-duration); 1306 animation-duration: var(--paper-spinner-full-cycle-duration);
1338 animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1); 1307 animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
(...skipping 739 matching lines...) Expand 10 before | Expand all | Expand 10 after
2078 </cr-toolbar-search-field> 2047 </cr-toolbar-search-field>
2079 <iron-media-query query="(max-width: 900px)" query-matches="{{narrow_}}"> 2048 <iron-media-query query="(max-width: 900px)" query-matches="{{narrow_}}">
2080 </iron-media-query> 2049 </iron-media-query>
2081 </div> 2050 </div>
2082 2051
2083 <div id="rightContent"> 2052 <div id="rightContent">
2084 <content select=".more-actions"></content> 2053 <content select=".more-actions"></content>
2085 </div> 2054 </div>
2086 </template> 2055 </template>
2087 </dom-module> 2056 </dom-module>
2088 <link rel="import" href="chrome://history/constants.html"> 2057 <link rel="import" href="chrome://history/constants.html"><iron-iconset-svg size ="24" name="history">
2089 <iron-iconset-svg size="24" name="history">
2090 <svg> 2058 <svg>
2091 <defs> 2059 <defs>
2092 2060
2093 <g id="chevron-left"><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12 z"></path></g> 2061 <g id="chevron-left"><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12 z"></path></g>
2094 <g id="info-outline"><path d="M11 17h2v-6h-2v6zm1-15C6.48 2 2 6.48 2 12s4. 48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.5 9 8 8-3.59 8-8 8zM11 9h2V7h-2v2z"></path></g> 2062 <g id="info-outline"><path d="M11 17h2v-6h-2v6zm1-15C6.48 2 2 6.48 2 12s4. 48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.5 9 8 8-3.59 8-8 8zM11 9h2V7h-2v2z"></path></g>
2095 <g id="today"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 1 9c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z "></path></g> 2063 <g id="today"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 1 9c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z "></path></g>
2096 </defs> 2064 </defs>
2097 </svg> 2065 </svg>
2098 </iron-iconset-svg> 2066 </iron-iconset-svg>
2099 <style is="custom-style" css-build="shadow">html { 2067 <style is="custom-style" css-build="shadow">html {
(...skipping 12 matching lines...) Expand all
2112 --primary-text-color: var(--paper-grey-800); 2080 --primary-text-color: var(--paper-grey-800);
2113 --secondary-text-color: var(--paper-grey-600); 2081 --secondary-text-color: var(--paper-grey-600);
2114 --separator-color: rgba(0, 0, 0, 0.08); 2082 --separator-color: rgba(0, 0, 0, 0.08);
2115 --side-bar-width: 256px; 2083 --side-bar-width: 256px;
2116 --sidebar-footer-text-color: #6e6e6e; 2084 --sidebar-footer-text-color: #6e6e6e;
2117 --sidebar-unselected-color: #5a5a5a; 2085 --sidebar-unselected-color: #5a5a5a;
2118 --toolbar-grouped-height: 101px; 2086 --toolbar-grouped-height: 101px;
2119 --toolbar-height: 56px; 2087 --toolbar-height: 56px;
2120 } 2088 }
2121 2089
2122 </style> 2090 </style><dom-module id="shared-style" assetpath="chrome://history/" css-build="s hadow">
2123 <dom-module id="shared-style" assetpath="chrome://history/" css-build="shadow">
2124 <template> 2091 <template>
2125 <style scope="shared-style">[hidden] { 2092 <style scope="shared-style">[hidden] {
2126 display: none !important; 2093 display: none !important;
2127 } 2094 }
2128 2095
2129 a { 2096 a {
2130 color: var(--link-color); 2097 color: var(--link-color);
2131 } 2098 }
2132 2099
2133 .card-title { 2100 .card-title {
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
2195 border: 2px solid var(--secondary-text-color); 2162 border: 2px solid var(--secondary-text-color);
2196 border-radius: 2px; 2163 border-radius: 2px;
2197 margin: 1px 8px; 2164 margin: 1px 8px;
2198 pointer-events: none; 2165 pointer-events: none;
2199 transform: scale(0.8); 2166 transform: scale(0.8);
2200 } 2167 }
2201 2168
2202 </style> 2169 </style>
2203 </template> 2170 </template>
2204 </dom-module> 2171 </dom-module>
2205
2206
2207 <dom-module id="history-toolbar" assetpath="chrome://history/" css-build="shadow "> 2172 <dom-module id="history-toolbar" assetpath="chrome://history/" css-build="shadow ">
2208 <template> 2173 <template>
2209 <style scope="history-toolbar">[hidden] { 2174 <style scope="history-toolbar">[hidden] {
2210 display: none !important; 2175 display: none !important;
2211 } 2176 }
2212 2177
2213 a { 2178 a {
2214 color: var(--link-color); 2179 color: var(--link-color);
2215 } 2180 }
2216 2181
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
2475 </button> 2440 </button>
2476 <button is="paper-icon-button-light" id="next-button" title="$i18n{ran geNext}" class="icon-button rtl-reversible" on-tap="onNextTap_" disabled="[[isTo day_(groupedOffset)]]"> 2441 <button is="paper-icon-button-light" id="next-button" title="$i18n{ran geNext}" class="icon-button rtl-reversible" on-tap="onNextTap_" disabled="[[isTo day_(groupedOffset)]]">
2477 <iron-icon icon="cr:chevron-right"></iron-icon> 2442 <iron-icon icon="cr:chevron-right"></iron-icon>
2478 </button> 2443 </button>
2479 </div> 2444 </div>
2480 </div> 2445 </div>
2481 </template> 2446 </template>
2482 </template> 2447 </template>
2483 </dom-module> 2448 </dom-module>
2484 2449
2450
2451
2452
2485 <style is="custom-style" css-build="shadow">html { 2453 <style is="custom-style" css-build="shadow">html {
2486 --cr-actionable_-_cursor: pointer;; 2454 --cr-actionable_-_cursor: pointer;;
2487 --cr-focused-item-color: var(--google-grey-300); 2455 --cr-focused-item-color: var(--google-grey-300);
2488 2456
2489 --cr-icon-padding: 8px; 2457 --cr-icon-padding: 8px;
2490 2458
2491 2459
2492 --cr-icon-ripple-size: 36px; 2460 --cr-icon-ripple-size: 36px;
2493 --cr-icon-size: 20px; 2461 --cr-icon-size: 20px;
2494 2462
2495 --cr-icon-height-width_-_height: var(--cr-icon-size); --cr-icon-height-widt h_-_width: var(--cr-icon-size); 2463 --cr-icon-height-width_-_height: var(--cr-icon-size); --cr-icon-height-widt h_-_width: var(--cr-icon-size);
2496 2464
2497 --cr-paper-icon-button-margin_-_-webkit-margin-end: -8px; --cr-paper-icon-b utton-margin_-_-webkit-margin-start: 16px; 2465 --cr-paper-icon-button-margin_-_-webkit-margin-end: -8px; --cr-paper-icon-b utton-margin_-_-webkit-margin-start: 16px;
2498 2466
2499 --cr-selectable-focus_-_background-color: var(--cr-focused-item-color); --c r-selectable-focus_-_outline: none; 2467 --cr-selectable-focus_-_background-color: var(--cr-focused-item-color); --c r-selectable-focus_-_outline: none;
2500 --cr-separator-line: 1px solid rgba(0, 0, 0, 0.06); 2468 --cr-separator-line: 1px solid rgba(0, 0, 0, 0.06);
2501 --paper-checkbox-ink-size: 40px; 2469 --paper-checkbox-ink-size: 40px;
2502 } 2470 }
2503 2471
2504 </style> 2472 </style><dom-module id="cr-shared-style" assetpath="chrome://resources/cr_elemen ts/" css-build="shadow">
2505
2506 <dom-module id="cr-shared-style" assetpath="chrome://resources/cr_elements/" css -build="shadow">
2507 <template> 2473 <template>
2508 <style scope="cr-shared-style">paper-spinner { 2474 <style scope="cr-shared-style">paper-spinner {
2509 --paper-spinner-layer-1-color: var(--google-blue-500); 2475 --paper-spinner-layer-1-color: var(--google-blue-500);
2510 --paper-spinner-layer-2-color: var(--google-blue-500); 2476 --paper-spinner-layer-2-color: var(--google-blue-500);
2511 --paper-spinner-layer-3-color: var(--google-blue-500); 2477 --paper-spinner-layer-3-color: var(--google-blue-500);
2512 --paper-spinner-layer-4-color: var(--google-blue-500); 2478 --paper-spinner-layer-4-color: var(--google-blue-500);
2513 } 2479 }
2514 2480
2515 .action-button { 2481 .action-button {
2516 background: var(--google-blue-500); 2482 background: var(--google-blue-500);
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
2705 2671
2706 --shadow-elevation-12dp_-_box-shadow: 0 12px 16px 1px rgba(0, 0, 0, 0.14), 2672 --shadow-elevation-12dp_-_box-shadow: 0 12px 16px 1px rgba(0, 0, 0, 0.14),
2707 0 4px 22px 3px rgba(0, 0, 0, 0.12), 2673 0 4px 22px 3px rgba(0, 0, 0, 0.12),
2708 0 6px 7px -4px rgba(0, 0, 0, 0.4);; 2674 0 6px 7px -4px rgba(0, 0, 0, 0.4);;
2709 2675
2710 --shadow-elevation-16dp_-_box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 2676 --shadow-elevation-16dp_-_box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
2711 0 6px 30px 5px rgba(0, 0, 0, 0.12), 2677 0 6px 30px 5px rgba(0, 0, 0, 0.12),
2712 0 8px 10px -5px rgba(0, 0, 0, 0.4);; 2678 0 8px 10px -5px rgba(0, 0, 0, 0.4);;
2713 } 2679 }
2714 2680
2715 </style> 2681 </style><link rel="import" href="chrome://resources/html/util.html"><dom-module id="history-searched-label" assetpath="" css-build="shadow">
2716 <link rel="import" href="chrome://resources/html/util.html">
2717 <dom-module id="history-searched-label" assetpath="chrome://history/" css-build= "shadow">
2718 </dom-module> 2682 </dom-module>
2719 2683 <dom-module id="history-item" assetpath="" css-build="shadow">
2720
2721 <dom-module id="history-item" assetpath="chrome://history/" css-build="shadow">
2722 <template> 2684 <template>
2723 <style scope="history-item">[hidden] { 2685 <style scope="history-item">[hidden] {
2724 display: none !important; 2686 display: none !important;
2725 } 2687 }
2726 2688
2727 a { 2689 a {
2728 color: var(--link-color); 2690 color: var(--link-color);
2729 } 2691 }
2730 2692
2731 .card-title { 2693 .card-title {
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
3120 <iron-list items="{{historyData_}}" as="item" id="infinite-list" hidden$="[[ !hasResults(historyData_.length)]]"> 3082 <iron-list items="{{historyData_}}" as="item" id="infinite-list" hidden$="[[ !hasResults(historyData_.length)]]">
3121 <template> 3083 <template>
3122 <history-item tabindex$="[[tabIndex]]" item="[[item]]" selected="{{item. selected}}" is-card-start="[[isCardStart_(item, index, historyData_.length)]]" i s-card-end="[[isCardEnd_(item, index, historyData_.length)]]" has-time-gap="[[ne edsTimeGap_(item, index, historyData_.length)]]" search-term="[[searchedTerm]]" number-of-items="[[historyData_.length]]" path="[[pathForItem_(index)]]" index=" [[index]]" iron-list-tab-index="[[tabIndex]]" last-focused="{{lastFocused_}}"> 3084 <history-item tabindex$="[[tabIndex]]" item="[[item]]" selected="{{item. selected}}" is-card-start="[[isCardStart_(item, index, historyData_.length)]]" i s-card-end="[[isCardEnd_(item, index, historyData_.length)]]" has-time-gap="[[ne edsTimeGap_(item, index, historyData_.length)]]" search-term="[[searchedTerm]]" number-of-items="[[historyData_.length]]" path="[[pathForItem_(index)]]" index=" [[index]]" iron-list-tab-index="[[tabIndex]]" last-focused="{{lastFocused_}}">
3123 </history-item> 3085 </history-item>
3124 </template> 3086 </template>
3125 </iron-list> 3087 </iron-list>
3126 <iron-scroll-threshold id="scroll-threshold" scroll-target="infinite-list" l ower-threshold="500" on-lower-threshold="loadMoreData_"> 3088 <iron-scroll-threshold id="scroll-threshold" scroll-target="infinite-list" l ower-threshold="500" on-lower-threshold="loadMoreData_">
3127 </iron-scroll-threshold> 3089 </iron-scroll-threshold>
3128 </template> 3090 </template>
3129 </dom-module> 3091 </dom-module>
3130
3131
3132 <dom-module id="history-list-container" assetpath="chrome://history/" css-build= "shadow"> 3092 <dom-module id="history-list-container" assetpath="chrome://history/" css-build= "shadow">
3133 <template> 3093 <template>
3134 <style scope="history-list-container">[hidden] { 3094 <style scope="history-list-container">[hidden] {
3135 display: none !important; 3095 display: none !important;
3136 } 3096 }
3137 3097
3138 a { 3098 a {
3139 color: var(--link-color); 3099 color: var(--link-color);
3140 } 3100 }
3141 3101
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
3429 3389
3430 --paper-font-menu_-_font-family: var(--paper-font-common-base_-_font-family ); --paper-font-menu_-_-webkit-font-smoothing: var(--paper-font-common-base_-_- webkit-font-smoothing); --paper-font-menu_-_white-space: var(--paper-font-commo n-nowrap_-_white-space); --paper-font-menu_-_overflow: var(--paper-font-common- nowrap_-_overflow); --paper-font-menu_-_text-overflow: var(--paper-font-common- nowrap_-_text-overflow); --paper-font-menu_-_font-size: 13px; --paper-font-menu _-_font-weight: 500; --paper-font-menu_-_line-height: 24px;; 3390 --paper-font-menu_-_font-family: var(--paper-font-common-base_-_font-family ); --paper-font-menu_-_-webkit-font-smoothing: var(--paper-font-common-base_-_- webkit-font-smoothing); --paper-font-menu_-_white-space: var(--paper-font-commo n-nowrap_-_white-space); --paper-font-menu_-_overflow: var(--paper-font-common- nowrap_-_overflow); --paper-font-menu_-_text-overflow: var(--paper-font-common- nowrap_-_text-overflow); --paper-font-menu_-_font-size: 13px; --paper-font-menu _-_font-weight: 500; --paper-font-menu_-_line-height: 24px;;
3431 3391
3432 --paper-font-button_-_font-family: var(--paper-font-common-base_-_font-fami ly); --paper-font-button_-_-webkit-font-smoothing: var(--paper-font-common-base _-_-webkit-font-smoothing); --paper-font-button_-_white-space: var(--paper-font -common-nowrap_-_white-space); --paper-font-button_-_overflow: var(--paper-font -common-nowrap_-_overflow); --paper-font-button_-_text-overflow: var(--paper-fo nt-common-nowrap_-_text-overflow); --paper-font-button_-_font-size: 14px; --pap er-font-button_-_font-weight: 500; --paper-font-button_-_letter-spacing: 0.018 em; --paper-font-button_-_line-height: 24px; --paper-font-button_-_text-transfo rm: uppercase;; 3392 --paper-font-button_-_font-family: var(--paper-font-common-base_-_font-fami ly); --paper-font-button_-_-webkit-font-smoothing: var(--paper-font-common-base _-_-webkit-font-smoothing); --paper-font-button_-_white-space: var(--paper-font -common-nowrap_-_white-space); --paper-font-button_-_overflow: var(--paper-font -common-nowrap_-_overflow); --paper-font-button_-_text-overflow: var(--paper-fo nt-common-nowrap_-_text-overflow); --paper-font-button_-_font-size: 14px; --pap er-font-button_-_font-weight: 500; --paper-font-button_-_letter-spacing: 0.018 em; --paper-font-button_-_line-height: 24px; --paper-font-button_-_text-transfo rm: uppercase;;
3433 3393
3434 --paper-font-code2_-_font-family: var(--paper-font-common-code_-_font-famil y); --paper-font-code2_-_-webkit-font-smoothing: var(--paper-font-common-code_- _-webkit-font-smoothing); --paper-font-code2_-_font-size: 14px; --paper-font-co de2_-_font-weight: 700; --paper-font-code2_-_line-height: 20px;; 3394 --paper-font-code2_-_font-family: var(--paper-font-common-code_-_font-famil y); --paper-font-code2_-_-webkit-font-smoothing: var(--paper-font-common-code_- _-webkit-font-smoothing); --paper-font-code2_-_font-size: 14px; --paper-font-co de2_-_font-weight: 700; --paper-font-code2_-_line-height: 20px;;
3435 3395
3436 --paper-font-code1_-_font-family: var(--paper-font-common-code_-_font-famil y); --paper-font-code1_-_-webkit-font-smoothing: var(--paper-font-common-code_- _-webkit-font-smoothing); --paper-font-code1_-_font-size: 14px; --paper-font-co de1_-_font-weight: 500; --paper-font-code1_-_line-height: 20px;; 3396 --paper-font-code1_-_font-family: var(--paper-font-common-code_-_font-famil y); --paper-font-code1_-_-webkit-font-smoothing: var(--paper-font-common-code_- _-webkit-font-smoothing); --paper-font-code1_-_font-size: 14px; --paper-font-co de1_-_font-weight: 500; --paper-font-code1_-_line-height: 20px;;
3437 } 3397 }
3438 3398
3439 </style> 3399 </style><dom-module id="history-side-bar" assetpath="chrome://history/" css-buil d="shadow">
3440 <dom-module id="history-side-bar" assetpath="chrome://history/" css-build="shado w">
3441 <template> 3400 <template>
3442 <style scope="history-side-bar">[hidden] { 3401 <style scope="history-side-bar">[hidden] {
3443 display: none !important; 3402 display: none !important;
3444 } 3403 }
3445 3404
3446 a { 3405 a {
3447 color: var(--link-color); 3406 color: var(--link-color);
3448 } 3407 }
3449 3408
3450 .card-title { 3409 .card-title {
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
3613 <paper-ripple id="cbd-ripple"></paper-ripple> 3572 <paper-ripple id="cbd-ripple"></paper-ripple>
3614 </a> 3573 </a>
3615 <div id="spacer"></div> 3574 <div id="spacer"></div>
3616 <div id="footer" hidden="[[!showFooter]]"> 3575 <div id="footer" hidden="[[!showFooter]]">
3617 <div class="separator"></div> 3576 <div class="separator"></div>
3618 <div id="footer-text">$i18nRaw{sidebarFooter}</div> 3577 <div id="footer-text">$i18nRaw{sidebarFooter}</div>
3619 </div> 3578 </div>
3620 </iron-selector> 3579 </iron-selector>
3621 </template> 3580 </template>
3622 </dom-module> 3581 </dom-module>
3623 </div><dom-module id="history-app" css-build="shadow"> 3582 <style>
3583 /* Copyright 2016 The Chromium Authors. All rights reserved.
3584 * Use of this source code is governed by a BSD-style license that can be
3585 * found in the LICENSE file. */
3586
3587 :root {
3588 /* This is a custom, Chrome-specific color that does not have a --paper or
3589 * --google equivalent. */
3590 --md-background-color: #f1f1f1;
3591 --md-loading-message-color: #6e6e6e;
3592 /* This is --google-blue-700, rewritten as a native custom property for speed.
3593 */
3594 --md-toolbar-color: rgb(51, 103, 214);
3595 }
3596
3597 </style></div><dom-module id="history-app" css-build="shadow">
3624 <template> 3598 <template>
3625 <style scope="history-app">[hidden] { 3599 <style scope="history-app">[hidden] {
3626 display: none !important; 3600 display: none !important;
3627 } 3601 }
3628 3602
3629 a { 3603 a {
3630 color: var(--link-color); 3604 color: var(--link-color);
3631 } 3605 }
3632 3606
3633 .card-title { 3607 .card-title {
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
3778 <history-side-bar id="drawer-side-bar" class="drawer-content" selected-p age="{{selectedPage_}}" show-footer="[[showSidebarFooter]]"> 3752 <history-side-bar id="drawer-side-bar" class="drawer-content" selected-p age="{{selectedPage_}}" show-footer="[[showSidebarFooter]]">
3779 </history-side-bar> 3753 </history-side-bar>
3780 </dialog> 3754 </dialog>
3781 </template> 3755 </template>
3782 3756
3783 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}" > 3757 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}" >
3784 </iron-media-query> 3758 </iron-media-query>
3785 </template> 3759 </template>
3786 </dom-module> 3760 </dom-module>
3787 <script src="app.crisper.js"></script></body></html> 3761 <script src="app.crisper.js"></script></body></html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_downloads/vulcanized.html ('k') | chrome/browser/resources/md_history/lazy_load.vulcanized.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698