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

Issue 2886413002: Fix sending autofill votes for sign-in forms. (Closed)

Created:
3 years, 7 months ago by dvadym
Modified:
3 years, 7 months ago
Reviewers:
kolos1
CC:
chromium-reviews, gcasto+watchlist_chromium.org, vabr+watchlistpasswordmanager_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix sending autofill votes for sign-in forms. On CL https://codereview.chromium.org/2796873002/ a sending of autofill votes for sing-in forms was implemented. The problem is that FormData received from the renderer doesn't have values, so Autofill can't figure out any types. This CL adds username value to username field value in FormData structure. BUG=699530 Review-Url: https://codereview.chromium.org/2886413002 Cr-Commit-Position: refs/heads/master@{#473155} Committed: https://chromium.googlesource.com/chromium/src/+/6c4e650dc5f0b6f20a9669c0943bd20c18e85ed1

Patch Set 1 #

Patch Set 2 : comment fixed #

Total comments: 2

Patch Set 3 : restructuring #

Patch Set 4 : comment update #

Patch Set 5 : fix compilation error #

Patch Set 6 : fix compilation error #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -10 lines) Patch
M components/password_manager/core/browser/password_form_manager.cc View 1 2 3 4 2 chunks +10 lines, -10 lines 0 comments Download
M components/password_manager/core/browser/password_form_manager_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (15 generated)
dvadym
Hi Maxim, could you please review this CL? Regards, Vadym
3 years, 7 months ago (2017-05-18 13:06:48 UTC) #5
kolos1
https://codereview.chromium.org/2886413002/diff/20001/components/password_manager/core/browser/password_form_manager.cc File components/password_manager/core/browser/password_form_manager.cc (right): https://codereview.chromium.org/2886413002/diff/20001/components/password_manager/core/browser/password_form_manager.cc#newcode1305 components/password_manager/core/browser/password_form_manager.cc:1305: pending_credentials_.form_data.fields[0].value = As I understand, |field[0]| might be a ...
3 years, 7 months ago (2017-05-18 13:36:25 UTC) #6
dvadym
https://codereview.chromium.org/2886413002/diff/20001/components/password_manager/core/browser/password_form_manager.cc File components/password_manager/core/browser/password_form_manager.cc (right): https://codereview.chromium.org/2886413002/diff/20001/components/password_manager/core/browser/password_form_manager.cc#newcode1305 components/password_manager/core/browser/password_form_manager.cc:1305: pending_credentials_.form_data.fields[0].value = On 2017/05/18 13:36:25, kolos1 wrote: > As ...
3 years, 7 months ago (2017-05-18 14:24:42 UTC) #7
kolos1
On 2017/05/18 14:24:42, dvadym wrote: > https://codereview.chromium.org/2886413002/diff/20001/components/password_manager/core/browser/password_form_manager.cc > File components/password_manager/core/browser/password_form_manager.cc (right): > > https://codereview.chromium.org/2886413002/diff/20001/components/password_manager/core/browser/password_form_manager.cc#newcode1305 > ...
3 years, 7 months ago (2017-05-18 18:02:55 UTC) #8
kolos1
On 2017/05/18 18:02:55, kolos1 wrote: > On 2017/05/18 14:24:42, dvadym wrote: > > > https://codereview.chromium.org/2886413002/diff/20001/components/password_manager/core/browser/password_form_manager.cc ...
3 years, 7 months ago (2017-05-18 18:04:00 UTC) #9
dvadym
I've restructured code a little bit. PTAL
3 years, 7 months ago (2017-05-19 09:10:48 UTC) #10
kolos1
On 2017/05/19 09:10:48, dvadym wrote: > I've restructured code a little bit. PTAL LGTM
3 years, 7 months ago (2017-05-19 09:18:11 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2886413002/100001
3 years, 7 months ago (2017-05-19 10:53:17 UTC) #21
commit-bot: I haz the power
3 years, 7 months ago (2017-05-19 10:58:30 UTC) #24
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/6c4e650dc5f0b6f20a9669c0943b...

Powered by Google App Engine
This is Rietveld 408576698