commit | f91836c8f6810bb0c4ee71abb94d64761e502190 | [log] [tgz] |
---|---|---|
author | Yuwei Huang <yuweih@chromium.org> | Tue Oct 19 19:39:35 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 19 19:39:35 2021 |
tree | 94ad55b4896d2a997ac58070a3c8b7c4fe95aeb1 | |
parent | 3fae3622d858bf15f73d78ad026700cbaa631e5a [diff] |
[remoting host] Fix bugs in MojoIpcServer * Fix a bug such that MojoIpcServer doesn't remove a connection from active_connections_ when the IPC is closed remotely. * Keep sending invitations when OnMessagePipeReady() is called with a failing result, which can happen if the remote process has exited/crashed before the pending remote is bound. Change-Id: Ib359b62f7f89acea0994bf1d8020e3e3b773bbc3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3230238 Reviewed-by: Joe Downing <joedow@chromium.org> Commit-Queue: Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/main@{#933133}
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.