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

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

Issue 2371363002: [MD History] Fix item selection when deleting via menu item. (Closed)
Patch Set: uglify, fix comment 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 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 521
522 </dom-module> 522 </dom-module>
523 <dom-module id="cr-shared-menu" assetpath="chrome://resources/cr_elements/cr_sha red_menu/" css-build="shadow"> 523 <dom-module id="cr-shared-menu" assetpath="chrome://resources/cr_elements/cr_sha red_menu/" css-build="shadow">
524 <template> 524 <template>
525 <style scope="cr-shared-menu">#menu { 525 <style scope="cr-shared-menu">#menu {
526 box-shadow: var(--shadow-elevation-2dp_-_box-shadow); 526 box-shadow: var(--shadow-elevation-2dp_-_box-shadow);
527 background-color: white; 527 background-color: white;
528 overflow: hidden; 528 overflow: hidden;
529 padding: 8px 0; 529 padding: 8px 0;
530 position: relative; 530 position: relative;
531 width: var(--cr-shared-menu-width);
531 } 532 }
532 533
533 </style> 534 </style>
534 <iron-dropdown id="dropdown" allow-outside-scroll="" restore-focus-on-close= "" vertical-align="auto" horizontal-align="right" opened="{{menuOpen}}" open-ani mation-config="[[openAnimationConfig]]" close-animation-config="[[closeAnimation Config]]"> 535 <iron-dropdown id="dropdown" allow-outside-scroll="" restore-focus-on-close= "" vertical-align="auto" horizontal-align="right" opened="{{menuOpen}}" open-ani mation-config="[[openAnimationConfig]]" close-animation-config="[[closeAnimation Config]]">
535 <div id="menu" class="dropdown-content" role="menu"> 536 <div id="menu" class="dropdown-content" role="menu">
536 <content></content> 537 <content></content>
537 </div> 538 </div>
538 </iron-dropdown> 539 </iron-dropdown>
539 </template> 540 </template>
540 </dom-module> 541 </dom-module>
(...skipping 1040 matching lines...) Expand 10 before | Expand all | Expand 10 after
1581 <content select="*"></content> 1582 <content select="*"></content>
1582 </div> 1583 </div>
1583 </div> 1584 </div>
1584 1585
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> 1586 <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>
1586 1587
1587 </template> 1588 </template>
1588 1589
1589 </dom-module> 1590 </dom-module>
1590 </div><script src="lazy_load.crisper.js"></script></body></html> 1591 </div><script src="lazy_load.crisper.js"></script></body></html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_history/app.crisper.js ('k') | chrome/browser/resources/md_history/list_container.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698