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

Issue 259153004: Password bubble: Give users the option of unblacklisting a site. (Closed)

Created:
6 years, 7 months ago by Mike West
Modified:
6 years, 7 months ago
CC:
chromium-reviews, tfarina, jar (doing other things), asvitkine+watch_chromium.org
Visibility:
Public.

Description

Password bubble: Give users the option of unblacklisting a site. This CL adds a new view to the bubble, to be displayed to the user when she clicks on the icon for a site where she's previously elected to "Never save passwords". From this view, she may elect to unblacklist the site, enabling passwords to be saved going forward. To do so, a PasswordFormMap is piped through the password manager client when sending a BlacklistBlockedAutofill notifiation. That contains the information we'll need to pass into the PasswordStore to remove the blacklist. BUG=357597 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=268202

Patch Set 1 #

Total comments: 10

Patch Set 2 : Fixups. #

Total comments: 3

Patch Set 3 : Nits. #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+273 lines, -27 lines) Patch
M chrome/app/generated_resources.grd View 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/password_manager/chrome_password_manager_client.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/password_manager/chrome_password_manager_client.cc View 1 2 1 chunk +5 lines, -4 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_bubble_model.h View 2 chunks +8 lines, -1 line 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_bubble_model.cc View 3 chunks +13 lines, -4 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc View 1 2 15 chunks +79 lines, -1 line 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_bubble_ui_controller.h View 1 2 4 chunks +14 lines, -6 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_bubble_ui_controller.cc View 1 2 chunks +25 lines, -1 line 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_bubble_ui_controller_mock.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_bubble_ui_controller_unittest.cc View 1 3 chunks +28 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h View 1 1 chunk +18 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc View 1 2 2 chunks +52 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/passwords/manage_passwords_view_test.cc View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M components/password_manager/core/browser/password_form_manager.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/password_manager/core/browser/password_manager_client.h View 1 2 1 chunk +10 lines, -4 lines 0 comments Download
M components/password_manager/core/browser/password_manager_metrics_util.h View 2 chunks +2 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Mike West
Hi Vaclav, Markus! This patch (based on https://codereview.chromium.org/255903006/) attempts to add the ability to unblacklist ...
6 years, 7 months ago (2014-04-29 12:04:37 UTC) #1
vabr (Chromium)
The current state LGTM with comments. Cheers, Vaclav https://codereview.chromium.org/259153004/diff/1/chrome/browser/ui/passwords/manage_passwords_bubble_ui_controller.cc File chrome/browser/ui/passwords/manage_passwords_bubble_ui_controller.cc (right): https://codereview.chromium.org/259153004/diff/1/chrome/browser/ui/passwords/manage_passwords_bubble_ui_controller.cc#newcode148 chrome/browser/ui/passwords/manage_passwords_bubble_ui_controller.cc:148: // ...
6 years, 7 months ago (2014-04-29 13:30:12 UTC) #2
Mike West
Thanks Vaclav! I've cleaned this up a bit. If you'd like to take another look, ...
6 years, 7 months ago (2014-04-30 10:39:31 UTC) #3
Mike West
Note that this is based on https://codereview.chromium.org/255903006/ which is based on https://codereview.chromium.org/254263002/, so I can't ...
6 years, 7 months ago (2014-04-30 10:40:39 UTC) #4
vabr (Chromium)
Hi Mike. I'm glad you like being hit by luck more than being hit by ...
6 years, 7 months ago (2014-04-30 11:08:46 UTC) #5
Ilya Sherman
histograms.xml changes lgtm
6 years, 7 months ago (2014-05-01 00:54:53 UTC) #6
Mike West
The CQ bit was checked by mkwst@chromium.org
6 years, 7 months ago (2014-05-05 15:01:12 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mkwst@chromium.org/259153004/60001
6 years, 7 months ago (2014-05-05 15:01:28 UTC) #8
commit-bot: I haz the power
6 years, 7 months ago (2014-05-05 16:52:14 UTC) #9
Message was sent while issue was closed.
Change committed as 268202

Powered by Google App Engine
This is Rietveld 408576698