Chromium Code Reviews| Index: chrome/browser/resources/md_downloads/vulcanized.html |
| diff --git a/chrome/browser/resources/md_downloads/vulcanized.html b/chrome/browser/resources/md_downloads/vulcanized.html |
| index 8a786d5e60d3dc646b9eb4d83f4cd6ddd8fba20a..0eac03ce0ecfd7e00306808d4b4b092de4a892d6 100644 |
| --- a/chrome/browser/resources/md_downloads/vulcanized.html |
| +++ b/chrome/browser/resources/md_downloads/vulcanized.html |
| @@ -65,6 +65,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN |
| margin: 0; |
| } |
| </style> |
| +<script src="chrome://resources/js/polymer_config.js"></script> |
| <script src="chrome://resources/js/load_time_data.js"></script> |
| <script src="chrome://downloads/strings.js"></script> |
| <style> |
| @@ -818,6 +819,19 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN |
| +<script src="chrome://resources/polymer/v1_0/web-animations-js/web-animations-next-lite.min.js"></script> |
| + |
| + |
| + |
| + |
| + |
| + |
| + |
| + |
|
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
|
| + |
| + |
| + |
| + |
| <style> |
| /* Copyright 2015 The Chromium Authors. All rights reserved. |
| * Use of this source code is governed by a BSD-style license that can be |
| @@ -1007,7 +1021,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN |
| </head> |
| -<body><div hidden="" by-vulcanize=""><dom-module id="iron-list" assetpath="chrome://resources/polymer/v1_0/iron-list/"> |
| +<body><div hidden="" by-vulcanize=""><script src="chrome://resources/polymer/v1_0/polymer/polymer-micro-extracted.js"></script><script src="chrome://resources/polymer/v1_0/polymer/polymer-mini-extracted.js"></script><script src="chrome://resources/polymer/v1_0/polymer/polymer-extracted.js"></script><dom-module id="iron-list" assetpath="chrome://resources/polymer/v1_0/iron-list/"> |
| <template> |
| <style> |
| :host { |