commit | bcb64b6bb4d3dbcc4f71a88e29f7d6b5308c5d48 | [log] [tgz] |
---|---|---|
author | Dominic Battre <battre@chromium.org> | Thu May 18 20:54:11 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 18 20:54:11 2023 |
tree | 5bd5725364aee4090854e36e2827e22ce4fa8ed1 | |
parent | d6a79cf7f3d2dfa72f75b8b7221d2e403e121b32 [diff] |
Use placeholders and labels during CC exp-date field parsing This CL makes Autofill consider the placeholder and label of CC expiration date fields at parsing time. This does not change behavior (except for metrics reporting) because the filling logic already looks at the hints from the placeholder and labels. It also adds recognition of MM/AA and MM/AAAA (the Hispanic versions of MM/YY(YY)?) for the field detection and filling logic. Bug: 1441057 Change-Id: I7b2c8f4fade28e3f1e43e9e56a90e0ec1f1eedd0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4534956 Reviewed-by: Christoph Schwering <schwering@google.com> Commit-Queue: Dominic Battre <battre@chromium.org> Code-Coverage: Findit <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1146154}
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.