-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CR92 - Not getting save password prompt for Gmail accounts #16926
Comments
Can confirm with
and
I'm also not getting offered to save passwords for Gmail.com. Can confirm this still works using |
Found the upstream bug filed on it, but they closed it as "Won't fix" saying it's an intentional change (without further explanation): https://bugs.chromium.org/p/chromium/issues/detail?id=1220026. |
As mentioned in the bug above, the suspect for this change is the The feature description in the code is // Enables a second, Gaia-account-scoped password store for users who are signed // in but not syncing. cc: @jumde @fmarier any recommendations on what we should do with this feature? |
Will disable this feature for now. |
Verification passed on
Verified
Steps:
Verification passed on
|
This feature flag no longer works as all the code it wasn't guarding has been removed and password account storage is the only option now. This also means that we will regress on brave/brave-browser#16926 again, but this can be addressed in a different fix. Chromium issue: https://bugs.chromium.org/p/chromium/issues/detail?id=1108738 https://chromium.googlesource.com/chromium/src.git/+/90ac58cb2c56df119ca3d5631cbbc3feabb8a82b commit 90ac58cb2c56df119ca3d5631cbbc3feabb8a82b Author: Marc Treib <treib@chromium.org> Date: Fri Jul 9 10:43:20 2021 +0000 B4P cleanup, part 2: Delete old Save/Update bubble PasswordSaveUpdateView has been replaced by PasswordSaveUpdateWithAccountStoreView, similar for the corresponding controller. This CL deletes the old, non-AccountStore versions. This is a no-op on Win/Mac/Linux/ChromeOS (which already always used the new versions) and on Android/iOS (which don't use this UI at all). (Note that ChromeOS doesn't actually use/support the account-scoped storage, since the signed-in non-syncing state doesn't exist. But the new UI code is a strict superset of the old, so using it on ChromeOS as well is just simpler and more consistent - and this was already the case.) This CL also ports some recent unit test improvements (see crrev.com/c/3006215) from the old to the new controller. Bug: 1108738
Goes around upstream check for gaia credential page and empty primary account in the browser. Fixes brave/brave-browser#17595 Fixes brave/brave-browser#16926
This feature flag no longer works as all the code it wasn't guarding has been removed and password account storage is the only option now. This also means that we will regress on brave/brave-browser#16926 again, but this can be addressed in a different fix. Chromium issue: https://bugs.chromium.org/p/chromium/issues/detail?id=1108738 https://chromium.googlesource.com/chromium/src.git/+/90ac58cb2c56df119ca3d5631cbbc3feabb8a82b commit 90ac58cb2c56df119ca3d5631cbbc3feabb8a82b Author: Marc Treib <treib@chromium.org> Date: Fri Jul 9 10:43:20 2021 +0000 B4P cleanup, part 2: Delete old Save/Update bubble PasswordSaveUpdateView has been replaced by PasswordSaveUpdateWithAccountStoreView, similar for the corresponding controller. This CL deletes the old, non-AccountStore versions. This is a no-op on Win/Mac/Linux/ChromeOS (which already always used the new versions) and on Android/iOS (which don't use this UI at all). (Note that ChromeOS doesn't actually use/support the account-scoped storage, since the signed-in non-syncing state doesn't exist. But the new UI code is a strict superset of the old, so using it on ChromeOS as well is just simpler and more consistent - and this was already the case.) This CL also ports some recent unit test improvements (see crrev.com/c/3006215) from the old to the new controller. Bug: 1108738
Goes around upstream check for gaia credential page and empty primary account in the browser. Fixes brave/brave-browser#17595 Fixes brave/brave-browser#16926
Description
CR92 - Not getting save password prompt for Gmail accounts
Steps to Reproduce
Please note I am seeing this issue only for Gmail accounts, I am getting save password prompt for Twitter and uphold logins
Actual result:
Not getting save password prompt for Gmail accounts
Expected result:
Should get save password prompt for Gmail
Reproduces how often:
Easy
Brave version (brave://version info)
Other Additional Information:
Miscellaneous Information:
cc: @brave/legacy_qa @rebron @mkarolin
The text was updated successfully, but these errors were encountered: