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

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

Issue 2478773002: [MD History] Disable menu button when history deletion is disabled. (Closed)
Patch Set: rebase Created 4 years, 1 month 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 1079 matching lines...) Expand 10 before | Expand all | Expand 10 after
1090 background-color: var(--paper-grey-200); 1090 background-color: var(--paper-grey-200);
1091 border-bottom-left-radius: inherit; 1091 border-bottom-left-radius: inherit;
1092 border-bottom-right-radius: inherit; 1092 border-bottom-right-radius: inherit;
1093 margin: 0; 1093 margin: 0;
1094 padding: 12px 20px; 1094 padding: 12px 20px;
1095 } 1095 }
1096 1096
1097 </style> 1097 </style>
1098 <div class="title-container"> 1098 <div class="title-container">
1099 <content select=".title"></content> 1099 <content select=".title"></content>
1100 <paper-icon-button icon="cr:clear" on-tap="cancel" id="close"> 1100 <paper-icon-button icon="cr:clear" on-tap="cancel" id="close" aria-label$= "[[closeText]]">
1101 </paper-icon-button> 1101 </paper-icon-button>
1102 </div> 1102 </div>
1103 <div class="body-container"> 1103 <div class="body-container">
1104 <content select=".body"></content> 1104 <content select=".body"></content>
1105 </div> 1105 </div>
1106 <content select=".button-container"></content> 1106 <content select=".button-container"></content>
1107 <content select=".footer"></content> 1107 <content select=".footer"></content>
1108 </template> 1108 </template>
1109 </dom-module> 1109 </dom-module>
1110 1110
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
1422 <content select="*"></content> 1422 <content select="*"></content>
1423 </div> 1423 </div>
1424 </div> 1424 </div>
1425 1425
1426 <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> 1426 <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>
1427 1427
1428 </template> 1428 </template>
1429 1429
1430 </dom-module> 1430 </dom-module>
1431 </div><script src="lazy_load.crisper.js"></script></body></html> 1431 </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/md_history/list_container.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698