| OLD | NEW |
| 1 diff --git a/components-chromium/font-roboto/roboto.html b/components-chromium/f
ont-roboto/roboto.html | 1 diff --git a/components-chromium/font-roboto/roboto.html b/components-chromium/f
ont-roboto/roboto.html |
| 2 index 7a24999..4eefcba 100644 | 2 index 7a24999..4eefcba 100644 |
| 3 --- a/components-chromium/font-roboto/roboto.html | 3 --- a/components-chromium/font-roboto/roboto.html |
| 4 +++ b/components-chromium/font-roboto/roboto.html | 4 +++ b/components-chromium/font-roboto/roboto.html |
| 5 @@ -7,5 +7,4 @@ The complete set of contributors may be found at http://polymer.
github.io/CONTRI | 5 @@ -7,5 +7,4 @@ The complete set of contributors may be found at http://polymer.
github.io/CONTRI |
| 6 Code distributed by Google as part of the polymer project is also | 6 Code distributed by Google as part of the polymer project is also |
| 7 subject to an additional IP rights grant found at http://polymer.github.io/PATE
NTS.txt | 7 subject to an additional IP rights grant found at http://polymer.github.io/PATE
NTS.txt |
| 8 --> | 8 --> |
| 9 -<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400
,300,300italic,400italic,500,500italic,700,700italic"> | 9 -<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400
,300,300italic,400italic,500,500italic,700,700italic"> |
| 10 -<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Mon
o:400,700"> | 10 -<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Mon
o:400,700"> |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 +++ b/components-chromium/polymer/polymer-extracted.js | 29 +++ b/components-chromium/polymer/polymer-extracted.js |
| 30 @@ -2475,7 +2475,7 @@ AT_START: '@' | 30 @@ -2475,7 +2475,7 @@ AT_START: '@' |
| 31 }(); | 31 }(); |
| 32 Polymer.StyleUtil = function () { | 32 Polymer.StyleUtil = function () { |
| 33 return { | 33 return { |
| 34 -MODULE_STYLES_SELECTOR: 'style, link[rel=import][type~=css], template', | 34 -MODULE_STYLES_SELECTOR: 'style, link[rel=import][type~=css], template', |
| 35 +MODULE_STYLES_SELECTOR: 'style:not([no-process]), link[rel=import][type~=css],
template', | 35 +MODULE_STYLES_SELECTOR: 'style:not([no-process]), link[rel=import][type~=css],
template', |
| 36 INCLUDE_ATTR: 'include', | 36 INCLUDE_ATTR: 'include', |
| 37 toCssText: function (rules, callback, preserveProperties) { | 37 toCssText: function (rules, callback, preserveProperties) { |
| 38 if (typeof rules === 'string') { | 38 if (typeof rules === 'string') { |
| 39 --- a/components-chromium/iron-collapse/iron-collapse-extracted.js |
| 40 +++ b/components-chromium/iron-collapse/iron-collapse-extracted.js |
| 41 @@ -96,7 +96,7 @@ Polymer({ |
| 42 |
| 43 /** |
| 44 * Updates the size of the element. |
| 45 - * @param {!String} size The new value for `maxWidth`/`maxHeight` as css pr
operty value, usually `auto` or `0px`. |
| 46 + * @param {string} size The new value for `maxWidth`/`maxHeight` as css pro
perty value, usually `auto` or `0px`. |
| 47 * @param {boolean=} animated if `true` updates the size with an animation,
otherwise without. |
| 48 */ |
| 49 updateSize: function(size, animated) { |
| OLD | NEW |