| 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 2415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2426 <div id="grouped-buttons-container"> | 2426 <div id="grouped-buttons-container"> |
| 2427 <paper-tabs attr-for-selected="value" selected="[[groupedRange]]" on-iro
n-select="onTabSelected_"> | 2427 <paper-tabs attr-for-selected="value" selected="[[groupedRange]]" on-iro
n-select="onTabSelected_"> |
| 2428 <paper-tab value="0">$i18n{rangeAllTime}</paper-tab> | 2428 <paper-tab value="0">$i18n{rangeAllTime}</paper-tab> |
| 2429 <paper-tab value="1">$i18n{rangeWeek}</paper-tab> | 2429 <paper-tab value="1">$i18n{rangeWeek}</paper-tab> |
| 2430 <paper-tab value="2">$i18n{rangeMonth}</paper-tab> | 2430 <paper-tab value="2">$i18n{rangeMonth}</paper-tab> |
| 2431 </paper-tabs> | 2431 </paper-tabs> |
| 2432 <div id="grouped-nav-container"> | 2432 <div id="grouped-nav-container"> |
| 2433 <span id="grouped-date"> | 2433 <span id="grouped-date"> |
| 2434 [[getHistoryInterval_(queryInfo)]] | 2434 [[getHistoryInterval_(queryInfo)]] |
| 2435 </span> | 2435 </span> |
| 2436 <button is="paper-icon-button-light" id="today-button" class="icon-but
ton" title="$i18n{rangeToday}" on-tap="onTodayTap_" disabled="[[isToday_(grouped
Offset)]]"> | 2436 <button is="paper-icon-button-light" id="today-button" class="icon-but
ton" title="$i18n{rangeToday}" on-click="onTodayTap_" disabled="[[isToday_(group
edOffset)]]"> |
| 2437 <iron-icon icon="history:today"></iron-icon> | 2437 <iron-icon icon="history:today"></iron-icon> |
| 2438 </button> | 2438 </button> |
| 2439 <button is="paper-icon-button-light" id="prev-button" title="$i18n{ran
gePrevious}" class="icon-button rtl-reversible" on-tap="onPrevTap_" disabled="[[
!hasMoreResults]]"> | 2439 <button is="paper-icon-button-light" id="prev-button" title="$i18n{ran
gePrevious}" class="icon-button rtl-reversible" on-click="onPrevTap_" disabled="
[[!hasMoreResults]]"> |
| 2440 <iron-icon icon="history:chevron-left"></iron-icon> | 2440 <iron-icon icon="history:chevron-left"></iron-icon> |
| 2441 </button> | 2441 </button> |
| 2442 <button is="paper-icon-button-light" id="next-button" title="$i18n{ran
geNext}" class="icon-button rtl-reversible" on-tap="onNextTap_" disabled="[[isTo
day_(groupedOffset)]]"> | 2442 <button is="paper-icon-button-light" id="next-button" title="$i18n{ran
geNext}" class="icon-button rtl-reversible" on-click="onNextTap_" disabled="[[is
Today_(groupedOffset)]]"> |
| 2443 <iron-icon icon="cr:chevron-right"></iron-icon> | 2443 <iron-icon icon="cr:chevron-right"></iron-icon> |
| 2444 </button> | 2444 </button> |
| 2445 </div> | 2445 </div> |
| 2446 </div> | 2446 </div> |
| 2447 </template> | 2447 </template> |
| 2448 </template> | 2448 </template> |
| 2449 </dom-module> | 2449 </dom-module> |
| 2450 | 2450 |
| 2451 | 2451 |
| 2452 | 2452 |
| (...skipping 821 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3274 | 3274 |
| 3275 #content, #content > * { | 3275 #content, #content > * { |
| 3276 height: 100%; | 3276 height: 100%; |
| 3277 } | 3277 } |
| 3278 | 3278 |
| 3279 dialog .body { | 3279 dialog .body { |
| 3280 white-space: pre-wrap; | 3280 white-space: pre-wrap; |
| 3281 } | 3281 } |
| 3282 | 3282 |
| 3283 </style> | 3283 </style> |
| 3284 <iron-pages id="content" attr-for-selected="id" selected="[[selectedPage_]]"
fallback-selection="infinite-list"> | 3284 <iron-pages id="content" attr-for-selected="id" selected="[[selectedPage_]]"
> |
| 3285 <history-list id="infinite-list" querying="[[queryState.querying]]" search
ed-term="[[queryResult.info.term]]"> | 3285 <history-list id="infinite-list" querying="[[queryState.querying]]" search
ed-term="[[queryResult.info.term]]"> |
| 3286 </history-list> | 3286 </history-list> |
| 3287 <template is="dom-if" if="[[grouped]]"> | 3287 <template is="dom-if" if="[[grouped]]"> |
| 3288 <history-grouped-list id="grouped-list" range="[[queryState.range]]" que
ry-interval="[[queryResult.info.queryInterval]]" searched-term="[[queryResult.in
fo.term]]"> | 3288 <history-grouped-list id="grouped-list" range="[[queryState.range]]" que
ry-interval="[[queryResult.info.queryInterval]]" searched-term="[[queryResult.in
fo.term]]"> |
| 3289 </history-grouped-list> | 3289 </history-grouped-list> |
| 3290 </template> | 3290 </template> |
| 3291 </iron-pages> | 3291 </iron-pages> |
| 3292 | 3292 |
| 3293 <template is="cr-lazy-render" id="dialog"> | 3293 <template is="cr-lazy-render" id="dialog"> |
| 3294 <dialog is="cr-dialog"> | 3294 <dialog is="cr-dialog"> |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3549 line-height: 20px; | 3549 line-height: 20px; |
| 3550 margin: 24px 0; | 3550 margin: 24px 0; |
| 3551 } | 3551 } |
| 3552 | 3552 |
| 3553 #footer a { | 3553 #footer a { |
| 3554 text-decoration: none; | 3554 text-decoration: none; |
| 3555 } | 3555 } |
| 3556 | 3556 |
| 3557 </style> | 3557 </style> |
| 3558 | 3558 |
| 3559 <iron-selector id="menu" selected="{{selectedPage}}" selectable=".page-item"
attr-for-selected="path" fallback-selection="history" on-iron-activate="onSelec
torActivate_"> | 3559 <iron-selector id="menu" selected="{{selectedPage}}" selectable=".page-item"
attr-for-selected="path" on-iron-activate="onSelectorActivate_"> |
| 3560 <a href="/" class="page-item" path="history" on-click="onItemClick_"> | 3560 <a href="/" class="page-item" path="history" on-click="onItemClick_"> |
| 3561 $i18n{historyMenuItem} | 3561 $i18n{historyMenuItem} |
| 3562 <paper-ripple></paper-ripple> | 3562 <paper-ripple></paper-ripple> |
| 3563 </a> | 3563 </a> |
| 3564 <a href="/syncedTabs" class="page-item" path="syncedTabs" on-click="onItem
Click_"> | 3564 <a href="/syncedTabs" class="page-item" path="syncedTabs" on-click="onItem
Click_"> |
| 3565 $i18n{openTabsMenuItem} | 3565 $i18n{openTabsMenuItem} |
| 3566 <paper-ripple></paper-ripple> | 3566 <paper-ripple></paper-ripple> |
| 3567 </a> | 3567 </a> |
| 3568 <div class="separator"></div> | 3568 <div class="separator"></div> |
| 3569 <a href="chrome://settings/clearBrowserData" on-tap="onClearBrowsingDataTa
p_" id="clear-browsing-data"> | 3569 <a href="chrome://settings/clearBrowserData" on-tap="onClearBrowsingDataTa
p_" id="clear-browsing-data"> |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3715 right: 0; | 3715 right: 0; |
| 3716 top: 0; | 3716 top: 0; |
| 3717 transition: opacity 500ms; | 3717 transition: opacity 500ms; |
| 3718 } | 3718 } |
| 3719 | 3719 |
| 3720 :host([toolbar-shadow_]) #drop-shadow { | 3720 :host([toolbar-shadow_]) #drop-shadow { |
| 3721 opacity: 1; | 3721 opacity: 1; |
| 3722 } | 3722 } |
| 3723 | 3723 |
| 3724 </style> | 3724 </style> |
| 3725 <history-query-manager query-state="{{queryState_}}" query-result="[[queryRe
sult_]]"> | 3725 <history-query-manager query-state="{{queryState_}}" query-result="[[queryRe
sult_]]" router="[[$$('#router')]]"> |
| 3726 </history-query-manager> | 3726 </history-query-manager> |
| 3727 <history-router selected-page="{{selectedPage_}}" query-state="[[queryState_
]]"> | 3727 <history-router id="router" selected-page="{{selectedPage_}}" grouped="[[gro
uped_]]" query-state="[[queryState_]]"> |
| 3728 </history-router> | 3728 </history-router> |
| 3729 <history-toolbar id="toolbar" grouped-offset="[[queryState_.groupedOffset]]"
grouped-range="[[queryState_.range]]" has-drawer="[[hasDrawer_]]" has-more-resu
lts="[[!queryResult_.info.finished]]" is-grouped-mode="[[grouped_]]" query-info=
"[[queryResult_.info]]" querying="[[queryState_.querying]]" search-term="[[query
State_.searchTerm]]" show-menu-promo="[[showMenuPromo_]]" show-sync-notice="[[sh
owSyncNotice_(hasSyncedResults, selectedPage_)]]" spinner-active="[[shouldShowSp
inner_(queryState_.querying, | 3729 <history-toolbar id="toolbar" grouped-offset="[[queryState_.groupedOffset]]"
grouped-range="[[queryState_.range]]" has-drawer="[[hasDrawer_]]" has-more-resu
lts="[[!queryResult_.info.finished]]" is-grouped-mode="[[grouped_]]" query-info=
"[[queryResult_.info]]" querying="[[queryState_.querying]]" search-term="[[query
State_.searchTerm]]" show-menu-promo="[[showMenuPromo_]]" show-sync-notice="[[sh
owSyncNotice_(hasSyncedResults, selectedPage_)]]" spinner-active="[[shouldShowSp
inner_(queryState_.querying, |
| 3730 queryState_.incremental, | 3730 queryState_.incremental, |
| 3731 queryState_.searchTerm)]]"> | 3731 queryState_.searchTerm)]]"> |
| 3732 </history-toolbar> | 3732 </history-toolbar> |
| 3733 | 3733 |
| 3734 <div id="main-container"> | 3734 <div id="main-container"> |
| 3735 <history-side-bar id="content-side-bar" selected-page="{{selectedPage_}}"
show-footer="[[showSidebarFooter]]" hidden$="[[hasDrawer_]]"> | 3735 <history-side-bar id="content-side-bar" selected-page="{{selectedPage_}}"
show-footer="[[showSidebarFooter]]" hidden$="[[hasDrawer_]]"> |
| 3736 </history-side-bar> | 3736 </history-side-bar> |
| 3737 <iron-pages id="content" attr-for-selected="path" fallback-selection="hist
ory" selected="[[getSelectedPage_(selectedPage_, items)]]" items="{{items}}"> | 3737 <iron-pages id="content" attr-for-selected="path" fallback-selection="hist
ory" selected="[[getSelectedPage_(selectedPage_, items)]]" items="{{items}}"> |
| (...skipping 13 matching lines...) Expand all Loading... |
| 3751 <history-side-bar id="drawer-side-bar" class="drawer-content" selected-p
age="{{selectedPage_}}" show-footer="[[showSidebarFooter]]"> | 3751 <history-side-bar id="drawer-side-bar" class="drawer-content" selected-p
age="{{selectedPage_}}" show-footer="[[showSidebarFooter]]"> |
| 3752 </history-side-bar> | 3752 </history-side-bar> |
| 3753 </dialog> | 3753 </dialog> |
| 3754 </template> | 3754 </template> |
| 3755 | 3755 |
| 3756 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}"
> | 3756 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}"
> |
| 3757 </iron-media-query> | 3757 </iron-media-query> |
| 3758 </template> | 3758 </template> |
| 3759 </dom-module> | 3759 </dom-module> |
| 3760 <script src="app.crisper.js"></script></body></html> | 3760 <script src="app.crisper.js"></script></body></html> |
| OLD | NEW |