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

Issue 870513002: [PasswordManager] Improve detection of ignorable change password forms. (Closed)

Created:
5 years, 11 months ago by Pritam Nikam
Modified:
5 years, 10 months ago
Reviewers:
vabr (Chromium)
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Password Manager] Improve detection of ignorable change password forms. BUG=448351 Committed: https://crrev.com/7a6e8ea50fb5892f35314d26797f5a173245be0d Cr-Commit-Position: refs/heads/master@{#317577}

Patch Set 1 : #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : Addresses Vaclav's review inputs. #

Total comments: 22

Patch Set 4 : #

Total comments: 2

Patch Set 5 : Incorporates review comments. #

Patch Set 6 : Fixed breakage. #

Total comments: 10

Patch Set 7 : Addressed review comments. #

Total comments: 32

Patch Set 8 : Incorporated reviews. #

Total comments: 6

Patch Set 9 : Incorporated reviews. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -23 lines) Patch
M components/autofill/core/common/save_password_progress_logger.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill/core/common/save_password_progress_logger.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/password_form_manager.h View 1 2 3 4 5 6 7 8 1 chunk +10 lines, -7 lines 0 comments Download
M components/password_manager/core/browser/password_form_manager.cc View 1 2 3 4 5 6 7 8 4 chunks +31 lines, -15 lines 0 comments Download
M components/password_manager/core/browser/password_form_manager_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +65 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/password_manager.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 33 (9 generated)
Pritam Nikam
Hi Vaclav, I was roughly talking about something like this CL. This is purely a ...
5 years, 11 months ago (2015-01-22 11:31:46 UTC) #4
vabr (Chromium)
On 2015/01/22 11:31:46, Pritam Nikam wrote: > Hi Vaclav, > > I was roughly talking ...
5 years, 11 months ago (2015-01-22 15:25:45 UTC) #5
vabr (Chromium)
Hi Pritam Nikam. I'm afraid this is a little too ambitious: trying to guess the ...
5 years, 10 months ago (2015-01-28 13:25:32 UTC) #6
Pritam Nikam
Thanks Vaclav for review. With new patch set (#3) I was trying to get align ...
5 years, 10 months ago (2015-01-29 14:14:35 UTC) #7
Pritam Nikam
Thanks Vaclav for your inputs. I've tried addressing you input along new patchset #3, PTAL! ...
5 years, 10 months ago (2015-01-30 06:36:57 UTC) #8
vabr (Chromium)
Hi Pritam Nikam. I left a number of comments, because I question most of the ...
5 years, 10 months ago (2015-02-02 14:18:50 UTC) #10
vabr (Chromium)
> You don't have tests (which I would ask for before landing anyway, but we ...
5 years, 10 months ago (2015-02-02 14:22:46 UTC) #11
vabr (Chromium)
https://codereview.chromium.org/870513002/diff/120001/components/password_manager/core/browser/password_manager.cc File components/password_manager/core/browser/password_manager.cc (left): https://codereview.chromium.org/870513002/diff/120001/components/password_manager/core/browser/password_manager.cc#oldcode237 components/password_manager/core/browser/password_manager.cc:237: if ((*iter)->IsIgnorableChangePasswordForm()) { Should you also delete the method, ...
5 years, 10 months ago (2015-02-02 14:22:53 UTC) #12
Pritam Nikam
Thanks Vaclav for thorough review. I've tried addressing most of your inputs, PTAL. Thanks! > ...
5 years, 10 months ago (2015-02-05 06:12:07 UTC) #14
vabr (Chromium)
Hi Pritam Nikam, Sorry, but this still not LGTM. > Plan for now is to ...
5 years, 10 months ago (2015-02-06 16:27:07 UTC) #15
Pritam Nikam
On 2015/02/06 16:27:07, vabr (Chromium) wrote: > Hi Pritam Nikam, > > Sorry, but this ...
5 years, 10 months ago (2015-02-09 14:30:51 UTC) #16
Pritam Nikam
Hi Vaclav, PTAL @ new patch set. Thanks! https://codereview.chromium.org/870513002/diff/180001/components/password_manager/core/browser/password_form_manager.cc File components/password_manager/core/browser/password_form_manager.cc (left): https://codereview.chromium.org/870513002/diff/180001/components/password_manager/core/browser/password_form_manager.cc#oldcode379 components/password_manager/core/browser/password_form_manager.cc:379: // ...
5 years, 10 months ago (2015-02-09 15:48:17 UTC) #17
vabr (Chromium)
Hi Pritam Nikam. Thanks, this looks already much better. I agree with you that we ...
5 years, 10 months ago (2015-02-10 18:54:57 UTC) #18
Pritam Nikam
Thanks Vaclav for inputs. I've incorporated review comments with new patchset PTAL. Thanks! https://codereview.chromium.org/870513002/diff/200001/components/password_manager/core/browser/password_form_manager.cc File ...
5 years, 10 months ago (2015-02-19 11:18:49 UTC) #19
vabr (Chromium)
Thanks, Pritam. This LGTM already, with some comments below. Cheers, Vaclav https://codereview.chromium.org/870513002/diff/220001/components/password_manager/core/browser/password_form_manager.h File components/password_manager/core/browser/password_form_manager.h (right): ...
5 years, 10 months ago (2015-02-23 10:15:27 UTC) #20
vabr (Chromium)
Also, a note for future CLs: Please try to separate rebasing and own changes. Here, ...
5 years, 10 months ago (2015-02-23 10:19:49 UTC) #21
Pritam Nikam
Thanks Vaclav! Addresses your inputs PTAL, Thanks! https://codereview.chromium.org/870513002/diff/220001/components/password_manager/core/browser/password_form_manager.h File components/password_manager/core/browser/password_form_manager.h (right): https://codereview.chromium.org/870513002/diff/220001/components/password_manager/core/browser/password_form_manager.h#newcode90 components/password_manager/core/browser/password_form_manager.h:90: // field ...
5 years, 10 months ago (2015-02-23 11:27:52 UTC) #23
Pritam Nikam
On 2015/02/23 10:19:49, vabr (Chromium) wrote: > Also, a note for future CLs: > > ...
5 years, 10 months ago (2015-02-23 11:29:00 UTC) #24
vabr (Chromium)
https://codereview.chromium.org/870513002/#ps240001 LGTM. Thanks! Vaclav
5 years, 10 months ago (2015-02-23 11:39:22 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/870513002/240001
5 years, 10 months ago (2015-02-23 11:44:03 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator/builds/61558)
5 years, 10 months ago (2015-02-23 11:46:43 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/870513002/240001
5 years, 10 months ago (2015-02-23 13:03:23 UTC) #31
commit-bot: I haz the power
Committed patchset #9 (id:240001)
5 years, 10 months ago (2015-02-23 13:06:52 UTC) #32
commit-bot: I haz the power
5 years, 10 months ago (2015-02-23 13:07:31 UTC) #33
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/7a6e8ea50fb5892f35314d26797f5a173245be0d
Cr-Commit-Position: refs/heads/master@{#317577}

Powered by Google App Engine
This is Rietveld 408576698