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

Issue 557703002: Refactoring PasswordAutofillAgent::FillUserNameAndPassword function. (Closed)

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

Description

Refactoring PasswordAutofillAgent::FillUserNameAndPassword for early return if password_element is not autocompleteable. PasswordAutofillAgent::FillUserNameAndPassword function refactor done for early return as we chould check this at start only. BUG=398436 Committed: https://crrev.com/2e88712e567b53efd941e87ef2b04fc60a8bce03 Cr-Commit-Position: refs/heads/master@{#295653}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Changes as per reviewers comments and discussion. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -5 lines) Patch
M components/autofill/content/renderer/password_autofill_agent.cc View 1 2 chunks +4 lines, -5 lines 0 comments Download

Messages

Total messages: 29 (5 generated)
Deepak
Refactoring changes done. @PTAL
6 years, 3 months ago (2014-09-09 08:39:06 UTC) #2
Deepak
On 2014/09/09 08:39:06, deepak.m1 wrote: > Refactoring changes done. > @PTAL @vabr PTAL of my ...
6 years, 3 months ago (2014-09-15 14:06:38 UTC) #3
vabr (Chromium)
Hi deepak.m1, First, sorry for the delay, I was on holiday last week. Second, there ...
6 years, 3 months ago (2014-09-15 14:39:54 UTC) #4
Deepak
On 2014/09/15 14:39:54, vabr (Chromium) wrote: > Hi deepak.m1, > > First, sorry for the ...
6 years, 3 months ago (2014-09-15 15:00:32 UTC) #5
Deepak
On 2014/09/15 15:00:32, deepak.m1 wrote: > On 2014/09/15 14:39:54, vabr (Chromium) wrote: > > Hi ...
6 years, 3 months ago (2014-09-15 15:09:23 UTC) #6
Deepak
On 2014/09/15 15:09:23, deepak.m1 wrote: > On 2014/09/15 15:00:32, deepak.m1 wrote: > > On 2014/09/15 ...
6 years, 3 months ago (2014-09-18 04:17:08 UTC) #7
vabr (Chromium)
Checking IsElementAutocompletable(password_element) in FillFormOnPasswordRecieved is necessary to avoid username element value just below, so don't ...
6 years, 3 months ago (2014-09-18 09:14:24 UTC) #8
Deepak
On 2014/09/18 09:14:24, vabr (Chromium) wrote: > Checking IsElementAutocompletable(password_element) in > FillFormOnPasswordRecieved is necessary to ...
6 years, 3 months ago (2014-09-18 09:34:58 UTC) #9
Deepak
https://codereview.chromium.org/557703002/diff/1/components/autofill/content/renderer/password_autofill_agent.cc File components/autofill/content/renderer/password_autofill_agent.cc (right): https://codereview.chromium.org/557703002/diff/1/components/autofill/content/renderer/password_autofill_agent.cc#newcode975 components/autofill/content/renderer/password_autofill_agent.cc:975: if (!IsElementAutocompletable(*password_element)) On 2014/09/18 09:14:24, vabr (Chromium) wrote: > ...
6 years, 3 months ago (2014-09-18 09:35:13 UTC) #10
Deepak
On 2014/09/18 09:35:13, deepak.m1 wrote: > https://codereview.chromium.org/557703002/diff/1/components/autofill/content/renderer/password_autofill_agent.cc > File components/autofill/content/renderer/password_autofill_agent.cc (right): > > https://codereview.chromium.org/557703002/diff/1/components/autofill/content/renderer/password_autofill_agent.cc#newcode975 > ...
6 years, 3 months ago (2014-09-18 09:35:42 UTC) #11
vabr (Chromium)
On 2014/09/18 09:35:42, deepak.m1 wrote: > On 2014/09/18 09:35:13, deepak.m1 wrote: > > > https://codereview.chromium.org/557703002/diff/1/components/autofill/content/renderer/password_autofill_agent.cc ...
6 years, 3 months ago (2014-09-18 10:04:17 UTC) #12
Deepak
On 2014/09/18 10:04:17, vabr (Chromium) wrote: > On 2014/09/18 09:35:42, deepak.m1 wrote: > > On ...
6 years, 3 months ago (2014-09-18 10:24:04 UTC) #13
Mike West
One grammar nit, having read none of the code. :) https://codereview.chromium.org/557703002/diff/1/components/autofill/content/renderer/password_autofill_agent.cc File components/autofill/content/renderer/password_autofill_agent.cc (right): https://codereview.chromium.org/557703002/diff/1/components/autofill/content/renderer/password_autofill_agent.cc#newcode197 ...
6 years, 3 months ago (2014-09-18 10:25:15 UTC) #15
vabr (Chromium)
On 2014/09/18 10:25:15, Mike West wrote: > One grammar nit, having read none of the ...
6 years, 3 months ago (2014-09-18 10:36:47 UTC) #16
vabr (Chromium)
On 2014/09/18 10:24:04, deepak.m1 wrote: > On 2014/09/18 10:04:17, vabr (Chromium) wrote: > > On ...
6 years, 3 months ago (2014-09-18 10:38:16 UTC) #17
Deepak
I understand that we will get more flexiblity by checking username and password's seprately. Thanks ...
6 years, 3 months ago (2014-09-18 12:11:32 UTC) #18
vabr (Chromium)
Thank you, LGTM! But please before landing this CL, update the title and description. Thank ...
6 years, 3 months ago (2014-09-18 12:15:02 UTC) #19
Garrett Casto
lgtm
6 years, 3 months ago (2014-09-18 12:30:13 UTC) #21
Deepak
On 2014/09/18 12:15:02, vabr (Chromium) wrote: > Thank you, LGTM! > > But please before ...
6 years, 3 months ago (2014-09-18 12:30:25 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/557703002/20001
6 years, 3 months ago (2014-09-18 12:31:29 UTC) #23
commit-bot: I haz the power
Exceeded time limit waiting for builds to trigger.
6 years, 3 months ago (2014-09-18 14:32:10 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/557703002/20001
6 years, 3 months ago (2014-09-19 03:05:52 UTC) #27
commit-bot: I haz the power
Committed patchset #2 (id:20001) as c210da5441fab3b87cd01dc138057f8d860f506e
6 years, 3 months ago (2014-09-19 03:41:14 UTC) #28
commit-bot: I haz the power
6 years, 3 months ago (2014-09-19 03:42:23 UTC) #29
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/2e88712e567b53efd941e87ef2b04fc60a8bce03
Cr-Commit-Position: refs/heads/master@{#295653}

Powered by Google App Engine
This is Rietveld 408576698