Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(319)

Side by Side Diff: chrome/browser/resources/md_downloads/vulcanized.html

Issue 1406023003: Elim cr_elements/v1_0 subdirectory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_downloads/toolbar.html ('k') | chrome/browser/resources/md_extensions/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698