commit | f3c8dde838f007aec8202f7d5d5e60ab3c325555 | [log] [tgz] |
---|---|---|
author | Emmanuel Arias Soto <eariassoto@google.com> | Tue May 02 11:39:31 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 02 11:39:31 2023 |
tree | f769c85221bc03871c2a36c7594a1eb13daa04fd | |
parent | 15e86c6734c24243b824a517af92e202ca636962 [diff] |
ambient: Do not re-download managed screensaver images in cache This CL adds an additional check in the ImageDownloader to check if the file requested to download is already cached. In that case, the callback will return immediately with the file path. Bug: b/278500650 Test: ./ash_unittests --gtest_filter=ScreensaverImageDownloaderTest.* Change-Id: Icfb1c2b3dfb08fda499ac89d4d21912b67bd56c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4431198 Reviewed-by: Maria Petrisor <mpetrisor@chromium.org> Commit-Queue: Emmanuel Arias Soto <eariassoto@google.com> Cr-Commit-Position: refs/heads/main@{#1138267}
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.