commit | af48e26a2a9853bfce3826f25648a9e32b4989de | [log] [tgz] |
---|---|---|
author | Jan Wilken Dörrie <jdoerrie@chromium.org> | Wed Feb 24 16:29:55 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 24 16:29:55 2021 |
tree | 36fbf50d1113e761dfcd3e7d4b56664371e2abab | |
parent | 6175a88df5ac83871bea8a67d6046b1503258181 [diff] |
[Passwords] Use dom-repeat in passwords_section.html This change replaces the usage of iron-list in passwords_section.html with Polymer's dom-repeat attribute. iron-list is suspected to cause UI issues (see linked bug), we don't constrain the height of the password list anyway, and common number of passwords are low enough to not cause UI performance issues. Furthermore, this change also fixes the focusing of passwords via repeated tab presses, which currently is broken as well. Bug: 1098232 Change-Id: I128b1056f94ac39e5f0d472c7176f72cb6d892e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2717310 Reviewed-by: Friedrich [CET] <fhorschig@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#857210}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.