commit | 2d3c9cbf35d902e2b83311561030c5cd568e419b | [log] [tgz] |
---|---|---|
author | Sam Maier <smaier@chromium.org> | Tue May 06 20:59:44 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 06 20:59:44 2025 |
tree | fc250ac3a709c104fdde6db66e5494ba413781c1 | |
parent | aa8fb1e131af6075a47eda1cf426d11582836b19 [diff] |
Use explicit aidl interface for IChildProcessService args Instead of passing a Bundle in setupConnection, we pass a new .aidl defined parcelable called IChildProcessArgs, with explicit parameters instead of arbitrary key-value pairs. This is in service of a Javaless renderer, where our aidl interfaces will need to work with the NDK backend, which doesn't allow arbitrary Bundles to be passed. As part of this cleanup, we also changed FileDescriptorInfo to an .aidl defined parcelable. Note: we still use a Bundle for the zygote relros, since I'm unsure how these will work in the Javaless renderer world. We may follow up this change with a refactoring that also puts this Bundle into its own aidl interface. Bug: 414609682, 411426303 Change-Id: I965a460e7b0ffdd30e6ee6038b2a8c4ade932c51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6509865 Reviewed-by: Andrew Grieve <agrieve@chromium.org> Reviewed-by: Bo Liu <boliu@chromium.org> Reviewed-by: Giovanni Ortuno Urquidi <ortuno@chromium.org> Commit-Queue: Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/main@{#1456594}
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.