commit | efd2f36174d2434d07ba3c7d56242671dad24a7d | [log] [tgz] |
---|---|---|
author | Marijn Kruisselbrink <mek@chromium.org> | Tue Aug 02 22:28:59 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 02 22:28:59 2022 |
tree | fe8a8165d49d2ca0934e9dfc12c4b271c2c907d8 | |
parent | e0e5005283c836bd9612d27dcfd4f9b9cd4edc3d [diff] |
Work around out-of-order close notifications in associated pipes. To work around a bug in mojo where close notifications for associated message pipes can sometimes arrive too later by adding explicit "Destroy" methods that are called before closing these message pipes. This makes sure that NS View IDs are removed from their mappings before they get potentially reused. Bug: 1327478, 1076777, 1296348, 1341027 Change-Id: I7a99ae25bb40f15c84417a49ce744bf0b667d63b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3794928 Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Auto-Submit: Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1030781}
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.