commit | 7ebbaf0dff0d2c6bd3737d2d9af9672d0907f4e6 | [log] [tgz] |
---|---|---|
author | Rouslan Solomakhin <rouslan@chromium.org> | Tue Dec 06 15:20:09 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 06 15:20:09 2022 |
tree | 964839e080d7ee73c5716138434f91285879c555 | |
parent | ac37197b554b2fef794b95d912e8c0678257e064 [diff] |
[Web Payment] Use test-only installer in content_browsertests Before this patch, the content_browsertests were installing a test payment handler using the PaymentInstruments API that is planned to be removed. A few of the test cases were disabled on Chrome OS debug. This patch changes content_browsertests to use the test-only installer and removes the JS/manifest/icons that were used before. Because the flake could have been caused by the removed code, this patch re-enables the disabled test cases on Chrome OS debug. Bug: 869790, 1327265 Change-Id: Ifd81e13457d6ca18d1d423ecba71ecd07a56e152 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4074226 Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Reviewed-by: Stephen McGruer <smcgruer@chromium.org> Reviewed-by: Rakina Zata Amni <rakina@chromium.org> Auto-Submit: Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/main@{#1079759}
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.