commit | a135e587b0d09c5aa096137f7116f7e2f18ede0e | [log] [tgz] |
---|---|---|
author | Muyao Xu <muyaoxu@google.com> | Wed Dec 07 18:07:25 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 07 18:07:25 2022 |
tree | b1a49325e062ca9d43d98548ef7e89e5c162416c | |
parent | e414bc55d4dfb3049ed9ffc9f52cd2b5b253f212 [diff] |
[Remote Playback] Treat MOJO_DISCONNECTED as non-fatal error MOJO_DISCONNECTED is passed to RendererController:: OnRendererFatalError() when the streaming session is terminated. However, this does not actually represent a renderer error and should not prevent new sessions from started. Bug: 1396477 Change-Id: I1134ed5c6394c666017f3a35a345d1bb67b63b0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4083951 Reviewed-by: Mark Foltz <mfoltz@chromium.org> Commit-Queue: Muyao Xu <muyaoxu@google.com> Cr-Commit-Position: refs/heads/main@{#1080417}
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.