commit | f00ba5adf25b26e9e9b570787268890d7d3d851b | [log] [tgz] |
---|---|---|
author | Andrew Williams <awillia@chromium.org> | Wed May 21 13:12:20 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 21 13:12:20 2025 |
tree | 988394ad6a6802c1bd5a4b2d6aa480fbbe5cf460 | |
parent | cd406d137acf81b496026f52ed0d5878a4c11be8 [diff] |
[Mojo] Fix DCHECK when ResetWithReason called after disconnect Calling ResetWithReason on a PendingReceiver currently DCHECKs if the disconnect reason can't be sent, but it seems better to have it silently fail if the other side has already been closed. Bug: 415397142 Change-Id: Ic0ef3d204e2ffc7d2f53ba3f1528bb225bb9454f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6546608 Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Andrew Williams <awillia@chromium.org> Cr-Commit-Position: refs/heads/main@{#1463366}
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.