commit | e77eea23e95d1fb51a2bb7f7f8be0b179805ef2f | [log] [tgz] |
---|---|---|
author | Din Nezametdinov <shaikhitdin@google.com> | Mon Sep 09 13:09:23 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 09 13:09:23 2024 |
tree | d13e39121982c1a5735be38d1bab39f614740362 | |
parent | 3e77b9f27c3cd48825750e99dc408aa8f74c7f5e [diff] |
[Passwords] Do not check for field type for manual generation The check is redundant since this is done at the time of displaying the manual generation option in context menu. This CL enables password generation using heuristics on name/id attributes. If there are no password fields in the form, at the time of triggering manual password generation the corresponding `PasswordFormManager` might not exist. Create them manually in `OnGeneratedPasswordAccepted`. Not deleted the UMA histogram since it is still called elsewhere. Bug: 356817239 Change-Id: I296bb325f4b298543ef883d7723c0509f197dd8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5756509 Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Maria Kazinova <kazinova@google.com> Commit-Queue: Din Nezametdinov <shaikhitdin@google.com> Cr-Commit-Position: refs/heads/main@{#1352696}
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.