commit | 1cef0b4d0e9e3990bfd35f1f11ebc9ada0689d17 | [log] [tgz] |
---|---|---|
author | Bruno Braga <brunobraga@google.com> | Fri Dec 06 13:42:31 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 06 13:42:31 2024 |
tree | 3daacb64decb2b9083a435e6a365b6eb1f86c0d2 | |
parent | e51f4cafd45691c5222479b7d7585020f86dfc25 [diff] |
Add acceptance metrics for address entry on typing suggestions The reason why this cannot be simply logged inside the AED when the suggestion is shown is because the popup is always re-rendered on when the user types, which would lead to the shown bucket to receive more counts than it should. In fact we recently found out that out main autocomplete metric "Autocomplete.Events2" is broken because of that. Bug: 381994105 Change-Id: I1eed0b7767c672745a47eea3bf00796236d81898 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6075447 Reviewed-by: Jihad Hanna <jihadghanna@google.com> Commit-Queue: Bruno Braga <brunobraga@google.com> Reviewed-by: Florian Leimgruber <fleimgruber@google.com> Cr-Commit-Position: refs/heads/main@{#1392860}
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.