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

Issue 517066: Implement AutoFillProfile, a collection of form groups that stores profile in... (Closed)

Created:
10 years, 11 months ago by James Hawkins
Modified:
9 years, 7 months ago
Reviewers:
jcampan
CC:
chromium-reviews_googlegroups.com, ben+cc_chromium.org
Visibility:
Public.

Description

Implement AutoFillProfile, a collection of form groups that stores profile information. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=35751

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 8

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+222 lines, -13 lines) Patch
M chrome/browser/autofill/address.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/autofill/address_field.cc View 2 chunks +2 lines, -2 lines 0 comments Download
A chrome/browser/autofill/autofill_profile.h View 2 3 1 chunk +74 lines, -0 lines 0 comments Download
A chrome/browser/autofill/autofill_profile.cc View 2 3 1 chunk +128 lines, -0 lines 0 comments Download
M chrome/browser/autofill/autofill_type.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/autofill_type.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/autofill/billing_address.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/autofill/fax_number.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/autofill/field_types.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/autofill/home_address.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/autofill/home_phone_number.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/autofill/phone_number.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
James Hawkins
10 years, 11 months ago (2010-01-07 21:19:03 UTC) #1
jcampan
Did you forget to add the autofill_profile files?
10 years, 11 months ago (2010-01-07 21:25:10 UTC) #2
James Hawkins
Gah! sorry
10 years, 11 months ago (2010-01-07 21:29:41 UTC) #3
jcampan
http://codereview.chromium.org/517066/diff/6002/6014 File chrome/browser/autofill/autofill_profile.cc (right): http://codereview.chromium.org/517066/diff/6002/6014#newcode30 chrome/browser/autofill/autofill_profile.cc:30: FormGroupMap::iterator iter; Consider using STLDeleteContainerPairSecondPointers (see stl_util-inl.h). Or may ...
10 years, 11 months ago (2010-01-07 21:59:41 UTC) #4
James Hawkins
http://codereview.chromium.org/517066/diff/6002/6014 File chrome/browser/autofill/autofill_profile.cc (right): http://codereview.chromium.org/517066/diff/6002/6014#newcode30 chrome/browser/autofill/autofill_profile.cc:30: FormGroupMap::iterator iter; On 2010/01/07 21:59:41, jcampan wrote: > Consider ...
10 years, 11 months ago (2010-01-07 22:26:54 UTC) #5
jcampan
10 years, 11 months ago (2010-01-07 22:32:04 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698