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

Side by Side Diff: chrome/browser/resources/md_history/app.vulcanized.html

Issue 2372503002: MD WebUI: Change <cr-toolbar> clear button to not close the search field (Closed)
Patch Set: Vulcanize Created 4 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 <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 2196 matching lines...) Expand 10 before | Expand all | Expand 10 after
2207 <paper-spinner-lite active=""> 2207 <paper-spinner-lite active="">
2208 </paper-spinner-lite> 2208 </paper-spinner-lite>
2209 </template> 2209 </template>
2210 <paper-icon-button id="icon" icon="cr:search" title="[[label]]" tabindex$="[ [computeIconTabIndex_(narrow)]]"> 2210 <paper-icon-button id="icon" icon="cr:search" title="[[label]]" tabindex$="[ [computeIconTabIndex_(narrow)]]">
2211 </paper-icon-button> 2211 </paper-icon-button>
2212 <paper-input-container id="searchTerm" on-search="onSearchTermSearch" on-key down="onSearchTermKeydown" no-label-float=""> 2212 <paper-input-container id="searchTerm" on-search="onSearchTermSearch" on-key down="onSearchTermKeydown" no-label-float="">
2213 <label id="prompt" for="searchInput">[[label]]</label> 2213 <label id="prompt" for="searchInput">[[label]]</label>
2214 <input is="iron-input" id="searchInput" type="search" on-blur="onInputBlur _" incremental="" autofocus=""> 2214 <input is="iron-input" id="searchInput" type="search" on-blur="onInputBlur _" incremental="" autofocus="">
2215 </paper-input-container> 2215 </paper-input-container>
2216 <template is="dom-if" if="[[hasSearchText_]]"> 2216 <template is="dom-if" if="[[hasSearchText_]]">
2217 <paper-icon-button icon="cr:cancel" id="clearSearch" title="[[clearLabel]] " on-tap="hideSearch_"> 2217 <paper-icon-button icon="cr:cancel" id="clearSearch" title="[[clearLabel]] " on-tap="clearSearch_">
2218 </paper-icon-button> 2218 </paper-icon-button>
2219 </template> 2219 </template>
2220 </template> 2220 </template>
2221 </dom-module> 2221 </dom-module>
2222 <dom-module id="cr-toolbar" assetpath="chrome://resources/cr_elements/cr_toolbar /" css-build="shadow"> 2222 <dom-module id="cr-toolbar" assetpath="chrome://resources/cr_elements/cr_toolbar /" css-build="shadow">
2223 <template> 2223 <template>
2224 <style scope="cr-toolbar">:host { 2224 <style scope="cr-toolbar">:host {
2225 --cr-toolbar-field-width: 580px; 2225 --cr-toolbar-field-width: 580px;
2226 --cr-toolbar-height: 56px; 2226 --cr-toolbar-height: 56px;
2227 color: #fff; 2227 color: #fff;
(...skipping 1721 matching lines...) Expand 10 before | Expand all | Expand 10 after
3949 <history-side-bar id="drawer-side-bar" selected-page="{{selectedPage_}}" show-footer="[[showSidebarFooter]]" drawer=""> 3949 <history-side-bar id="drawer-side-bar" selected-page="{{selectedPage_}}" show-footer="[[showSidebarFooter]]" drawer="">
3950 </history-side-bar> 3950 </history-side-bar>
3951 </app-drawer> 3951 </app-drawer>
3952 </template> 3952 </template>
3953 3953
3954 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}" > 3954 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}" >
3955 </iron-media-query> 3955 </iron-media-query>
3956 </template> 3956 </template>
3957 </dom-module> 3957 </dom-module>
3958 <script src="app.crisper.js"></script></body></html> 3958 <script src="app.crisper.js"></script></body></html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_history/app.crisper.js ('k') | chrome/browser/resources/md_history/lazy_load.vulcanized.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698