commit | 0f787218a733053c1bfa5c79ff8c632dfaf8aa6a | [log] [tgz] |
---|---|---|
author | Rouslan Solomakhin <rouslan@chromium.org> | Thu Feb 20 22:17:02 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 20 22:17:02 2025 |
tree | d88ebf713fdd314ef99c8c5c18098d76d7aa0a9a | |
parent | 3a47fb4f6f359e0b65194e67900f9d5cb0f1c151 [diff] |
Move the MockPackageManagerDelegate to //components/payments. Before this patch, the MockPackageManagerDelegate.java was located in //chrome, although it does not have dependencies on //chrome. It is used by PaymentRequest integration tests to simulate different Package Manager responses. This functionality is also useful for testing PaymentRequest in //android_webview, which cannot depend on //chrome, but does depend on //components/payments. This package moves MockPackageManagerDelegate.java should be moved to //components/payments. After this patch, tests in both //chrome and //android_webview can use the MockPackageManagerDelegate.java for testing how PaymentRequest API queries and invokes payment apps over Android intents. Bug: 397996885 Change-Id: I4d1201cd464e53d7e2750bbf1784efb7a7e36fa5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6287688 Reviewed-by: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by: Darwin Yang <darwinyang@chromium.org> Cr-Commit-Position: refs/heads/main@{#1422803}
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.