commit | 0113e400d968b081380dfe477bd4c4b7eaa45e6b | [log] [tgz] |
---|---|---|
author | Timofey Chudakov <tchudakov@google.com> | Wed Apr 10 16:36:39 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 10 16:36:39 2024 |
tree | 4f54086304b09f52f57787bc89653047e39199cd | |
parent | 2dc0a4c57d8119c45e89d7fc4dd7e1a103c87fe1 [diff] |
[Mullhet] Do not filter grouped credentials in logins handler. This CL removes filtering of the grouped credentials from the GetLoginsWithAffiliationsRequestHandler. It concludes a series of changes that move the filtering of grouped credentials to the caller side. The list of callers and CLs is following: * PasswordReceiverServiceImpl CL: crrev.com/c/5402733 * CredentialManagerPendingPreventSilentAccessTask CL: crrev.com/c/5432262. * InsecureCredentialHelper CL: crrev.com/c/5434993. * FormFetcherImpl CL: crrev.com/c/5419670. * HttpPasswordStoreMigrator No changes needed because only exact matches are processed. By now, all of the above callers should be able to handle grouped credentials in a correct way. Bug: b/331409076 Change-Id: Ia2df7eab5da8089c2adfa19874df50730cf1ba8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5419318 Reviewed-by: Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Timofey Chudakov <tchudakov@google.com> Cr-Commit-Position: refs/heads/main@{#1285183}
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.