| commit | a63c480846ab81007cd58b525df7a31eb06810ef | [log] [tgz] |
|---|---|---|
| author | Christoph Schwering <schwering@google.com> | Thu Mar 13 09:33:39 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 13 09:33:39 2025 |
| tree | 251a3ad1a0367edb5a283c9e56f4c630f50df649 | |
| parent | b5a7e358f9bb1f3a8c4ae68c7ac12d9be9e42f82 [diff] |
[Autofill] Fill <select> with dates This CL adds filling of days, months, and years from Autofill AI dates into <select> elements. It does not reuse the functions for credit cards for three reasons: - Credit cards have more detailed predictions (month vs year) for <select> elements, whereas Autofill AI only knows it's a date field. - Credit cards don't need to fill days, which reduces the risk of mixing up fields. - Autofill AI should fill fields where months are (only) written out (e.g., January, February, without numeric representation). Bug: 396325496 Change-Id: I3f3f052b94c1c2023c2a7cac1263a86a88852263 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6342410 Commit-Queue: Christoph Schwering <schwering@google.com> Reviewed-by: Jan Keitel <jkeitel@google.com> Cr-Commit-Position: refs/heads/main@{#1431978}
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.