|
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
Total comments: 10
Total comments: 3
|
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
|
Total messages: 9 (0 generated)
|