commit | 05f31cbde056a4e22edb83b2541d3df8ad412951 | [log] [tgz] |
---|---|---|
author | Nidhi Jaju <nidhijaju@chromium.org> | Thu May 30 05:16:55 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 30 05:16:55 2024 |
tree | 8f3649f62a62bf02d96606615282dc046b11763c | |
parent | 809c75d281da1a53eed1ba8c4d3d5e535444f0ef [diff] |
Move transparent placeholder image loading to ImageResource::Fetch By moving the image loading logic for transparent placeholder images one level down from the ImageLoader::DoUpdateFromElement to ImageResource::Fetch, we're able to properly attach a resource response which allows us to have a ImageResourceInfo, which is important for the image to function properly. This approach still avoids the call to ResourceFetcher::RequestResource which takes a long time. Bug: 41496436, 341618082 Change-Id: Id122e551ac283691a240ce44270d017ba4c36f18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5568837 Reviewed-by: Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Nidhi Jaju <nidhijaju@chromium.org> Cr-Commit-Position: refs/heads/main@{#1307866}
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.