commit | 35cd4b51d754b36926a92f5af3025837a3a0d7ff | [log] [tgz] |
---|---|---|
author | Zachary Tan <tanzachary@chromium.org> | Fri Aug 09 01:10:10 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 09 01:10:10 2024 |
tree | b64a8ec06b46ad43ee232a7c3165d886a77c0b3a | |
parent | 48e437ff605fa3b09c2e0d1016a46adfc8d84034 [diff] |
[FedCM] Fix disappearing continue button on Android button mode For half height dialogs on Android button mode, we no longer resize the accounts list so that it can be extended to full height. But, for the single account case, the accounts list currently doesn't automatically resize to wrap content so it pushes the continue button down and hides it. This patch makes the accounts list wrap to its contents' size. Bug: 356160266 Change-Id: I4102690f0d69dd9296568837313871d4d4f7e70b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5774166 Auto-Submit: Zachary Tan <tanzachary@chromium.org> Commit-Queue: Zachary Tan <tanzachary@chromium.org> Reviewed-by: Yi Gu <yigu@chromium.org> Commit-Queue: Yi Gu <yigu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1339415}
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.
If you found a bug, please file it at https://crbug.com/new.