commit | c989cc840db0abef578fb5f84b2c51a9d209d53b | [log] [tgz] |
---|---|---|
author | Andrew Rayskiy <greengrape@google.com> | Wed Oct 16 15:40:39 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 16 15:40:39 2024 |
tree | ace1a0ecc86d7b0421094bd32dc51392157ef3c2 | |
parent | 5776f830c0fbbf9f000a7cf29547c9b1eca84dba [diff] |
iwa: Correctly display favicons for Isolated Web Apps Currently the FaviconClient doesn't treat isolated-app:// URLs as belonging to native apps and attempts to fetch favicons from the history service (without much success). This CL attempts to bridge this gap by marking these URLs as supported and routing them through the WebAppIconManager. A generic globe icon will be shown as a fallback if the icon manager is unable to return icons for any reason -- this is usually handled on the requesting side. Bug: 370990855 Change-Id: Ie9ae0fb6a490b0900be4f8766fed296f799d9404 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5928988 Reviewed-by: Mikel Astiz <mastiz@chromium.org> Reviewed-by: Dibyajyoti Pal <dibyapal@chromium.org> Reviewed-by: Denis Kuznetsov <antrim@chromium.org> Commit-Queue: Andrew Rayskiy <greengrape@google.com> Cr-Commit-Position: refs/heads/main@{#1369423}
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.