commit | 32903dcb3c4d509295819b53ac25f7b2903430b7 | [log] [tgz] |
---|---|---|
author | Owen Zhang <owenzhang@google.com> | Thu Aug 08 21:52:37 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 08 21:52:37 2024 |
tree | 43ad65d45ce60f27413f489ee8e9bb568d4d12d8 | |
parent | 655811dcd2f137f5e5d2af554ec8e188f9054b1a [diff] |
[Birch] Refactor Last Active and Most Visited Item Favicon Loading Method. This CL deprecates the in-class favicon loading method, and uses the streamlined method found in BirchItem to load high quality favicons instead. We also remove the in-class cached previous_url_ and previous_icon_ fields, because this will become redundant with FaviconService's own caching scheme. Bug: b/354043357 Change-Id: I9c6ea9387a3274cdf659c480491998ab4ec505ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5771214 Reviewed-by: Matthew Mourgos <mmourgos@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Auto-Submit: Owen Zhang <owenzhang@google.com> Reviewed-by: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/main@{#1339323}
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.