commit | 6cd5272f7eb6005c34f69dc326f42064d0958430 | [log] [tgz] |
---|---|---|
author | Dave Tapuska <dtapuska@chromium.org> | Mon Mar 06 20:25:29 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 06 20:25:29 2023 |
tree | c843b577b396b80d7ee65b2926f15d578e5b6b51 | |
parent | c8575897ba5085926af1bcbb642c6299f331af58 [diff] |
[ios] Pass channels over process boundaries Reland 7484226479c2515d23b975eb027a5f82d05324f2 with a minor fix for cronet. Change IS_MAC to IS_APPLE to permit passing mach ports for channels across processes. Forward declare MachPortRendezvous in order to avoid the inclusion into launch.h which can cause issues build issues mixing ARC. Haul in MachPortRendezvous for the iOS build. Bug: 1411704, 1412835 Change-Id: I64f29635aa1132d0bbbe74f5ecb6734e5bb68646 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4307240 Reviewed-by: Rohit Rao <rohitrao@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/main@{#1113543}
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.