commit | 91a2485913f0f1f4d82190337a49b51fc975d802 | [log] [tgz] |
---|---|---|
author | Christoph Schwering <schwering@google.com> | Wed Nov 08 21:16:38 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 08 21:16:38 2023 |
tree | f83bb5d048d82362e7bf816158bbf73354437b8a | |
parent | cf38c56e381e1319c7c61bf176265ede76b111cc [diff] |
[Autofill] Eliminate AutofillField::FormControlType() This CL replaces references to AutofillField::FormControlType() with FormFieldData::form_control_type. One important difference between AutofillField::FormControlType() and FormFieldData::form_control_type is that the former lumps all text-state form control types into one value `kText`. This corresponds to FormFieldData::IsTextElement(). This CL changes the values of the Autofill2.FieldInfo.FormControlType UKM metric. Bug: 1482526, 1484810 Change-Id: I0cbcd05680f20333562d2adb7089890525f3942e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4912478 Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Jesse Doherty <jwd@chromium.org> Commit-Queue: Christoph Schwering <schwering@google.com> Reviewed-by: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/main@{#1221883}
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.