commit | 3302b95ee97f0faac40abff1bd29403acf43131c | [log] [tgz] |
---|---|---|
author | Darren Shen <shend@chromium.org> | Fri Aug 02 03:40:16 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 02 03:40:16 2024 |
tree | 00ef461470efef7cb128d05d2495e8cc24756f9b | |
parent | a95ee04dd0bc76436943f01e07236081b3486424 [diff] |
Move preview metadata logic to PickerListItem. Fetch preview metadata as soon as a PickerListItem is created, so that: 1) The metadata can be shown immediately if the metadata is fetched before the preview is shown. 2) The metadata is cached per PickerListItem. 3) PickerListItem can use the preview metadata for the accessibility name. Bug: b:353591340 Change-Id: Ic3345cd10e6baca0eece7042c87fdf335f766761 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5749050 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by: Michael Cui <mlcui@google.com> Cr-Commit-Position: refs/heads/main@{#1336415}
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.