commit | 5d1ce280b7b03fb53ac6d29a18c9c0fc932ad169 | [log] [tgz] |
---|---|---|
author | Florian Leimgruber <fleimgruber@google.com> | Tue Mar 15 11:30:35 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 15 11:30:35 2022 |
tree | e4ee3ac6f9b61b5e698b9eb169accccefcc4a103 | |
parent | 95b324bcd97d03d49080383fb134634d89882137 [diff] |
New birthday field type. Adds field types for birthdate components (day, month, year) and a birthdate field type group to field_types.h, as well as a birthdate field type group for metrics in autofill_metrics.cc. Updates switch statements at all relevant places. These types are required to add support for exchanging birthdate information between the Sync protobuf, the local SQL table and the Autofill Profile (see relation chain) in preparation for launching actual filling support. Change-Id: I496b221341dd55aa48665f9537c9d22bbfffc719 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3503254 Reviewed-by: Matthias Körber <koerber@google.com> Reviewed-by: Christoph Schwering <schwering@google.com> Commit-Queue: Florian Leimgruber <fleimgruber@google.com> Cr-Commit-Position: refs/heads/main@{#981052}
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.