Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Issue 1031153002: [Credential Management] Smart lock save Credentials bubble should not always pop up. (Closed)

Created:
5 years, 9 months ago by melandory
Modified:
5 years, 8 months ago
Reviewers:
vabr (Chromium)
CC:
chromium-reviews, darin-cc_chromium.org, gcasto+watchlist_chromium.org, jam, mkwst+watchlist-passwords_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Credential Management] Smart lock save Credentials bubble should not always pop up. Bubble shouldn't be popped up if user has blacklisted the site or password management is disabled for the page. BUG=450583 Committed: https://crrev.com/90ada142d5ce68a21ee0dca95b6a8ca872a35fe4 Cr-Commit-Position: refs/heads/master@{#324200}

Patch Set 1 : #

Total comments: 9

Patch Set 2 : #

Patch Set 3 : Remove fullfilled TODO #

Patch Set 4 : #

Total comments: 15

Patch Set 5 : #

Patch Set 6 : #

Total comments: 14

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+227 lines, -196 lines) Patch
M chrome/browser/password_manager/chrome_password_manager_client.h View 1 2 3 4 3 chunks +7 lines, -1 line 0 comments Download
M chrome/browser/password_manager/chrome_password_manager_client.cc View 1 2 3 4 5 6 6 chunks +72 lines, -19 lines 0 comments Download
M chrome/browser/password_manager/chrome_password_manager_client_unittest.cc View 1 2 3 4 5 6 9 chunks +101 lines, -11 lines 0 comments Download
M components/autofill/core/common/save_password_progress_logger.h View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M components/autofill/core/common/save_password_progress_logger.cc View 1 2 3 4 5 6 1 chunk +3 lines, -4 lines 0 comments Download
M components/password_manager/content/browser/credential_manager_dispatcher.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M components/password_manager/content/browser/credential_manager_dispatcher.cc View 1 2 3 4 3 chunks +6 lines, -8 lines 0 comments Download
M components/password_manager/content/browser/credential_manager_dispatcher_unittest.cc View 1 2 3 4 5 3 chunks +7 lines, -2 lines 0 comments Download
M components/password_manager/core/browser/password_generation_manager.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M components/password_manager/core/browser/password_generation_manager_unittest.cc View 1 2 3 4 3 chunks +6 lines, -5 lines 0 comments Download
M components/password_manager/core/browser/password_manager.h View 1 2 3 4 4 chunks +0 lines, -16 lines 0 comments Download
M components/password_manager/core/browser/password_manager.cc View 1 2 3 4 7 chunks +5 lines, -58 lines 0 comments Download
M components/password_manager/core/browser/password_manager_client.h View 1 2 3 4 1 chunk +7 lines, -1 line 0 comments Download
M components/password_manager/core/browser/password_manager_client.cc View 1 2 3 4 1 chunk +5 lines, -1 line 0 comments Download
M components/password_manager/core/browser/password_manager_unittest.cc View 1 2 3 4 6 chunks +6 lines, -66 lines 0 comments Download

Messages

