commit | 25aab09f0cc64bb43710e70cb0ea13d77940c95c | [log] [tgz] |
---|---|---|
author | Maxim Kolosovskiy <kolos@google.com> | Wed May 24 09:55:53 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 24 09:55:53 2023 |
tree | 0f2818d2ec04e5b2e33508cdf35b5079c8e48b88 | |
parent | 78a66e092ac1710f6549a3107745d599cbc1624a [diff] |
[Passwords] OnLoginSuccessful should be called only for automatic prompt Submissions eligible only for manual fallback (the key icon in the omnibox) should not reach OnLoginSuccessful. Technically, the CL ensures that IsAutomaticSavePromptAvailable is checked by each caller of OnLoginSuccessful. Bug: 1441309 Change-Id: Ie495a9280aa8869470ae0c4582eeec0429a55ae9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4553837 Reviewed-by: Vasilii Sukhanov <vasilii@chromium.org> Auto-Submit: Maxim Kolosovskiy <kolos@chromium.org> Commit-Queue: Maxim Kolosovskiy <kolos@chromium.org> Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Code-Coverage: Findit <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1148433}
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.