commit | 4384cc414fe9c9fb522e98d00ff7198b39937821 | [log] [tgz] |
---|---|---|
author | Vidhan <vidhanj@google.com> | Wed Feb 23 15:52:13 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 23 15:52:13 2022 |
tree | e45f345c466038e8d7f653eea5c66bdb8da29087 | |
parent | 6f0ff43670bdea2722a8a6f7cf3fb37f39f3dfe7 [diff] |
[Autofill] Add metric IsSubmittedValueSameAsAutofillableValue This CL introduces a metric to measure the count of fields that had a prefilled value and therefore, autofill could not fill the value. The metrics would tell us in how many cases the submitted value entered by the user would be same as the value provided by autofill for filling. Bug: 1275649, 1299784 Change-Id: If1e2c2ea8ad3ac150a7c6f8cc94315281168a723 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3461380 Reviewed-by: Matthias Körber <koerber@google.com> Commit-Queue: Vidhan Jain <vidhanj@google.com> Cr-Commit-Position: refs/heads/main@{#974182}
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.