| OLD | NEW |
| 1 <!DOCTYPE html><html i18n-values="dir:textdirection;lang:language"><head><!-- | 1 <!DOCTYPE html><html i18n-values="dir:textdirection;lang:language"><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 3178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3189 <div class="focused-line fit"></div> | 3189 <div class="focused-line fit"></div> |
| 3190 </div> | 3190 </div> |
| 3191 | 3191 |
| 3192 <div class$="[[_computeAddOnContentClass(focused,invalid)]]"> | 3192 <div class$="[[_computeAddOnContentClass(focused,invalid)]]"> |
| 3193 <content id="addOnContent" select="[add-on]"></content> | 3193 <content id="addOnContent" select="[add-on]"></content> |
| 3194 </div> | 3194 </div> |
| 3195 | 3195 |
| 3196 </template> | 3196 </template> |
| 3197 </dom-module> | 3197 </dom-module> |
| 3198 | 3198 |
| 3199 <dom-module id="cr-search-field" assetpath="chrome://resources/cr_elements/v1_0/
cr_search_field/"> | 3199 <dom-module id="cr-search-field" assetpath="chrome://resources/cr_elements/cr_se
arch_field/"> |
| 3200 <template> | 3200 <template> |
| 3201 <paper-icon-button icon="search" id="search-button" disabled$="[[showingSear
ch_]]" title="[[label]]" on-click="toggleShowingSearch_"></paper-icon-button> | 3201 <paper-icon-button icon="search" id="search-button" disabled$="[[showingSear
ch_]]" title="[[label]]" on-click="toggleShowingSearch_"></paper-icon-button> |
| 3202 <template is="dom-if" if="[[showingSearch_]]" id="search-container"> | 3202 <template is="dom-if" if="[[showingSearch_]]" id="search-container"> |
| 3203 <paper-input-container id="search-term" on-search="onSearchTermSearch_" on
-keydown="onSearchTermKeydown_" hidden$="[[!showingSearch_]]" no-label-float=""> | 3203 <paper-input-container id="search-term" on-search="onSearchTermSearch_" on
-keydown="onSearchTermKeydown_" hidden$="[[!showingSearch_]]" no-label-float=""> |
| 3204 <input is="iron-input" id="search-input" type="search" placeholder="[[la
bel]]" incremental=""> | 3204 <input is="iron-input" id="search-input" type="search" placeholder="[[la
bel]]" incremental=""> |
| 3205 <paper-icon-button icon="cancel" id="clear-search" on-click="toggleShowi
ngSearch_" title="[[clearLabel]]" hidden$="[[!showingSearch_]]"></paper-icon-but
ton> | 3205 <paper-icon-button icon="cancel" id="clear-search" on-click="toggleShowi
ngSearch_" title="[[clearLabel]]" hidden$="[[!showingSearch_]]"></paper-icon-but
ton> |
| 3206 </paper-input-container> | 3206 </paper-input-container> |
| 3207 </template> | 3207 </template> |
| 3208 </template> | 3208 </template> |
| 3209 <style> | 3209 <style> |
| (...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3526 </dom-module> | 3526 </dom-module> |
| 3527 </div> | 3527 </div> |
| 3528 <downloads-manager></downloads-manager> | 3528 <downloads-manager></downloads-manager> |
| 3529 <command id="clear-all-command" shortcut="Alt-U+0043"></command> | 3529 <command id="clear-all-command" shortcut="Alt-U+0043"></command> |
| 3530 <if expr="is_macosx"> | 3530 <if expr="is_macosx"> |
| 3531 <command id="undo-command" shortcut="Meta-U+005A"></command> | 3531 <command id="undo-command" shortcut="Meta-U+005A"></command> |
| 3532 </if> | 3532 </if> |
| 3533 <if expr="not is_macosx"> | 3533 <if expr="not is_macosx"> |
| 3534 <command id="undo-command" shortcut="Ctrl-U+005A"></command> | 3534 <command id="undo-command" shortcut="Ctrl-U+005A"></command> |
| 3535 </if> | 3535 </if> |
| 3536 <script src="crisper.js"></script></body></html> | 3536 <script src="crisper.js"></script></body></html> |
| OLD | NEW |