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

Issue 2835026: Added inferred labels implementation. Label inferred from the person name + d... (Closed)

Created:
10 years, 5 months ago by GeorgeY
Modified:
9 years, 6 months ago
Reviewers:
James Hawkins
CC:
chromium-reviews, Paweł Hajdan Jr., ben+cc_chromium.org
Visibility:
Public.

Description

Added inferred labels implementation. Label inferred from the person name + differences in other fields to distinguish entries. Also added it to generated previews. TODO: adjust indices in the Credit Cards. TEST=unit tested. BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=52786

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Total comments: 14

Patch Set 9 : '' #

Patch Set 10 : '' #

Total comments: 5

Patch Set 11 : '' #

Patch Set 12 : '' #

Patch Set 13 : '' #

Patch Set 14 : '' #

Patch Set 15 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+449 lines, -20 lines) Patch
M chrome/app/generated_resources.grd View 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/autofill/autofill_manager.cc View 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +25 lines, -14 lines 0 comments Download
M chrome/browser/autofill/autofill_manager_unittest.cc View 6 7 8 9 10 11 12 13 3 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/autofill/autofill_profile.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +31 lines, -0 lines 0 comments Download
M chrome/browser/autofill/autofill_profile.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +200 lines, -1 line 0 comments Download
M chrome/browser/autofill/autofill_profile_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +183 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
GeorgeY
Inferred labels implementation, so I could submit UI changes as well :)
10 years, 5 months ago (2010-06-29 17:58:12 UTC) #1
GeorgeY
New version, with suggestions
10 years, 5 months ago (2010-07-02 00:48:43 UTC) #2
James Hawkins
http://codereview.chromium.org/2835026/diff/37001/1008 File chrome/browser/autofill/autofill_profile.cc (right): http://codereview.chromium.org/2835026/diff/37001/1008#newcode416 chrome/browser/autofill/autofill_profile.cc:416: if (included_fields) { DCHECK on |included_fields| since this is ...
10 years, 5 months ago (2010-07-07 01:06:33 UTC) #3
James Hawkins
Also, I just tried this out using one profile, and the suggestion for the name ...
10 years, 5 months ago (2010-07-07 15:57:15 UTC) #4
James Hawkins
On 2010/07/07 15:57:15, James Hawkins wrote: > Also, I just tried this out using one ...
10 years, 5 months ago (2010-07-07 15:58:37 UTC) #5
GeorgeY
3 - fixed, 3 - I do not agree: see my comments. http://codereview.chromium.org/2835026/diff/37001/1008 File chrome/browser/autofill/autofill_profile.cc ...
10 years, 5 months ago (2010-07-07 17:34:06 UTC) #6
GeorgeY
On 2010/07/07 15:57:15, James Hawkins wrote: > Also, I just tried this out using one ...
10 years, 5 months ago (2010-07-07 17:35:51 UTC) #7
GeorgeY
On 2010/07/07 15:58:37, James Hawkins wrote: > On 2010/07/07 15:57:15, James Hawkins wrote: > > ...
10 years, 5 months ago (2010-07-07 17:37:01 UTC) #8
James Hawkins
http://codereview.chromium.org/2835026/diff/37001/1010 File chrome/browser/autofill/autofill_profile_unittest.cc (right): http://codereview.chromium.org/2835026/diff/37001/1010#newcode130 chrome/browser/autofill/autofill_profile_unittest.cc:130: EXPECT_EQ(string16(ASCIIToUTF16("John Doe")), profiles[0]->Label()); On 2010/07/07 17:34:06, GeorgeY wrote: > ...
10 years, 5 months ago (2010-07-07 18:27:20 UTC) #9
GeorgeY
On 2010/07/07 18:27:20, James Hawkins wrote: > http://codereview.chromium.org/2835026/diff/37001/1010 > File chrome/browser/autofill/autofill_profile_unittest.cc (right): > > http://codereview.chromium.org/2835026/diff/37001/1010#newcode130 ...
10 years, 5 months ago (2010-07-07 19:36:59 UTC) #10
GeorgeY
Done what we decided :)
10 years, 5 months ago (2010-07-13 18:04:10 UTC) #11
James Hawkins
http://codereview.chromium.org/2835026/diff/47001/48003 File chrome/browser/autofill/autofill_manager_unittest.cc (right): http://codereview.chromium.org/2835026/diff/47001/48003#newcode304 chrome/browser/autofill/autofill_manager_unittest.cc:304: EXPECT_EQ(ASCIIToUTF16("Elvis Aaron Presley"), labels[0]); The user is filling in ...
10 years, 5 months ago (2010-07-13 18:15:52 UTC) #12
GeorgeY
http://codereview.chromium.org/2835026/diff/47001/48003 File chrome/browser/autofill/autofill_manager_unittest.cc (right): http://codereview.chromium.org/2835026/diff/47001/48003#newcode304 chrome/browser/autofill/autofill_manager_unittest.cc:304: EXPECT_EQ(ASCIIToUTF16("Elvis Aaron Presley"), labels[0]); On 2010/07/13 18:15:52, James Hawkins ...
10 years, 5 months ago (2010-07-13 20:10:49 UTC) #13
James Hawkins
http://codereview.chromium.org/2835026/diff/47001/48006 File chrome/browser/autofill/autofill_profile_unittest.cc (right): http://codereview.chromium.org/2835026/diff/47001/48006#newcode153 chrome/browser/autofill/autofill_profile_unittest.cc:153: ASCIIToUTF16("John Doe, 666 Erebus St., johndoe@hades.com")), On 2010/07/13 20:10:50, ...
10 years, 5 months ago (2010-07-13 20:15:44 UTC) #14
James Hawkins
Looks like you'll need to fix up the tests.
10 years, 5 months ago (2010-07-13 20:48:59 UTC) #15
James Hawkins
10 years, 5 months ago (2010-07-16 18:30:12 UTC) #16
LGTM

Powered by Google App Engine
This is Rietveld 408576698