commit | 6e16444280c7b1bd6db85a1ea62844efd57c74dc | [log] [tgz] |
---|---|---|
author | Piotr Domaradzki <doland@google.com> | Wed Feb 26 16:48:43 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 26 16:48:43 2025 |
tree | acf5aebfc03488aeff274d5d5c46e8ef5cc6c36c | |
parent | abba984e5f2a1a64abb006dff67f71d2e6ec8636 [diff] |
Introduce AutofillPredictionSource to AutofillField. This CL also introduces an internal PredictionResults struct so that we store the cache in one place. As per the tests: I'd argue assigning correct prediction source is the part of the same behaviour that assigns the type therefore I extended the existing tests instead of adding separate one. This is a new approach to https://chromium-review.googlesource.com/c/chromium/src/+/6163744 (effectively replacing it) and a deviation from go/field-prediction-overlap-metric-design. Bug: 376432267 Change-Id: I6ee20bc9c22572afbade008261433369dbeae3de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6253099 Reviewed-by: Dominic Battré <battre@chromium.org> Commit-Queue: Piotr Domaradzki <doland@google.com> Reviewed-by: Florian Leimgruber <fleimgruber@google.com> Cr-Commit-Position: refs/heads/main@{#1425184}
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.