commit | c8dfa88dcbc8e0dce97dbd4ca8e5dc722f44295c | [log] [tgz] |
---|---|---|
author | Bruno Braga <brunobraga@google.com> | Wed Dec 13 11:35:04 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 13 11:35:04 2023 |
tree | e3c2a56a187e5f60f7738b5430241fe538349655 | |
parent | cc5d013a9719c2816f7590f43e1d12f69f831118 [diff] |
[mullet m2] CreateInferredLabels accepts a set of excluded fields. In the address group filling case, we might add the ADDRESS_HOME_LINE1 to let users easily identify their address. In this case we also want to remove `ADDRESS_HOME_LINE1` and other related fields from the possible fields to be used in the differentiating label generation. We have to do this to avoid the same information from appearing in the differentiating and granular filling label. This CL first make it possible for the differentiating label generation to receive a set of field types to exclude. I will in fact start excluding the fields mentioned above in a follow up. Bug: 1459990 Change-Id: Ic7b3f4a10e1bbc6eee62145e4fa11c637ce04ca6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5094382 Commit-Queue: Bruno Braga <brunobraga@google.com> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Timofey Chudakov <tchudakov@google.com> Reviewed-by: Florian Leimgruber <fleimgruber@google.com> Reviewed-by: Jihad Hanna <jihadghanna@google.com> Cr-Commit-Position: refs/heads/main@{#1236888}
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.