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

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

Issue 2282403002: [MD History] Clear ripple on CBD press. (Closed)
Patch Set: Created 4 years, 3 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
(...skipping 3937 matching lines...) Expand 10 before | Expand all | Expand 10 after
3948 $i18n{historyMenuItem} 3948 $i18n{historyMenuItem}
3949 <paper-ripple></paper-ripple> 3949 <paper-ripple></paper-ripple>
3950 </a> 3950 </a>
3951 <a href="/syncedTabs[[getQueryString_(route)]]" class="page-item" path="sy ncedTabs"> 3951 <a href="/syncedTabs[[getQueryString_(route)]]" class="page-item" path="sy ncedTabs">
3952 $i18n{openTabsMenuItem} 3952 $i18n{openTabsMenuItem}
3953 <paper-ripple></paper-ripple> 3953 <paper-ripple></paper-ripple>
3954 </a> 3954 </a>
3955 <div class="separator"></div> 3955 <div class="separator"></div>
3956 <a href="chrome://settings/clearBrowserData" on-tap="onClearBrowsingDataTa p_" id="clear-browsing-data"> 3956 <a href="chrome://settings/clearBrowserData" on-tap="onClearBrowsingDataTa p_" id="clear-browsing-data">
3957 $i18n{clearBrowsingData} 3957 $i18n{clearBrowsingData}
3958 <paper-ripple></paper-ripple> 3958 <paper-ripple id="cbd-ripple"></paper-ripple>
3959 </a> 3959 </a>
3960 <div id="footer" hidden="[[!showFooter]]"> 3960 <div id="footer" hidden="[[!showFooter]]">
3961 <div class="separator"></div> 3961 <div class="separator"></div>
3962 <div id="footer-text">$i18nRaw{sidebarFooter}</div> 3962 <div id="footer-text">$i18nRaw{sidebarFooter}</div>
3963 </div> 3963 </div>
3964 </iron-selector> 3964 </iron-selector>
3965 </template> 3965 </template>
3966 </dom-module> 3966 </dom-module>
3967 </div><dom-module id="history-app"> 3967 </div><dom-module id="history-app">
3968 <template> 3968 <template>
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
4063 <history-side-bar id="drawer-side-bar" selected-page="[[selectedPage_]]" route="[[route_]]" show-footer="[[showSidebarFooter]]" drawer=""> 4063 <history-side-bar id="drawer-side-bar" selected-page="[[selectedPage_]]" route="[[route_]]" show-footer="[[showSidebarFooter]]" drawer="">
4064 </history-side-bar> 4064 </history-side-bar>
4065 </app-drawer> 4065 </app-drawer>
4066 </template> 4066 </template>
4067 4067
4068 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}" > 4068 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}" >
4069 </iron-media-query> 4069 </iron-media-query>
4070 </template> 4070 </template>
4071 </dom-module> 4071 </dom-module>
4072 <script src="app.crisper.js"></script></body></html> 4072 <script src="app.crisper.js"></script></body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698