| commit | cf1b28fcebe7d86dd3c75fade6a2830c0b835ecc | [log] [tgz] |
|---|---|---|
| author | Noémie St-Onge <noemies@google.com> | Wed Jul 02 13:22:20 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 02 13:22:20 2025 |
| tree | 461c88d4b1eb29a769fbfdc6ac140b474834f769 | |
| parent | a8c0643b7bff8141aa1214a0c3a231ecd9e4f03c [diff] |
[iOS] Fix condition for appending •••• suffix to password suggestions When the Keyboard Accessory upgrade feature is off, we append the "••••••••" suffix to all KA suggestions that match the `kPassword` filling product. However, we really only want to append the suffix to suggestions that are reflecting the user's saved data, and not to generic suggestions such as the "Suggest strong password" one. Because generic suggestions are also included in the `kPassword` filling product, having the filling product being the deciding factor for showing/not showing the suffix is erroneous, and leads to having the suffix appended to generic suggestions. This CL fixes the issue by directly looking at the suggestions' type instead. Fixed: 428191407, 428190053 Change-Id: Ibca4f0f94079b97d42c81e614995f8f91a036745 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6685675 Reviewed-by: Vincent Boisselle <vincb@google.com> Commit-Queue: Noémie St-Onge <noemies@google.com> Cr-Commit-Position: refs/heads/main@{#1481547}
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.