commit | 9a1d79d714cf10b6901f55c35a63c5ddf93fdc11 | [log] [tgz] |
---|---|---|
author | Norge Vizcay <vizcay@google.com> | Wed Jan 31 16:02:56 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 31 16:02:56 2024 |
tree | e6b3185780b4f94108f4f3c6fa9e05fc86eea660 | |
parent | a0a75a1ab0daa8162a7a549c2f80659437fbe664 [diff] |
Issue email votes for fields matching a valid email format. This CL is part of our efforts to send more crowdsourcing votes for potential email fields. We now parse the field's value during submission and include EMAIL_ADDRESS as a potential type in case the value matches a valid email format. The new logic is covered by the feature flag kAutofillUploadVotesForFieldsWithEmail. Bug: b/322280135 Change-Id: Ife82ea2c5152cf8ea6bf9191089fb10a46904f6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5252030 Commit-Queue: Norge Vizcay <vizcay@google.com> Reviewed-by: Jan Keitel <jkeitel@google.com> Cr-Commit-Position: refs/heads/main@{#1254538}
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.