commit | 9fb5578e589533c982b07c7b0551da905f6331ac | [log] [tgz] |
---|---|---|
author | Marc Treib <treib@chromium.org> | Mon Feb 07 09:53:43 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 07 09:53:43 2022 |
tree | 3d088a9b5fee9e5a4437ba7ad152bd1f175f27d5 | |
parent | 81eb20134fd1f9e0107f05a7fb6ae5bf54d83df3 [diff] |
Leak warning: Fix IsSaved computation Before this CL, CredentialLeakFlags::kPasswordSaved got set if there was a saved password for the given URL and username, but independent of whether the actual saved *password* matched the leaked one. As a result, users sometimes saw a slightly-wrong version of the leak warning (correctly stating that the just-used password is leaked, but offering not-quite-correct options for what to do about it). This CL adds a check that the submitted password matches the saved one. Bug: 1294179 Change-Id: I57dae68ff8491792446942226fd78deabde5f5ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3439872 Reviewed-by: Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/main@{#967721}
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.