commit | 47bb1875ef3c90fe164f47bf6936fb3cc5093dce | [log] [tgz] |
---|---|---|
author | Scott Violet <sky@chromium.org> | Fri Mar 25 19:04:56 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 25 19:04:56 2022 |
tree | 4648b5cb7984f15fea41db6a0241cebe06f8b104 | |
parent | f0c5663594497c990bc9a55ab8f05b135e86577b [diff] |
chrome: fix crash when exiting with downloads in background mode The crash occurs when there are no browsers. Browser is used to confirm exit when downloads are in progress as it shows the UI. A more long term fix may be to show UI, but I'm not sure what the future is of background mode, so going for the early out. BUG=1309041 TEST=none Change-Id: I6142d10e12e16b6df982c904c16f8093c60e9fea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3549691 Reviewed-by: Devlin Cronin <rdevlin.cronin@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/main@{#985411}
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.