| OLD | NEW |
| 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 3551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3562 </paper-button> | 3562 </paper-button> |
| 3563 </div> | 3563 </div> |
| 3564 </dialog> | 3564 </dialog> |
| 3565 </template> | 3565 </template> |
| 3566 | 3566 |
| 3567 <template is="cr-lazy-render" id="sharedMenu"> | 3567 <template is="cr-lazy-render" id="sharedMenu"> |
| 3568 <cr-shared-menu> | 3568 <cr-shared-menu> |
| 3569 <paper-item id="menuMoreButton" class="menu-item" on-tap="onMoreFromSite
Tap_"> | 3569 <paper-item id="menuMoreButton" class="menu-item" on-tap="onMoreFromSite
Tap_"> |
| 3570 $i18n{moreFromSite} | 3570 $i18n{moreFromSite} |
| 3571 </paper-item> | 3571 </paper-item> |
| 3572 <paper-item id="menuRemoveButton" class="menu-item" on-tap="onRemoveFrom
HistoryTap_"> | 3572 <paper-item id="menuRemoveButton" class="menu-item" disabled="[[!canDele
teHistory_()]]" on-tap="onRemoveFromHistoryTap_"> |
| 3573 $i18n{removeFromHistory} | 3573 $i18n{removeFromHistory} |
| 3574 </paper-item> | 3574 </paper-item> |
| 3575 </cr-shared-menu> | 3575 </cr-shared-menu> |
| 3576 </template> | 3576 </template> |
| 3577 </template> | 3577 </template> |
| 3578 </dom-module> | 3578 </dom-module> |
| 3579 | 3579 |
| 3580 <dom-module id="history-router" assetpath="chrome://history/" css-build="shadow"
> | 3580 <dom-module id="history-router" assetpath="chrome://history/" css-build="shadow"
> |
| 3581 <template> | 3581 <template> |
| 3582 <iron-location path="{{path_}}" query="{{query_}}"></iron-location> | 3582 <iron-location path="{{path_}}" query="{{query_}}"></iron-location> |
| (...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3962 <history-side-bar id="drawer-side-bar" selected-page="{{selectedPage_}}"
show-footer="[[showSidebarFooter]]" drawer=""> | 3962 <history-side-bar id="drawer-side-bar" selected-page="{{selectedPage_}}"
show-footer="[[showSidebarFooter]]" drawer=""> |
| 3963 </history-side-bar> | 3963 </history-side-bar> |
| 3964 </app-drawer> | 3964 </app-drawer> |
| 3965 </template> | 3965 </template> |
| 3966 | 3966 |
| 3967 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}"
> | 3967 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}"
> |
| 3968 </iron-media-query> | 3968 </iron-media-query> |
| 3969 </template> | 3969 </template> |
| 3970 </dom-module> | 3970 </dom-module> |
| 3971 <script src="app.crisper.js"></script></body></html> | 3971 <script src="app.crisper.js"></script></body></html> |
| OLD | NEW |