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

Unified Diff: third_party/polymer/chromium.patch

Issue 1215543002: Remove Polymer 0.5. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unit test Created 5 years, 6 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
« no previous file with comments | « third_party/polymer/bower.json ('k') | third_party/polymer/components-chromium/core-a11y-keys/.bower.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/polymer/chromium.patch
diff --git a/third_party/polymer/chromium.patch b/third_party/polymer/chromium.patch
deleted file mode 100644
index 3529207bbde887f0e3e02cc1804b29a17283e524..0000000000000000000000000000000000000000
--- a/third_party/polymer/chromium.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/components/polymer/polymer.js b/components/polymer/polymer.js
-index 2d3b692..2c0aa96 100644
---- a/components/polymer/polymer.js
-+++ b/components/polymer/polymer.js
-@@ -10028,7 +10028,6 @@ scope.styleResolver = styleResolver;
- // stamp template
- // which includes parsing and applying MDV bindings before being
- // inserted (to avoid {{}} in attribute values)
-- // e.g. to prevent <img src="images/{{icon}}"> from generating a 404.
- var dom = this.instanceTemplate(template);
- // append to shadow dom
- root.appendChild(dom);
-@@ -10050,7 +10049,6 @@ scope.styleResolver = styleResolver;
- // stamp template
- // which includes parsing and applying MDV bindings before being
- // inserted (to avoid {{}} in attribute values)
-- // e.g. to prevent <img src="images/{{icon}}"> from generating a 404.
- var dom = this.instanceTemplate(template);
- // append to shadow dom
- if (refNode) {
« no previous file with comments | « third_party/polymer/bower.json ('k') | third_party/polymer/components-chromium/core-a11y-keys/.bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698