| 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 3632 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3643 height: 100%; | 3643 height: 100%; |
| 3644 } | 3644 } |
| 3645 | 3645 |
| 3646 dialog .body { | 3646 dialog .body { |
| 3647 white-space: pre-wrap; | 3647 white-space: pre-wrap; |
| 3648 } | 3648 } |
| 3649 </style> | 3649 </style> |
| 3650 <iron-pages id="content" attr-for-selected="id" selected="[[selectedPage_]]"
> | 3650 <iron-pages id="content" attr-for-selected="id" selected="[[selectedPage_]]"
> |
| 3651 <history-list id="infinite-list" querying="[[queryState.querying]]" search
ed-term="[[queryResult.info.term]]"></history-list> | 3651 <history-list id="infinite-list" querying="[[queryState.querying]]" search
ed-term="[[queryResult.info.term]]"></history-list> |
| 3652 <template is="dom-if" if="[[grouped]]"> | 3652 <template is="dom-if" if="[[grouped]]"> |
| 3653 <history-grouped-list id="grouped-list" range="[[queryState.range]]" que
ry-start-time="[[queryResult.info.queryStartTime]]" query-end-time="[[queryResul
t.info.queryEndTime]]" searched-term="[[queryResult.info.term]]"> | 3653 <history-grouped-list id="grouped-list" range="[[groupedRange]]" query-s
tart-time="[[queryResult.info.queryStartTime]]" query-end-time="[[queryResult.in
fo.queryEndTime]]" searched-term="[[queryResult.info.term]]"> |
| 3654 </history-grouped-list> | 3654 </history-grouped-list> |
| 3655 </template> | 3655 </template> |
| 3656 </iron-pages> | 3656 </iron-pages> |
| 3657 | 3657 |
| 3658 <template is="history-lazy-render" id="dialog"> | 3658 <template is="history-lazy-render" id="dialog"> |
| 3659 <dialog is="cr-dialog"> | 3659 <dialog is="cr-dialog"> |
| 3660 <div class="title">$i18n{removeSelected}</div> | 3660 <div class="title">$i18n{removeSelected}</div> |
| 3661 <div class="body">$i18n{deleteWarning}</div> | 3661 <div class="body">$i18n{deleteWarning}</div> |
| 3662 <div class="button-container"> | 3662 <div class="button-container"> |
| 3663 <paper-button class="cancel-button" on-tap="onDialogCancelTap_"> | 3663 <paper-button class="cancel-button" on-tap="onDialogCancelTap_"> |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3826 #synced-device-list { | 3826 #synced-device-list { |
| 3827 padding-top: var(--first-card-padding-top); | 3827 padding-top: var(--first-card-padding-top); |
| 3828 } | 3828 } |
| 3829 </style> | 3829 </style> |
| 3830 <div id="synced-device-list" hidden="[[!syncedDevices_.length]]"> | 3830 <div id="synced-device-list" hidden="[[!syncedDevices_.length]]"> |
| 3831 <template is="dom-repeat" items="[[syncedDevices_]]" as="syncedDevice"> | 3831 <template is="dom-repeat" items="[[syncedDevices_]]" as="syncedDevice"> |
| 3832 <history-synced-device-card device="[[syncedDevice.device]]" last-update
-time="[[syncedDevice.lastUpdateTime]]" tabs="[[syncedDevice.tabs]]" separator-i
ndexes="[[syncedDevice.separatorIndexes]]" search-term="[[searchTerm]]" session-
tag="[[syncedDevice.tag]]"> | 3832 <history-synced-device-card device="[[syncedDevice.device]]" last-update
-time="[[syncedDevice.lastUpdateTime]]" tabs="[[syncedDevice.tabs]]" separator-i
ndexes="[[syncedDevice.separatorIndexes]]" search-term="[[searchTerm]]" session-
tag="[[syncedDevice.tag]]"> |
| 3833 </history-synced-device-card> | 3833 </history-synced-device-card> |
| 3834 </template> | 3834 </template> |
| 3835 </div> | 3835 </div> |
| 3836 <div id="no-synced-tabs" class="centered-message" hidden="[[!showNoSyncedMes
sage(signInState_, syncedDevices_.length, | 3836 <div id="no-synced-tabs" class="centered-message" hidden="[[!showNoSyncedMes
sage(signInState, syncedDevices_.length, |
| 3837 guestSession_)]]"> | 3837 guestSession_)]]"> |
| 3838 [[noSyncedTabsMessage(fetchingSyncedTabs_)]] | 3838 [[noSyncedTabsMessage(fetchingSyncedTabs_)]] |
| 3839 </div> | 3839 </div> |
| 3840 <div id="sign-in-guide" hidden="[[!showSignInGuide(signInState_, guestSessio
n_)]]"> | 3840 <div id="sign-in-guide" hidden="[[!showSignInGuide(signInState, guestSession
_)]]"> |
| 3841 <div id="illustration"></div> | 3841 <div id="illustration"></div> |
| 3842 <div id="sign-in-promo">$i18n{signInPromo}</div> | 3842 <div id="sign-in-promo">$i18n{signInPromo}</div> |
| 3843 <div id="sign-in-promo-desc">$i18n{signInPromoDesc}</div> | 3843 <div id="sign-in-promo-desc">$i18n{signInPromoDesc}</div> |
| 3844 <paper-button id="sign-in-button" on-tap="onSignInTap_"> | 3844 <paper-button id="sign-in-button" on-tap="onSignInTap_"> |
| 3845 $i18n{signInButton} | 3845 $i18n{signInButton} |
| 3846 </paper-button> | 3846 </paper-button> |
| 3847 </div> | 3847 </div> |
| 3848 | 3848 |
| 3849 <template is="history-lazy-render" id="menu"> | 3849 <template is="history-lazy-render" id="menu"> |
| 3850 <cr-shared-menu> | 3850 <cr-shared-menu> |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3923 line-height: 20px; | 3923 line-height: 20px; |
| 3924 margin: 24px 0; | 3924 margin: 24px 0; |
| 3925 } | 3925 } |
| 3926 | 3926 |
| 3927 #footer a { | 3927 #footer a { |
| 3928 color: var(--google-blue-700); | 3928 color: var(--google-blue-700); |
| 3929 text-decoration: none; | 3929 text-decoration: none; |
| 3930 } | 3930 } |
| 3931 </style> | 3931 </style> |
| 3932 | 3932 |
| 3933 <iron-selector id="menu" selected="{{selectedPage}}" selectable=".page-item"
attr-for-selected="path" fallback-selection="history" on-iron-activate="onSelec
torActivate_"> | 3933 <iron-selector id="menu" selected="[[selectedPage]]" selectable=".page-item"
attr-for-selected="path" fallback-selection="history" on-iron-activate="onSelec
torActivate_"> |
| 3934 <a href="/[[getQueryString_(route)]]" class="page-item" path="history"> | 3934 <a href="/[[getQueryString_(route)]]" class="page-item" path="history"> |
| 3935 $i18n{historyMenuItem} | 3935 $i18n{historyMenuItem} |
| 3936 <paper-ripple></paper-ripple> | 3936 <paper-ripple></paper-ripple> |
| 3937 </a> | 3937 </a> |
| 3938 <a href="/syncedTabs[[getQueryString_(route)]]" class="page-item" path="sy
ncedTabs"> | 3938 <a href="/syncedTabs[[getQueryString_(route)]]" class="page-item" path="sy
ncedTabs"> |
| 3939 $i18n{openTabsMenuItem} | 3939 $i18n{openTabsMenuItem} |
| 3940 <paper-ripple></paper-ripple> | 3940 <paper-ripple></paper-ripple> |
| 3941 </a> | 3941 </a> |
| 3942 <div class="separator"></div> | 3942 <div class="separator"></div> |
| 3943 <a href="chrome://settings/clearBrowserData" on-tap="onClearBrowsingDataTa
p_" id="clear-browsing-data"> | 3943 <a href="chrome://settings/clearBrowserData" on-tap="onClearBrowsingDataTa
p_" id="clear-browsing-data"> |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4004 </app-route> | 4004 </app-route> |
| 4005 <history-toolbar id="toolbar" spinner-active="[[shouldShowSpinner_(queryStat
e_.querying, | 4005 <history-toolbar id="toolbar" spinner-active="[[shouldShowSpinner_(queryStat
e_.querying, |
| 4006 queryState_.incremental, | 4006 queryState_.incremental, |
| 4007 queryState_.searchTerm)]]" is-group
ed-mode="{{grouped_}}" grouped-range="{{queryState_.range}}" search-term="{{quer
yState_.searchTerm}}" query-start-time="[[queryResult_.info.queryStartTime]]" qu
ery-end-time="[[queryResult_.info.queryEndTime]]" has-drawer="[[hasDrawer_]]"> | 4007 queryState_.searchTerm)]]" is-group
ed-mode="{{grouped_}}" grouped-range="{{queryState_.range}}" search-term="{{quer
yState_.searchTerm}}" query-start-time="[[queryResult_.info.queryStartTime]]" qu
ery-end-time="[[queryResult_.info.queryEndTime]]" has-drawer="[[hasDrawer_]]"> |
| 4008 </history-toolbar> | 4008 </history-toolbar> |
| 4009 | 4009 |
| 4010 <div id="main-container"> | 4010 <div id="main-container"> |
| 4011 <history-side-bar id="content-side-bar" selected-page="[[selectedPage_]]"
route="[[route_]]" show-footer="[[showSidebarFooter]]" hidden$="[[hasDrawer_]]"> | 4011 <history-side-bar id="content-side-bar" selected-page="[[selectedPage_]]"
route="[[route_]]" show-footer="[[showSidebarFooter]]" hidden$="[[hasDrawer_]]"> |
| 4012 </history-side-bar> | 4012 </history-side-bar> |
| 4013 <iron-pages id="content" attr-for-selected="path" fallback-selection="hist
ory" selected="[[getSelectedPage_(selectedPage_, items)]]" items="{{items}}"> | 4013 <iron-pages id="content" attr-for-selected="path" fallback-selection="hist
ory" selected="[[getSelectedPage_(selectedPage_, items)]]" items="{{items}}"> |
| 4014 <history-list-container id="history" query-state="{{queryState_}}" query
-result="[[queryResult_]]" grouped="[[grouped_]]" path="history"> | 4014 <history-list-container id="history" query-state="{{queryState_}}" query
-result="[[queryResult_]]" grouped="[[grouped_]]" grouped-range="{{queryState_.r
ange}}" path="history"> |
| 4015 </history-list-container> | 4015 </history-list-container> |
| 4016 <template is="dom-if" if="[[syncedTabsSelected_(selectedPage_)]]"> | 4016 <template is="dom-if" if="[[syncedTabsSelected_(selectedPage_)]]"> |
| 4017 <history-synced-device-manager id="synced-devices" session-list="[[que
ryResult_.sessionList]]" search-term="[[queryState_.searchTerm]]" path="syncedTa
bs"> | 4017 <history-synced-device-manager id="synced-devices" session-list="[[que
ryResult_.sessionList]]" search-term="[[queryState_.searchTerm]]" sign-in-state=
"[[isUserSignedIn_]]" path="syncedTabs"> |
| 4018 </history-synced-device-manager> | 4018 </history-synced-device-manager> |
| 4019 </template> | 4019 </template> |
| 4020 </iron-pages> | 4020 </iron-pages> |
| 4021 </div> | 4021 </div> |
| 4022 | 4022 |
| 4023 <template is="dom-if" if="[[hasDrawer_]]"> | 4023 <template is="dom-if" if="[[hasDrawer_]]"> |
| 4024 <app-drawer id="drawer" swipe-open="" align="start" tabindex="0"> | 4024 <app-drawer id="drawer" swipe-open="" align="start" tabindex="0"> |
| 4025 <div id="drawer-header"> | 4025 <div id="drawer-header"> |
| 4026 <h1>$i18n{title}</h1> | 4026 <h1>$i18n{title}</h1> |
| 4027 </div> | 4027 </div> |
| 4028 <history-side-bar id="drawer-side-bar" selected-page="[[selectedPage_]]"
route="[[route_]]" show-footer="[[showSidebarFooter]]" drawer=""> | 4028 <history-side-bar id="drawer-side-bar" selected-page="[[selectedPage_]]"
route="[[route_]]" show-footer="[[showSidebarFooter]]" drawer=""> |
| 4029 </history-side-bar> | 4029 </history-side-bar> |
| 4030 </app-drawer> | 4030 </app-drawer> |
| 4031 </template> | 4031 </template> |
| 4032 | 4032 |
| 4033 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}"
> | 4033 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}"
> |
| 4034 </iron-media-query> | 4034 </iron-media-query> |
| 4035 </template> | 4035 </template> |
| 4036 </dom-module> | 4036 </dom-module> |
| 4037 <script src="app.crisper.js"></script></body></html> | 4037 <script src="app.crisper.js"></script></body></html> |
| OLD | NEW |