summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/contact_info.h
Commit message (Expand)AuthorAgeFilesLines
* [Autofill] Rename GetInfo and SetInfo to GetRawInfo and SetRawInfoisherman@chromium.org2012-11-101-6/+9
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Autofill: Support 'full names' that are lacking a first or a middle name.isherman@chromium.org2011-09-291-2/+0
* Consolidate Autofill possible type detection code, and enforce greater match ...isherman@chromium.org2011-07-221-58/+17
* autofill: Rename FormGroup::GetPossibleFieldTypes() and ::GetAvailableFieldTy...tfarina@chromium.org2011-05-091-9/+9
* Prune dead code: FormGroup::FindInfoMatches(), FormGroup::GetPreviewText()isherman@chromium.org2011-03-311-15/+0
* iwyu: Cleanup in the following files:jhawkins@chromium.org2011-03-301-0/+1
* Autofill extend profiles to include multi-valued fields, part 3.dhollowa@chromium.org2011-03-281-3/+3
* Autofill rename GetFieldText to GetInfodhollowa@chromium.org2011-03-171-3/+3
* Reduce boxing and unboxing of AutofillFieldTypeisherman@chromium.org2011-03-171-10/+10
* Autofill extend profiles to include multi-valued fields, part 2.dhollowa@chromium.org2011-03-091-28/+61
* autofill: Rename AutoFillType to AutofillType.tfarina@chromium.org2011-03-071-4/+4
* autofill: Rename AutoFillFieldType to AutofillFieldType.tfarina@chromium.org2011-03-011-1/+1
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-191-1/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re...jhawkins@chromium.org2010-07-011-0/+1
* Adjusted icons, control sizes, etc.georgey@chromium.org2010-06-071-0/+5
* Where possible, use return-by-const-ref for accessors in AutoFill data struct...jhawkins@chromium.org2010-03-031-9/+12
* Implement ContactInfo, the FormGroup that stores contact information.jhawkins@chromium.org2010-01-041-0/+105