commit | ba364d499658082bacea2b6ffa7fb65bafb4bac1 | [log] [tgz] |
---|---|---|
author | Evan Stade <estade@chromium.org> | Wed Jun 16 01:06:05 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 16 01:06:05 2021 |
tree | 05b2b0163ecac528075cc26a095aa71b7733ea67 | |
parent | fe61a5124bfbb0332fb6fcf4cf33da7ceffeffd2 [diff] |
File handling: Don't crash if launchQueue consumer throws error If the function passed in launchQueue.setConsumer throws an error, report the exception and continue, rather than crashing the renderer process. Bug: 1191630 Change-Id: If1c5f803bc5a4b520fd2b060690a45a7b52f44a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2961537 Reviewed-by: Daniel Murphy <dmurph@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#892830}
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.