commit | 2e83c35cb70a3265462fdaba3e358b9686fad6eb | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]> | Tue Sep 06 14:46:57 2022 |
committer | Chromium LUCI CQ <[email protected]> | Tue Sep 06 14:46:57 2022 |
tree | 4c635749d2b43ea0381fab6ec05a7c005e1b56b8 | |
parent | 68f3f6dd4111b1b8a75bdacecdbe27abd2365faf [diff] |
First part of fetching a favicon This change adds a new class (favicon_caller) which wraps the calls to the API large_icon_service in order to request and fetch a favicon for a particular URL. The implementation is similar to content_suggestions_service.cc. The website_parent_approval package now exposes new helper methods for Java, that utilise favicon_caller in order to fetch a favicon. These new JNI methods will be consumed by WebsiteParentApproval in a follow up change. Bug: 1340912 Change-Id: I6457b560c51f31cd54ae8b715d98881f60b3e1c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3810619 Reviewed-by: Nohemi Fernandez <[email protected]> Commit-Queue: Anthi Orfanou <[email protected]> Reviewed-by: Rainhard Findling <[email protected]> Cr-Commit-Position: refs/heads/main@{#1043425}
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.