|
Allow deleting autofill password suggestions on Shift+Delete.
As described in the bug, when someone clicks on shift+del on a saved login, the saved login is removed only from the display and is going to reappear when the page is refreshed.
This CL allows to make the remove of a saved login persistent by also deleting the corresponding entry in the PasswordStore.
Note: this is a continuation of https://codereview.chromium.org/133893004/.
BUG= 329038
Total comments: 24
Total comments: 1
Total comments: 11
Total comments: 9
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+221 lines, -8 lines) |
Patch |
 |
M |
components/autofill/content/browser/content_autofill_driver.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/content/browser/content_autofill_driver.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/content/browser/content_autofill_driver_unittest.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/content/common/autofill_messages.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/content/renderer/password_autofill_agent.h
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/content/renderer/password_autofill_agent.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/autofill_driver.h
|
View
|
1
2
3
4
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/autofill_external_delegate.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/autofill_manager.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/password_autofill_manager.h
|
View
|
1
2
3
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/password_autofill_manager.cc
|
View
|
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/password_autofill_manager_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/test_autofill_driver.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/test_autofill_driver.cc
|
View
|
4
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/password_manager/content/browser/content_password_manager_driver.cc
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/password_manager/core/browser/password_form_manager.h
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/password_manager/core/browser/password_form_manager.cc
|
View
|
1
2
3
4
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/password_manager/core/browser/password_manager.h
|
View
|
1
2
3
4
5
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/password_manager/core/browser/password_manager.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+58 lines, -6 lines |
0 comments
|
Download
|
Total messages: 22 (0 generated)
|