commit | a99eee303a537235c2cc0e77ad48297f6d49d809 | [log] [tgz] |
---|---|---|
author | Nicolás Peña <npm@chromium.org> | Fri Jan 31 16:28:34 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 31 16:28:34 2025 |
tree | 129ad940a14a6601b28bb82f38d6621c49a8e0d6 | |
parent | 04c652f8579d5ab69b7ae34e1ec02fa30161ae71 [diff] |
[FedCM] Set multi IDP title on Android In this patch, we use whether there are multiple IDPs or not to set the initial title of the dialog. The RP context is taken into consideration when doing this. The title is updated when an account is selected. That said, this still does not use the right IDP (always uses values from the first instead of the one chosen), and does not behave properly when the back button is pressed since currently there is no logic to update the header when this happens. This will be fixed in followups. Demo: https://issues.chromium.org/issues/392142580#comment7 Bug: 392142580 Change-Id: Ia590ee6c780335a708eecdaf569728f627719b62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6216848 Commit-Queue: Nicolás Peña <npm@chromium.org> Reviewed-by: Yi Gu <yigu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1414156}
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.