commit | a89e197bac4ce24e586b92ee4d6a58846ff8b387 | [log] [tgz] |
---|---|---|
author | sandromaggi <sandromaggi@google.com> | Tue Jun 01 13:58:17 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 01 13:58:17 2021 |
tree | 4981571d21cc01966728a86418761b14a4fe69cd | |
parent | 05d95e1e321f2477aba73dab9b0f9fa7ec2acb7d [diff] |
[Autofill Assistant] CUD validity for Shipping Address This implements CollectUserData validity for shipping addresses based on the new rules being sent from backend. It keeps the "editor" validation in place. The reasoning is, that we still want that minimum validity, in case the user opens the address for editing. This also changes the way Java gets errors by sending them from the UI controller instead of Java asking for them. Bug: b/180705720 Change-Id: Ib20403158a6c965b8265a647f1fdb6ddd2b7c9a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2919809 Reviewed-by: Luca Hunkeler <hluca@google.com> Commit-Queue: Sandro Maggi <sandromaggi@google.com> Cr-Commit-Position: refs/heads/master@{#887947}
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.