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

Issue 223133003: Allow deleting autofill password suggestions on Shift+Delete (Closed)

Created:
6 years, 8 months ago by rchtara
Modified:
5 years, 3 months ago
CC:
chromium-reviews, benquan, jam, browser-components-watch_chromium.org, darin-cc_chromium.org, Dane Wallinga, dyu1, estade+watch_chromium.org, rouslan+autofillwatch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

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

Patch Set 1 #

Total comments: 24

Patch Set 2 : new version #

Patch Set 3 : #

Patch Set 4 : fixed issues #

Total comments: 1

Patch Set 5 : bug fixed #

Total comments: 11

Patch Set 6 : check #

Total comments: 9

Patch Set 7 : fixed problems in previous patch #

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

Messages

Total messages: 22 (0 generated)
rchtara
6 years, 8 months ago (2014-04-03 16:28:08 UTC) #1
vabr (Chromium)
Hi Riadh, After you address my comments below, I believe it's ready for Ilya's review. ...
6 years, 8 months ago (2014-04-04 10:51:40 UTC) #2
rchtara
https://codereview.chromium.org/223133003/diff/1/AUTHORS File AUTHORS (right): https://codereview.chromium.org/223133003/diff/1/AUTHORS#newcode271 AUTHORS:271: Riadh Chtara <rchtara@chromium.org> On 2014/04/04 10:51:40, vabr (Chromium) wrote: ...
6 years, 8 months ago (2014-04-04 16:07:18 UTC) #3
rchtara
Hi Ilya, Could you please review this cl and tell me your opinion about it? ...
6 years, 8 months ago (2014-04-04 16:57:31 UTC) #4
vabr (Chromium)
Hi Riadh, A nit I randomly spotted below. Vaclav https://codereview.chromium.org/223133003/diff/80001/components/password_manager/core/browser/password_manager.cc File components/password_manager/core/browser/password_manager.cc (right): https://codereview.chromium.org/223133003/diff/80001/components/password_manager/core/browser/password_manager.cc#newcode296 components/password_manager/core/browser/password_manager.cc:296: ...
6 years, 8 months ago (2014-04-07 09:35:39 UTC) #5
rchtara
Hi Ilya, I wanted just to tell you that the bug I told you about ...
6 years, 8 months ago (2014-04-07 15:02:04 UTC) #6
Ilya Sherman
Apologies for my delay in getting to this review! https://codereview.chromium.org/223133003/diff/120001/components/autofill/content/common/autofill_messages.h File components/autofill/content/common/autofill_messages.h (right): https://codereview.chromium.org/223133003/diff/120001/components/autofill/content/common/autofill_messages.h#newcode8 components/autofill/content/common/autofill_messages.h:8: ...
6 years, 8 months ago (2014-04-09 06:33:05 UTC) #7
vabr (Chromium)
https://codereview.chromium.org/223133003/diff/120001/components/autofill/content/common/autofill_messages.h File components/autofill/content/common/autofill_messages.h (right): https://codereview.chromium.org/223133003/diff/120001/components/autofill/content/common/autofill_messages.h#newcode8 components/autofill/content/common/autofill_messages.h:8: #include <vector> On 2014/04/09 06:33:05, Ilya Sherman wrote: > ...
6 years, 8 months ago (2014-04-09 11:17:12 UTC) #8
rchtara
Hi Ilya, No problem and thanks a lot for your review. Cheers Riadh https://codereview.chromium.org/223133003/diff/120001/components/autofill/content/common/autofill_messages.h File ...
6 years, 8 months ago (2014-04-09 13:52:43 UTC) #9
vabr (Chromium)
LGTM with comments, but please wait until Ilya approves as well. Thanks! Vaclav https://codereview.chromium.org/223133003/diff/140001/components/autofill/content/browser/content_autofill_driver_unittest.cc File ...
6 years, 8 months ago (2014-04-09 14:06:29 UTC) #10
rchtara
https://codereview.chromium.org/223133003/diff/140001/components/autofill/content/browser/content_autofill_driver_unittest.cc File components/autofill/content/browser/content_autofill_driver_unittest.cc (right): https://codereview.chromium.org/223133003/diff/140001/components/autofill/content/browser/content_autofill_driver_unittest.cc#newcode264 components/autofill/content/browser/content_autofill_driver_unittest.cc:264: EXPECT_TRUE(GetRemoveSavedPasswordMessage()); On 2014/04/09 14:06:30, vabr (Chromium) wrote: > Could ...
6 years, 8 months ago (2014-04-09 15:28:20 UTC) #11
Ilya Sherman
https://codereview.chromium.org/223133003/diff/120001/components/autofill/content/common/autofill_messages.h File components/autofill/content/common/autofill_messages.h (right): https://codereview.chromium.org/223133003/diff/120001/components/autofill/content/common/autofill_messages.h#newcode8 components/autofill/content/common/autofill_messages.h:8: #include <vector> On 2014/04/09 11:17:13, vabr (Chromium) wrote: > ...
6 years, 8 months ago (2014-04-09 21:42:20 UTC) #12
Ilya Sherman
6 years, 8 months ago (2014-04-09 21:42:21 UTC) #13
Ilya Sherman
Argh, I typed the mystical quattrogram without intending to activate its mystical powers! Just to ...
6 years, 8 months ago (2014-04-09 21:43:49 UTC) #14
vabr (Chromium)
https://codereview.chromium.org/223133003/diff/120001/components/autofill/content/common/autofill_messages.h File components/autofill/content/common/autofill_messages.h (right): https://codereview.chromium.org/223133003/diff/120001/components/autofill/content/common/autofill_messages.h#newcode8 components/autofill/content/common/autofill_messages.h:8: #include <vector> On 2014/04/09 21:42:20, Ilya Sherman wrote: > ...
6 years, 8 months ago (2014-04-10 13:45:16 UTC) #15
rchtara1
6 years, 8 months ago (2014-04-10 14:03:26 UTC) #16
rchtara1
6 years, 8 months ago (2014-04-10 14:03:26 UTC) #17
Patrick Dubroy
https://codereview.chromium.org/223133003/diff/120001/components/autofill/content/common/autofill_messages.h File components/autofill/content/common/autofill_messages.h (right): https://codereview.chromium.org/223133003/diff/120001/components/autofill/content/common/autofill_messages.h#newcode167 components/autofill/content/common/autofill_messages.h:167: base::string16 /*user name to be removed */) On 2014/04/09 ...
6 years, 7 months ago (2014-04-29 12:47:05 UTC) #18
Ilya Sherman
On 2014/04/29 12:47:05, Patrick Dubroy wrote: > https://codereview.chromium.org/223133003/diff/120001/components/autofill/content/common/autofill_messages.h > File components/autofill/content/common/autofill_messages.h (right): > > https://codereview.chromium.org/223133003/diff/120001/components/autofill/content/common/autofill_messages.h#newcode167 ...
6 years, 7 months ago (2014-04-29 20:40:16 UTC) #19
vabr (Chromium)
On 2014/04/29 20:40:16, Ilya Sherman wrote: > On 2014/04/29 12:47:05, Patrick Dubroy wrote: > > ...
6 years, 7 months ago (2014-04-30 07:31:23 UTC) #20
vabr (Chromium)
> Yesterday, during an off-line chat with Riadh and Patrick, we agreed that before > ...
6 years, 6 months ago (2014-05-26 10:23:24 UTC) #21
rchtara
6 years, 6 months ago (2014-05-26 16:40:10 UTC) #22
Thanks a lot vaclav, for not forgetting it
Cheers
Riadh

Powered by Google App Engine
This is Rietveld 408576698