Chromium Code Reviews| 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 58 height: 100%; | 58 height: 100%; |
| 59 } | 59 } |
| 60 | 60 |
| 61 body { | 61 body { |
| 62 display: flex; | 62 display: flex; |
| 63 font-family: Roboto; | 63 font-family: Roboto; |
| 64 font-size: 81.25%; | 64 font-size: 81.25%; |
| 65 margin: 0; | 65 margin: 0; |
| 66 } | 66 } |
| 67 </style> | 67 </style> |
| 68 <script src="chrome://resources/js/polymer_config.js"></script> | |
| 68 <script src="chrome://resources/js/load_time_data.js"></script> | 69 <script src="chrome://resources/js/load_time_data.js"></script> |
| 69 <script src="chrome://downloads/strings.js"></script> | 70 <script src="chrome://downloads/strings.js"></script> |
| 70 <style> | 71 <style> |
| 71 /* IE 10 support for HTML5 hidden attr */ | 72 /* IE 10 support for HTML5 hidden attr */ |
| 72 [hidden] { | 73 [hidden] { |
| 73 display: none !important; | 74 display: none !important; |
| 74 } | 75 } |
| 75 </style> | 76 </style> |
| 76 | 77 |
| 77 <style is="custom-style"> | 78 <style is="custom-style"> |
| (...skipping 733 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 811 | 812 |
| 812 } | 813 } |
| 813 | 814 |
| 814 </style> | 815 </style> |
| 815 | 816 |
| 816 | 817 |
| 817 | 818 |
| 818 | 819 |
| 819 | 820 |
| 820 | 821 |
| 822 <script src="chrome://resources/polymer/v1_0/web-animations-js/web-animations-ne xt-lite.min.js"></script> | |
| 823 | |
| 824 | |
| 825 | |
| 826 | |
| 827 | |
| 828 | |
| 829 | |
| 830 | |
|
michaelpg
2016/01/26 05:05:58
wat
Dan Beam
2016/01/26 17:20:00
¯\_(ツ)_/¯ I just ran the script.
michaelpg
2016/01/26 20:21:54
so is it a bug?
Dan Beam
2016/01/26 20:28:31
that we have to do this at all? yes
| |
| 831 | |
| 832 | |
| 833 | |
| 834 | |
| 821 <style> | 835 <style> |
| 822 /* Copyright 2015 The Chromium Authors. All rights reserved. | 836 /* Copyright 2015 The Chromium Authors. All rights reserved. |
| 823 * Use of this source code is governed by a BSD-style license that can be | 837 * Use of this source code is governed by a BSD-style license that can be |
| 824 * found in the LICENSE file. */ | 838 * found in the LICENSE file. */ |
| 825 | 839 |
| 826 @font-face { | 840 @font-face { |
| 827 font-family: 'Roboto'; | 841 font-family: 'Roboto'; |
| 828 font-style: normal; | 842 font-style: normal; |
| 829 font-weight: 300; | 843 font-weight: 300; |
| 830 src: local('Roboto Light'), local('Roboto-Light'), | 844 src: local('Roboto Light'), local('Roboto-Light'), |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1000 font-weight: 500; | 1014 font-weight: 500; |
| 1001 line-height: 20px; | 1015 line-height: 20px; |
| 1002 }; | 1016 }; |
| 1003 | 1017 |
| 1004 } | 1018 } |
| 1005 | 1019 |
| 1006 </style> | 1020 </style> |
| 1007 | 1021 |
| 1008 | 1022 |
| 1009 </head> | 1023 </head> |
| 1010 <body><div hidden="" by-vulcanize=""><dom-module id="iron-list" assetpath="chrom e://resources/polymer/v1_0/iron-list/"> | 1024 <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/"> |
| 1011 <template> | 1025 <template> |
| 1012 <style> | 1026 <style> |
| 1013 :host { | 1027 :host { |
| 1014 display: block; | 1028 display: block; |
| 1015 } | 1029 } |
| 1016 | 1030 |
| 1017 :host(.has-scroller) { | 1031 :host(.has-scroller) { |
| 1018 overflow: auto; | 1032 overflow: auto; |
| 1019 } | 1033 } |
| 1020 | 1034 |
| (...skipping 1867 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2888 <if expr="is_macosx"> | 2902 <if expr="is_macosx"> |
| 2889 <command id="undo-command" shortcut="Meta-U+005A"></command> | 2903 <command id="undo-command" shortcut="Meta-U+005A"></command> |
| 2890 <command id="find-command" shortcut="Meta-U+0046"></command> | 2904 <command id="find-command" shortcut="Meta-U+0046"></command> |
| 2891 </if> | 2905 </if> |
| 2892 <if expr="not is_macosx"> | 2906 <if expr="not is_macosx"> |
| 2893 <command id="undo-command" shortcut="Ctrl-U+005A"></command> | 2907 <command id="undo-command" shortcut="Ctrl-U+005A"></command> |
| 2894 <command id="find-command" shortcut="Ctrl-U+0046"></command> | 2908 <command id="find-command" shortcut="Ctrl-U+0046"></command> |
| 2895 </if> | 2909 </if> |
| 2896 | 2910 |
| 2897 <script src="crisper.js"></script></body></html> | 2911 <script src="crisper.js"></script></body></html> |
| OLD | NEW |