commit | 5f12239763465215747d34a3daf8daecbc4afb84 | [log] [tgz] |
---|---|---|
author | Liquan (Max) Gu <[email protected]> | Fri Dec 13 21:07:10 2019 |
committer | Commit Bot <[email protected]> | Fri Dec 13 21:07:10 2019 |
tree | 2f1e09e439dc9ab6ce54a129dc316fa888e93129 | |
parent | fe6219ed8355d6ca6102b85683861615b4e9d41f [diff] |
WebPayment: move Minimal UI into a separate about-flags Context: currently, PaymentRequest API overzealously triggers the Minimal UI when the WebPaymentExperimentalAPI flag is enabled. It interferes with the development of the other experimental features. Old behavior: the Minimal UI feature is enabled when the WebPaymentExperimentalAPI about-flag is enabled. New behavior: enabling WebPaymentExperimentalAPI doesn't enable the Minimal UI altogether. The Minimal UI has another flag in about://flags called "Web Payment Minimal UI". Change: move the Minimal UI feature out of the WebPaymentExperimentalAPI flag into a separate flag. Bug: 1000432 Change-Id: I7f77fd51ca22475123e68c652940dc8a282d748e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1967564 Commit-Queue: Liquan (Max) Gu <[email protected]> Reviewed-by: Liquan (Max) Gu <[email protected]> Reviewed-by: Rouslan Solomakhin <[email protected]> Cr-Commit-Position: refs/heads/master@{#724770}
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 .