commit | 5dc5e7170c1a0c7efc23f3e184bce2a535438337 | [log] [tgz] |
---|---|---|
author | Philipp Weiß <phweiss@chromium.org> | Mon Jul 11 10:59:38 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 11 10:59:38 2022 |
tree | 1bbbc5cfac0c94f831c763ba3a5d0b869caf0020 | |
parent | 9d34a3beaa616a3c38b7915d12465721415999d2 [diff] |
dPWA: Retry once when a custom icon fetch fails When a web-app is force installed and a custom icon is provided, the icon fetching fails sometimes according to testers, probably due to a busy network (many files are fetched when many apps are installed in short order). If the custom icon fails for placeholder apps, we don't have a retry mechanism, at least until the placeholder app is replaced. To reduce the chance of broken icons, retry failing icon fetches once, after waiting for 5 seconds. BUG=b:227338911 TEST=browser_tests --gtest_filter=ExternallyManagedAppManagerImplBrowserTest.PlaceholderInstallSucceedsWithCustomIconAfterRetry Change-Id: Ie1c6957918a0a2d927f97ea748c73a028cdde993 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3568370 Commit-Queue: Philipp Weiß <phweiss@chromium.org> Reviewed-by: Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/main@{#1022646}
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.