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

Issue 2864483005: Uses AutofillProfileComparator to compare profile names. (Closed)

Created:
3 years, 7 months ago by csashi
Modified:
3 years, 7 months ago
CC:
chromium-reviews, rouslan+autofill_chromium.org, rogerm+autofillwatch_chromium.org, sebsg+autofillwatch_chromium.org, browser-components-watch_chromium.org, mathp+autofillwatch_chromium.org, vabr+watchlistautofill_chromium.org, estade+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Uses AutofillProfileComparator to compare profile names. BUG=710974 Review-Url: https://codereview.chromium.org/2864483005 Cr-Commit-Position: refs/heads/master@{#469731} Committed: https://chromium.googlesource.com/chromium/src/+/d7995ddddb7ac652c721c532c7425de58def0147

Patch Set 1 #

Patch Set 2 : Uses AutofillProfileComparator to compare profile names. #

Total comments: 2

Patch Set 3 : Reorder method definitions to match declaration order. #

Patch Set 4 : Reorder method definitions to match declaration order. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+226 lines, -107 lines) Patch
M components/autofill/core/browser/autofill_manager.cc View 1 2 3 3 chunks +16 lines, -40 lines 0 comments Download
M components/autofill/core/browser/autofill_manager_unittest.cc View 1 2 3 4 chunks +154 lines, -11 lines 0 comments Download
M components/autofill/core/browser/autofill_profile_comparator.h View 2 chunks +13 lines, -13 lines 0 comments Download
M components/autofill/core/browser/autofill_profile_comparator.cc View 1 2 2 chunks +43 lines, -43 lines 0 comments Download

Messages

Total messages: 22 (12 generated)
csashi
Hi, Please take a look. Thanks! -sashi.
3 years, 7 months ago (2017-05-04 21:19:02 UTC) #2
Jared Saul
lgtm Question for Roger: Can you explain how AutofillProfileComparator::GetNamePartVariants() works? Is it a strict substring ...
3 years, 7 months ago (2017-05-04 21:58:07 UTC) #5
sebsg
Nice LGTM, but let's wait for Roger's comments :)
3 years, 7 months ago (2017-05-05 14:04:58 UTC) #9
Roger McFarlane (Chromium)
The name comparison is not a substring checker, although that might be interesting. It only ...
3 years, 7 months ago (2017-05-05 16:05:30 UTC) #10
csashi
https://codereview.chromium.org/2864483005/diff/20001/components/autofill/core/browser/autofill_manager.cc File components/autofill/core/browser/autofill_manager.cc (right): https://codereview.chromium.org/2864483005/diff/20001/components/autofill/core/browser/autofill_manager.cc#newcode1311 components/autofill/core/browser/autofill_manager.cc:1311: } else if (!comparator.IsNameVariantOf(verified_name, address_name)) { On 2017/05/05 16:05:30, ...
3 years, 7 months ago (2017-05-05 16:22:31 UTC) #11
Roger McFarlane (Chromium)
LGTM nit: the declaration order in the comparator header no longer matches the definition order ...
3 years, 7 months ago (2017-05-05 16:46:46 UTC) #12
csashi
3 years, 7 months ago (2017-05-05 17:10:28 UTC) #13
csashi
On 2017/05/05 16:46:46, Roger McFarlane (Chromium) wrote: > LGTM > > nit: the declaration order ...
3 years, 7 months ago (2017-05-05 17:10:59 UTC) #15
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/2864483005/60001
3 years, 7 months ago (2017-05-05 17:24:31 UTC) #19
commit-bot: I haz the power
3 years, 7 months ago (2017-05-05 18:36:02 UTC) #22
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/d7995ddddb7ac652c721c532c742...

Powered by Google App Engine
This is Rietveld 408576698