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

Unified Diff: chrome/browser/resources/md_downloads/vulcanized.html

Issue 1639513002: MD Downloads: strip combined, minified JS from vulcanized output (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: web-animations-js + licensing Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
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 {
« no previous file with comments | « chrome/browser/resources/md_downloads/vulcanize.py ('k') | tools/copyright_scanner/third_party_files_whitelist.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698