commit | 00b7fd3fc7d4d4b5dfb1e6e0dfda787e97bf73db | [log] [tgz] |
---|---|---|
author | Alex Chen <alexwchen@chromium.org> | Fri Jan 31 00:20:50 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 31 00:20:50 2025 |
tree | d2c543dd5303632db674a6ec95be6f32ba44c7df | |
parent | 52748403a7d8daca8dbc7767726e9c044d13977a [diff] |
[omnibox][search aggregator] Use RichSuggestionImage for aggregator keyword matches Currently, aggregator keyword matches rely on favicons to fetch the policy set favicon URL. However, favicons rely on user navigation to fetch the icon through the history service. As a result, when a user sets the favicon URL for search aggregator policy, the icon may never be fetched/used. RichSuggestionImage requests an image using the bitmap_fetcher_service. By using RichSuggestionImage, the icon is fetched using the favicon URL set in the EnterpriseSearchAggregatorSettings policy. Before: http://screencast/cast/NDk2NTk4MjA0Mzg5Nzg1NnxiOGRlYTU4NS1iNA After: http://screencast/cast/NTQ3Mjc4MjE3ODU4MjUyOHxiMzZkNzViZS1kNA Bug: b:380509200 Change-Id: Ie0a3903d973112381f12a92c86aae91bf0d5f83d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6173646 Reviewed-by: manuk hovanesian <manukh@chromium.org> Commit-Queue: Alex Chen <alexwchen@chromium.org> Cr-Commit-Position: refs/heads/main@{#1413837}
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.