commit | 9f478f5b7555d843a6d112e8df0d111c65ed9cfa | [log] [tgz] |
---|---|---|
author | Bruno Braga <brunobraga@google.com> | Fri Sep 08 16:36:13 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 08 16:36:13 2023 |
tree | b455ed8e021cda9264bd37bcac826f04d275ad43 | |
parent | d543aa21b68fe88b50a0926011d84efba072b250 [diff] |
[mullet m2] Adds ServerFieldTypeSet helper methods to `autofill_type`. We are introducing methods that map a `FieldTypeGroup` to its respective (including a ServerFieldTypeSet that represents all fields). We will use this to achieve group filling, i.e filling a specific group of target fields. 1. This will be used by the manager to have a target fields to fill. 2. To introduce this I made ToSafeServerFieldType and a const expr. 3. This is required to easily remove `filling_granularity` from `TriggeringDetails`. 4. The methods added are not used and for now this is a no-op change. Bug: 1459990 Change-Id: I399bef0bbd10897b74f2daafd878d3027b8b9cdb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4853559 Reviewed-by: Florian Leimgruber <fleimgruber@google.com> Commit-Queue: Bruno Braga <brunobraga@google.com> Cr-Commit-Position: refs/heads/main@{#1194167}
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.