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

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

Issue 1681053002: Unrestrict version of PolymerElements/iron-list and update it (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix-closure
Patch Set: and vulcanize Created 4 years, 10 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
11 Copyright (c) 2016 The Polymer Project Authors. All rights reserved.
12 This code may only be used under the BSD style license found at http://polymer.g ithub.io/LICENSE.txt
13 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
14 The complete set of contributors may be found at http://polymer.github.io/CONTRI BUTORS.txt
15 Code distributed by Google as part of the polymer project is also
16 subject to an additional IP rights grant found at http://polymer.github.io/PATEN TS.txt
17 --><!--
18 @license
11 Copyright (c) 2015 The Polymer Project Authors. All rights reserved. 19 Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
12 This code may only be used under the BSD style license found at http://polymer.g ithub.io/LICENSE.txt 20 This code may only be used under the BSD style license found at http://polymer.g ithub.io/LICENSE.txt
13 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt 21 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
14 The complete set of contributors may be found at http://polymer.github.io/CONTRI BUTORS.txt 22 The complete set of contributors may be found at http://polymer.github.io/CONTRI BUTORS.txt
15 Code distributed by Google as part of the polymer project is also 23 Code distributed by Google as part of the polymer project is also
16 subject to an additional IP rights grant found at http://polymer.github.io/PATEN TS.txt 24 subject to an additional IP rights grant found at http://polymer.github.io/PATEN TS.txt
17 --> 25 -->
18 <meta charset="utf-8"> 26 <meta charset="utf-8">
19 <title i18n-content="title"></title> 27 <title i18n-content="title"></title>
20 <style> 28 <style>
(...skipping 1004 matching lines...) Expand 10 before | Expand all | Expand 10 after
1025 1033
1026 </style> 1034 </style>
1027 1035
1028 1036
1029 </head> 1037 </head>
1030 <body><div hidden="" by-vulcanize=""><script src="chrome://resources/polymer/v1_ 0/polymer/polymer-micro-extracted.js"></script><script src="chrome://resources/p olymer/v1_0/polymer/polymer-mini-extracted.js"></script><script src="chrome://re sources/polymer/v1_0/polymer/polymer-extracted.js"></script><dom-module id="iron -list" assetpath="chrome://resources/polymer/v1_0/iron-list/"> 1038 <body><div hidden="" by-vulcanize=""><script src="chrome://resources/polymer/v1_ 0/polymer/polymer-micro-extracted.js"></script><script src="chrome://resources/p olymer/v1_0/polymer/polymer-mini-extracted.js"></script><script src="chrome://re sources/polymer/v1_0/polymer/polymer-extracted.js"></script><dom-module id="iron -list" assetpath="chrome://resources/polymer/v1_0/iron-list/">
1031 <template> 1039 <template>
1032 <style> 1040 <style>
1033 :host { 1041 :host {
1034 display: block; 1042 display: block;
1035 }
1036
1037 :host(.has-scroller) {
1038 overflow: auto;
1039 }
1040
1041 :host(:not(.has-scroller)) {
1042 position: relative; 1043 position: relative;
1043 } 1044 }
1044 1045
1046 @media only screen and (-webkit-max-device-pixel-ratio: 1) {
1047 :host {
1048 will-change: transform;
1049 }
1050 }
1051
1045 #items { 1052 #items {
1046 @apply(--iron-list-items-container); 1053 @apply(--iron-list-items-container);
1047 position: relative; 1054 position: relative;
1048 } 1055 }
1049 1056
1050 #items > ::content > * { 1057 #items > ::content > * {
1051 width: 100%; 1058 width: 100%;
1052 box-sizing: border-box; 1059 box-sizing: border-box;
1053 position: absolute; 1060 position: absolute;
1054 top: 0; 1061 top: 0;
(...skipping 1853 matching lines...) Expand 10 before | Expand all | Expand 10 after
2908 <if expr="is_macosx"> 2915 <if expr="is_macosx">
2909 <command id="undo-command" shortcut="Meta-U+005A"></command> 2916 <command id="undo-command" shortcut="Meta-U+005A"></command>
2910 <command id="find-command" shortcut="Meta-U+0046"></command> 2917 <command id="find-command" shortcut="Meta-U+0046"></command>
2911 </if> 2918 </if>
2912 <if expr="not is_macosx"> 2919 <if expr="not is_macosx">
2913 <command id="undo-command" shortcut="Ctrl-U+005A"></command> 2920 <command id="undo-command" shortcut="Ctrl-U+005A"></command>
2914 <command id="find-command" shortcut="Ctrl-U+0046"></command> 2921 <command id="find-command" shortcut="Ctrl-U+0046"></command>
2915 </if> 2922 </if>
2916 2923
2917 <script src="crisper.js"></script></body></html> 2924 <script src="crisper.js"></script></body></html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_downloads/crisper.js ('k') | chrome/browser/resources/md_history/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698