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

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

Issue 2313823002: MD History: Remove shadow root from <history-searched-label> (Closed)
Patch Set: Fix tests Created 4 years, 3 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 3715 matching lines...) Expand 10 before | Expand all | Expand 10 after
3726 paper-ripple { 3726 paper-ripple {
3727 opacity: 0.6; 3727 opacity: 0.6;
3728 color: currentColor; 3728 color: currentColor;
3729 } 3729 }
3730 3730
3731 </style> 3731 </style>
3732 <content></content> 3732 <content></content>
3733 </template> 3733 </template>
3734 </dom-module> 3734 </dom-module>
3735 <dom-module id="history-searched-label" assetpath="chrome://history/" css-build= "shadow"> 3735 <dom-module id="history-searched-label" assetpath="chrome://history/" css-build= "shadow">
3736 <template>
3737 <span id="container"></span>
3738 </template>
3739 </dom-module> 3736 </dom-module>
3740 <dom-module id="history-item" assetpath="chrome://history/" css-build="shadow"> 3737 <dom-module id="history-item" assetpath="chrome://history/" css-build="shadow">
3741 <template> 3738 <template>
3742 <style scope="history-item">[hidden] { 3739 <style scope="history-item">[hidden] {
3743 display: none !important; 3740 display: none !important;
3744 } 3741 }
3745 3742
3746 .card-title { 3743 .card-title {
3747 -webkit-padding-start: 20px; 3744 -webkit-padding-start: 20px;
3748 align-items: center; 3745 align-items: center;
(...skipping 1470 matching lines...) Expand 10 before | Expand all | Expand 10 after
5219 <history-side-bar id="drawer-side-bar" selected-page="[[selectedPage_]]" route="[[route_]]" show-footer="[[showSidebarFooter]]" drawer=""> 5216 <history-side-bar id="drawer-side-bar" selected-page="[[selectedPage_]]" route="[[route_]]" show-footer="[[showSidebarFooter]]" drawer="">
5220 </history-side-bar> 5217 </history-side-bar>
5221 </app-drawer> 5218 </app-drawer>
5222 </template> 5219 </template>
5223 5220
5224 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}" > 5221 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}" >
5225 </iron-media-query> 5222 </iron-media-query>
5226 </template> 5223 </template>
5227 </dom-module> 5224 </dom-module>
5228 <script src="app.crisper.js"></script></body></html> 5225 <script src="app.crisper.js"></script></body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698