Total messages: 32 (15 generated)
melandory
Hi Vaclav, review this CL, please. Thanks!
5 years, 9 months ago (2015-03-26 14:25:14 UTC) #7
vabr (Chromium)
Thanks, Tanja. This looks good, however, I believe we should simplify this further (please see ...
5 years, 9 months ago (2015-03-26 14:51:59 UTC) #8
melandory
On 2015/03/26 14:51:59, vabr (Chromium) wrote: > Thanks, Tanja. > > This looks good, however, ...
5 years, 8 months ago (2015-03-30 07:08:36 UTC) #9
melandory
https://codereview.chromium.org/1031153002/diff/100001/chrome/browser/password_manager/chrome_password_manager_client.cc File chrome/browser/password_manager/chrome_password_manager_client.cc (right): https://codereview.chromium.org/1031153002/diff/100001/chrome/browser/password_manager/chrome_password_manager_client.cc#newcode112 chrome/browser/password_manager/chrome_password_manager_client.cc:112: bool ChromePasswordManagerClient::IsEnabledForCurrentPage() const { On 2015/03/26 14:51:58, vabr (Chromium) ...
5 years, 8 months ago (2015-03-30 09:50:17 UTC) #12
vabr (Chromium)
Thanks, Tanja! The changes look good, but I would like to propose one more method ...
5 years, 8 months ago (2015-03-30 10:58:43 UTC) #13
vabr (Chromium)
Adding one forgotten comment. https://codereview.chromium.org/1031153002/diff/200001/components/password_manager/core/browser/password_manager.cc File components/password_manager/core/browser/password_manager.cc (right): https://codereview.chromium.org/1031153002/diff/200001/components/password_manager/core/browser/password_manager.cc#newcode147 components/password_manager/core/browser/password_manager.cc:147: saving_passwords_enabled_.Init(prefs::kPasswordManagerSavingEnabled, For the proposed move ...
5 years, 8 months ago (2015-03-30 10:59:53 UTC) #14
melandory
On 2015/03/30 10:59:53, vabr (Chromium) wrote: > Adding one forgotten comment. > > https://codereview.chromium.org/1031153002/diff/200001/components/password_manager/core/browser/password_manager.cc > ...
5 years, 8 months ago (2015-03-30 16:17:57 UTC) #15
melandory
On 2015/03/30 16:17:57, melandory wrote: > On 2015/03/30 10:59:53, vabr (Chromium) wrote: > > Adding ...
5 years, 8 months ago (2015-03-31 12:22:54 UTC) #16
melandory
Ready for review. Thanks! https://codereview.chromium.org/1031153002/diff/200001/chrome/browser/password_manager/chrome_password_manager_client.cc File chrome/browser/password_manager/chrome_password_manager_client.cc (right): https://codereview.chromium.org/1031153002/diff/200001/chrome/browser/password_manager/chrome_password_manager_client.cc#newcode117 chrome/browser/password_manager/chrome_password_manager_client.cc:117: bool is_enabled; On 2015/03/30 10:58:42, ...
5 years, 8 months ago (2015-04-07 13:14:13 UTC) #20
vabr (Chromium)
LGTM with some comments. Thanks! Vaclav https://codereview.chromium.org/1031153002/diff/290001/chrome/browser/password_manager/chrome_password_manager_client.cc File chrome/browser/password_manager/chrome_password_manager_client.cc (right): https://codereview.chromium.org/1031153002/diff/290001/chrome/browser/password_manager/chrome_password_manager_client.cc#newcode61 chrome/browser/password_manager/chrome_password_manager_client.cc:61: // This routine ...
5 years, 8 months ago (2015-04-07 13:53:15 UTC) #21
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1031153002/310001
5 years, 8 months ago (2015-04-07 14:25:09 UTC) #24
melandory
https://codereview.chromium.org/1031153002/diff/290001/chrome/browser/password_manager/chrome_password_manager_client.cc File chrome/browser/password_manager/chrome_password_manager_client.cc (right): https://codereview.chromium.org/1031153002/diff/290001/chrome/browser/password_manager/chrome_password_manager_client.cc#newcode61 chrome/browser/password_manager/chrome_password_manager_client.cc:61: // This routine is called when PasswordManagersClient is constructed. ...
5 years, 8 months ago (2015-04-07 14:28:52 UTC) #25
commit-bot: I haz the power
This issue passed the CQ dry run.
5 years, 8 months ago (2015-04-07 15:04:26 UTC) #27
vabr (Chromium)
LGTM, Thanks!
5 years, 8 months ago (2015-04-07 15:14:45 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1031153002/310001
5 years, 8 months ago (2015-04-08 09:19:48 UTC) #30
commit-bot: I haz the power
Committed patchset #7 (id:310001)
5 years, 8 months ago (2015-04-08 09:21:20 UTC) #31
commit-bot: I haz the power
5 years, 8 months ago (2015-04-08 09:22:12 UTC) #32
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/90ada142d5ce68a21ee0dca95b6a8ca872a35fe4
Cr-Commit-Position: refs/heads/master@{#324200}

Powered by Google App Engine
This is Rietveld 408576698