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

Side by Side 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, 5 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
(Empty)
1 diff --git a/components/polymer/polymer.js b/components/polymer/polymer.js
2 index 2d3b692..2c0aa96 100644
3 --- a/components/polymer/polymer.js
4 +++ b/components/polymer/polymer.js
5 @@ -10028,7 +10028,6 @@ scope.styleResolver = styleResolver;
6 // stamp template
7 // which includes parsing and applying MDV bindings before being
8 // inserted (to avoid {{}} in attribute values)
9 - // e.g. to prevent <img src="images/{{icon}}"> from generating a 404.
10 var dom = this.instanceTemplate(template);
11 // append to shadow dom
12 root.appendChild(dom);
13 @@ -10050,7 +10049,6 @@ scope.styleResolver = styleResolver;
14 // stamp template
15 // which includes parsing and applying MDV bindings before being
16 // inserted (to avoid {{}} in attribute values)
17 - // e.g. to prevent <img src="images/{{icon}}"> from generating a 404.
18 var dom = this.instanceTemplate(template);
19 // append to shadow dom
20 if (refNode) {
OLDNEW
« 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