commit | 59d0e4dc674dd262be4be82ea800936b44f3067c | [log] [tgz] |
---|---|---|
author | Stephen McGruer <smcgruer@chromium.org> | Mon May 10 20:59:15 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 10 20:59:15 2021 |
tree | bc415912faad4f01151233365e09b9af882bcf72 | |
parent | b98029602e41570ff950098941276ded6a3494c0 [diff] |
[PaymentRequest] Add a kPaymentRequestShowWithoutGestureOrToken metric This metric is intended to support the migration to enforcing a user gesture or capability token requirement for PaymentRequest.show(). Once capability delegation is available (but not yet required for PaymentRequest.show()), we will use this metric to track how many sites would be broken by the migration. Design doc: go/wp-strict-user-gesture-dd UKM review: https://docs.google.com/document/d/1cEUqVK16gQX7LevmoJKjMmpy10dwOcHMfkpJB2Df2NM/edit?resourcekey=0-onFNWCRQOiye9bohglUHbw# Bug: 825270 Change-Id: I86d8108ea3fd2fa8c85ae592a83daae8a0a37dbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2880514 Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Reviewed-by: Robert Kaplow <rkaplow@chromium.org> Reviewed-by: Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#881220}
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.