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 4949 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4960 $i18n{historyMenuItem} | 4960 $i18n{historyMenuItem} |
4961 <paper-ripple></paper-ripple> | 4961 <paper-ripple></paper-ripple> |
4962 </a> | 4962 </a> |
4963 <a href="/syncedTabs[[getQueryString_(route)]]" class="page-item" path="sy
ncedTabs"> | 4963 <a href="/syncedTabs[[getQueryString_(route)]]" class="page-item" path="sy
ncedTabs"> |
4964 $i18n{openTabsMenuItem} | 4964 $i18n{openTabsMenuItem} |
4965 <paper-ripple></paper-ripple> | 4965 <paper-ripple></paper-ripple> |
4966 </a> | 4966 </a> |
4967 <div class="separator"></div> | 4967 <div class="separator"></div> |
4968 <a href="chrome://settings/clearBrowserData" on-tap="onClearBrowsingDataTa
p_" id="clear-browsing-data"> | 4968 <a href="chrome://settings/clearBrowserData" on-tap="onClearBrowsingDataTa
p_" id="clear-browsing-data"> |
4969 $i18n{clearBrowsingData} | 4969 $i18n{clearBrowsingData} |
4970 <paper-ripple></paper-ripple> | 4970 <paper-ripple id="cbd-ripple"></paper-ripple> |
4971 </a> | 4971 </a> |
4972 <div id="footer" hidden="[[!showFooter]]"> | 4972 <div id="footer" hidden="[[!showFooter]]"> |
4973 <div class="separator"></div> | 4973 <div class="separator"></div> |
4974 <div id="footer-text">$i18nRaw{sidebarFooter}</div> | 4974 <div id="footer-text">$i18nRaw{sidebarFooter}</div> |
4975 </div> | 4975 </div> |
4976 </iron-selector> | 4976 </iron-selector> |
4977 </template> | 4977 </template> |
4978 </dom-module> | 4978 </dom-module> |
4979 </div><dom-module id="history-app" css-build="shadow"> | 4979 </div><dom-module id="history-app" css-build="shadow"> |
4980 <template> | 4980 <template> |
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5147 <history-side-bar id="drawer-side-bar" selected-page="[[selectedPage_]]"
route="[[route_]]" show-footer="[[showSidebarFooter]]" drawer=""> | 5147 <history-side-bar id="drawer-side-bar" selected-page="[[selectedPage_]]"
route="[[route_]]" show-footer="[[showSidebarFooter]]" drawer=""> |
5148 </history-side-bar> | 5148 </history-side-bar> |
5149 </app-drawer> | 5149 </app-drawer> |
5150 </template> | 5150 </template> |
5151 | 5151 |
5152 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}"
> | 5152 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}"
> |
5153 </iron-media-query> | 5153 </iron-media-query> |
5154 </template> | 5154 </template> |
5155 </dom-module> | 5155 </dom-module> |
5156 <script src="app.crisper.js"></script></body></html> | 5156 <script src="app.crisper.js"></script></body></html> |
OLD | NEW |