commit | 890090bdfc0d21035986a42d27d1438e479afa7e | [log] [tgz] |
---|---|---|
author | Joe Mason <joenotcharles@google.com> | Wed Mar 19 18:14:08 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 19 18:14:08 2025 |
tree | c8069c6fa670c6bfa785b4a526ed221fd717d084 | |
parent | 3b870dedf636fe855bcc72942e97673fc9541886 [diff] |
Pre-create DirectReceiver transports on Windows Windows sandbox restrictions cause DirectReceiver's ThreadLocalNode to crash in Transport::CreatePair. As a workaround create a transport for the thread that's expected to use DirectReceiver before the sandbox is locked down (which is still in single threaded context), and pass it to ThreadLocalNode when it's assigned to the thread. Bug: 40266729 Change-Id: Ic881eac9cf570d023a362b2cfc12f8234d706eb5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6332336 Reviewed-by: Alex Gough <ajgo@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Joe Mason <joenotcharles@google.com> Cr-Commit-Position: refs/heads/main@{#1434954}
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.