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

Unified Diff: third_party/polymer/v1_0/chromium.patch

Issue 2370653002: MD WebUI: Remove <style no-process> from Polymer (Closed)
Patch Set: Created 4 years, 3 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: third_party/polymer/v1_0/chromium.patch
diff --git a/third_party/polymer/v1_0/chromium.patch b/third_party/polymer/v1_0/chromium.patch
index 9de17adf4442269b0b572939ed648fb6b932f48b..b1d41dffcdca2519244a7bdc33d27a8e703d9ae4 100644
--- a/third_party/polymer/v1_0/chromium.patch
+++ b/third_party/polymer/v1_0/chromium.patch
@@ -23,16 +23,3 @@ index baf9ab3..985fe6c 100644
},
removeCustomPropAssignment: function (cssText) {
return cssText.replace(this._rx.customProp, '').replace(this._rx.mixinProp, '');
-diff --git a/components-chromium/polymer/polymer-extracted.js b/components-chromium/polymer/polymer-extracted.js
-index 627bdd3..7ba497c 100644
---- a/components-chromium/polymer/polymer-extracted.js
-+++ b/components-chromium/polymer/polymer-extracted.js
-@@ -2521,7 +2521,7 @@ AT_START: '@'
- var settings = Polymer.Settings;
- return {
- NATIVE_VARIABLES: Polymer.Settings.useNativeCSSProperties,
--MODULE_STYLES_SELECTOR: 'style, link[rel=import][type~=css], template',
-+MODULE_STYLES_SELECTOR: 'style:not([no-process]), link[rel=import][type~=css], template',
- INCLUDE_ATTR: 'include',
- toCssText: function (rules, callback) {
- if (typeof rules === 'string') {

Powered by Google App Engine
This is Rietveld 408576698