| commit | 54cb9c8c8ac93dedfcea4f41a5daf57109eb93d3 | [log] [tgz] |
|---|---|---|
| author | Alexis Hetu <sugoi@chromium.org> | Sat Dec 13 00:58:28 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Dec 13 00:58:28 2025 |
| tree | 7da687c1099cc30a5fc848bbca318a42599d7a9a | |
| parent | 1ef89aa8bc06f5b47e95ffc7ab80005f516e3948 [diff] |
[iOS] Fix discrepancy between expectations for manual fill button This CL fixes a discrepancy between what enables the manual fill button and what is expected when the manual fill button is enabled. When enabled, it expects ManualFillDataType to not be kOther, but enabling the manual fill button could happen for filling products such as kDataList, kPasskey or kNone, which all map to kOther. This CL fixes the issue by using the ManualFillDataType in both locations. Bug: 423268725 Change-Id: I8888a7893c9db602f027baecdc6a81024313a504 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7247857 Commit-Queue: Alexis Hétu <sugoi@chromium.org> Reviewed-by: Noémie St-Onge <noemies@google.com> Cr-Commit-Position: refs/heads/main@{#1558365}
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.