commit | 7f9a431b430ea683a258c8b95433041e472481c7 | [log] [tgz] |
---|---|---|
author | Nicolás Peña <npm@chromium.org> | Fri Feb 07 16:54:52 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 07 16:54:52 2025 |
tree | 19357b8aea44e9529430b1c581a9317a6fb2c164 | |
parent | 063f1f03afc6e8fe5524c37f122acfcde38f2735 [diff] |
[FedCM] Fetch RP and IDP icons on the backend and use on desktop This CL implements fetching the RP and the IDP icons on the backend. This is going to be useful because we reduce duplicated logic when we want to use the various icons on the Android multi IDP UI. This CL also removes the desktop UI code which fetches the icons, so that it instead relies on the icons that were fetched in the backend. A followup will modify Android UI code to also rely on these. Bug: 392142580 Change-Id: I1fa471e2461373f3fc65554f338d3ac7ca2c8dc8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6231531 Reviewed-by: Nasko Oskov <nasko@chromium.org> Reviewed-by: Martin Šrámek <msramek@chromium.org> Reviewed-by: Christian Biesinger <cbiesinger@chromium.org> Commit-Queue: Nicolás Peña <npm@chromium.org> Cr-Commit-Position: refs/heads/main@{#1417376}
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.