commit | e37ecbd0736aadf4ce8d767415e3ad52127ec977 | [log] [tgz] |
---|---|---|
author | Rouslan Solomakhin <[email protected]> | Wed Jul 29 20:35:42 2020 |
committer | Commit Bot <[email protected]> | Wed Jul 29 20:35:42 2020 |
tree | e8ab67c5d25b8f176af23631ba19420dd74672b7 | |
parent | 0e9f2d5b580677fb456b932c76d06a546200e9e6 [diff] |
[Web Payment] Secure payment confirmation scaffolding. Before this patch, there was no way to display the secure payment confirmation UI for demo and development. This patch adds a chrome://flags/#force-secure-payment-confirmation-dialog flag that makes all PaymentRequest.show() call into the secure payment confirmation dialog UI instead of the regular browser payment sheet. After this patch, enabling the chrome://flags/#force-secure-payment-confirmation-dialog flag allows demo and development of the secure payment confirmation dialog UI on such demo pages as https://rsolomakhin.github.io/pr/cc/, for example. Bug: 1110322 Change-Id: I598e2bf2b2bdddc2bb6505939cc6c595fb2cd781 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325031 Reviewed-by: Nick Burris <[email protected]> Commit-Queue: Rouslan Solomakhin <[email protected]> Cr-Commit-Position: refs/heads/master@{#792854}
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.
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.