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

Unified Diff: ui/webui/resources/js/polymer_config.js

Issue 2738063008: WebUI: Polymer config tweaks for better performance. (Closed)
Patch Set: Rebase Created 3 years, 9 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 | « chrome/browser/resources/settings/privacy_page/privacy_page.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/js/polymer_config.js
diff --git a/ui/webui/resources/js/polymer_config.js b/ui/webui/resources/js/polymer_config.js
index 4d239893446a8d7fa7e0331654022ab00663741d..df564492fa66801b2b8e0df666a3c6e6b4e919f0 100644
--- a/ui/webui/resources/js/polymer_config.js
+++ b/ui/webui/resources/js/polymer_config.js
@@ -8,6 +8,8 @@ if (typeof Polymer == 'undefined') {
lazyRegister: true,
preserveStyleIncludes: true, // Only matters when using polymer-css-build.
useNativeCSSProperties: true,
+ suppressBindingNotifications: true,
+ suppressTemplateNotifications: true,
Dan Beam 2017/03/15 18:10:13 nit: alpha
dpapad 2017/03/15 18:28:17 Done.
};
} else {
console.error('Polymer is already defined.');
« no previous file with comments | « chrome/browser/resources/settings/privacy_page/privacy_page.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698