commit | 15c106bf3bec919584a0fafd73504db5e06224ad | [log] [tgz] |
---|---|---|
author | Jihad Hanna <jihadghanna@google.com> | Tue Nov 19 11:13:32 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 19 11:13:32 2024 |
tree | 80969fe1863e227ba0034a36531139de99a4ae3a | |
parent | e8a9f193a392ef73c8b1df6163ba6e14d891c3bd [diff] |
Add a feature for form extraction improvements This CL adds a wrapper class around base::optional_ref that ensures that we only consider that an optional has a value if a feature is enabled. Also the CL adds the feature in question and modifies the actual methods that use this pattern. Reason is we want to evaluate our metrics subject to this change and we would need an experiment for this. Low-Coverage-Reason: TRIVIAL_CHANGE this CL only adds a trivial wrapper around base::optional_ref. Bug: 40947729 Change-Id: Iccbdbf3ca8260f220b5f3851795cc8736163f9c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6022836 Reviewed-by: Christoph Schwering <schwering@google.com> Commit-Queue: Jihad Hanna <jihadghanna@google.com> Cr-Commit-Position: refs/heads/main@{#1384861}
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.