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

Unified Diff: chrome/browser/resources/options/password_manager.css

Issue 2458043002: Fix Password Manager Performance Issues (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | chrome/browser/resources/options/password_manager.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/password_manager.css
diff --git a/chrome/browser/resources/options/password_manager.css b/chrome/browser/resources/options/password_manager.css
index 1bb9997c9d528888265af7fccc7c95036456d91d..33bc94b2a597c0a8ceb7396ac406574f7ffe2f9d 100644
--- a/chrome/browser/resources/options/password_manager.css
+++ b/chrome/browser/resources/options/password_manager.css
@@ -25,3 +25,9 @@ html[dir=rtl] #password-search-column {
#passwords-title {
display: inline-block;
}
+
+#saved-passwords-list,
+#password-exceptions-list {
+ max-height: 192px; /* For performance (crbug.com/651049). */
+ min-height: 128px; /* Smallest value rendering enough initial list items. */
+}
« no previous file with comments | « no previous file | chrome/browser/resources/options/password_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698