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

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

Issue 2371383003: MD Downloads/History: make javascript uglier and more compact (Closed)
Patch Set: merge Created 4 years, 2 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) 2016 The Polymer Project Authors. All rights reserved. 3 Copyright (c) 2016 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 880 matching lines...) Expand 10 before | Expand all | Expand 10 after
891 891
892 [scrollable] :focus { 892 [scrollable] :focus {
893 ; 893 ;
894 background-color: var(--cr-selectable-focus_-_background-color); outline : var(--cr-selectable-focus_-_outline); 894 background-color: var(--cr-selectable-focus_-_background-color); outline : var(--cr-selectable-focus_-_outline);
895 } 895 }
896 896
897 [scrollable] iron-list > * { 897 [scrollable] iron-list > * {
898 cursor: var(--cr-actionable_-_cursor); 898 cursor: var(--cr-actionable_-_cursor);
899 } 899 }
900 900
901 .scroll-container {
902 display: flex;
903 flex-direction: column;
904 min-height: 1px;
905 }
906
901 [selectable]:focus, [selectable] > :focus { 907 [selectable]:focus, [selectable] > :focus {
902 background-color: var(--cr-selectable-focus_-_background-color); outline: var( --cr-selectable-focus_-_outline); 908 background-color: var(--cr-selectable-focus_-_background-color); outline: var( --cr-selectable-focus_-_outline);
903 } 909 }
904 910
905 [selectable] > * { 911 [selectable] > * {
906 cursor: var(--cr-actionable_-_cursor); 912 cursor: var(--cr-actionable_-_cursor);
907 } 913 }
908 914
909 :host { 915 :host {
910 display: block; 916 display: block;
(...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
1575 <content select="*"></content> 1581 <content select="*"></content>
1576 </div> 1582 </div>
1577 </div> 1583 </div>
1578 1584
1579 <paper-icon-button icon="paper-tabs:chevron-right" class$="[[_computeScrollB uttonClass(_rightHidden, scrollable, hideScrollButtons)]]" on-up="_onScrollButto nUp" on-down="_onRightScrollButtonDown" tabindex="-1"></paper-icon-button> 1585 <paper-icon-button icon="paper-tabs:chevron-right" class$="[[_computeScrollB uttonClass(_rightHidden, scrollable, hideScrollButtons)]]" on-up="_onScrollButto nUp" on-down="_onRightScrollButtonDown" tabindex="-1"></paper-icon-button>
1580 1586
1581 </template> 1587 </template>
1582 1588
1583 </dom-module> 1589 </dom-module>
1584 </div><script src="lazy_load.crisper.js"></script></body></html> 1590 </div><script src="lazy_load.crisper.js"></script></body></html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_history/lazy_load.crisper.js ('k') | chrome/browser/resources/vulcanize.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698