[DC] Implement LargePayloadSupport for Digital Credentials Implements ResultReceiver for large payloads in DigitalCredentialsPresentationDelegate to avoid TransactionTooLargeException when responses exceed Binder IPC limits. This aligns with updates in Jetpack libraries (AOSP CL 3989977) where large payloads are passed via file descriptors. Because Chrome bypasses standard Jetpack UI launching, it must manually include the ResultReceiver in the intent. I also added a unit test to verify the behavior. Bug: b:504932496 Test: DigitalCredentialsPresentationDelegateTest Change-Id: I24f87ba3569d96c66d956b1e98c8a5d71413decf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7780670 Reviewed-by: RafaĆ Godlewski <rgod@google.com> Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/main@{#1627084}
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.