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

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

Issue 2738063008: WebUI: Polymer config tweaks for better performance. (Closed)
Patch Set: Rebase + comment. 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
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..5ceafb2ee7ead30cbfd2dcb966744cac45dd7072 100644
--- a/ui/webui/resources/js/polymer_config.js
+++ b/ui/webui/resources/js/polymer_config.js
@@ -7,6 +7,8 @@ if (typeof Polymer == 'undefined') {
dom: 'shadow',
lazyRegister: true,
preserveStyleIncludes: true, // Only matters when using polymer-css-build.
+ suppressBindingNotifications: true,
+ suppressTemplateNotifications: true,
useNativeCSSProperties: true,
};
} else {

Powered by Google App Engine
This is Rietveld 408576698