commit | f18d506b38067d1efeecbf4e76ef61bead79ded0 | [log] [tgz] |
---|---|---|
author | Viktor Semeniuk <vsemeniuk@google.com> | Fri Oct 11 07:22:22 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 11 07:22:22 2024 |
tree | aeebb9f730bbf504ab2ad89759a14a70ac5d170b | |
parent | e71d0c8dac0da3eadfae80c81b974c3c72740a3f [diff] |
Determine cross-origin password reuse based on PasswordForm::url This change adds url property to MatchingReusedCredential structure which corresponds to PasswordForm::url. Before: PasswordForm::signon_realm was cast to GURL and passed to GetRegistryControlledDomain(). Now: PasswordForm::url is used and passed to GetRegistryControlledDomain(). Bug: 368517711 Fixed: 40895227 Change-Id: I1a18739135350117603dbe4c9d17bb13e9b16ea3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5891506 Reviewed-by: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Viktor Semeniuk <vsemeniuk@google.com> Reviewed-by: Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by: Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/main@{#1367331}
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.