summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/contact_info.cc
Commit message (Expand)AuthorAgeFilesLines
* Autofill: Support 'full names' that are lacking a first or a middle name.isherman@chromium.org2011-09-291-4/+2
* autofill: Get rid of a static variable of string16 type as it's no longer used.tfarina@chromium.org2011-08-201-2/+0
* Consolidate Autofill possible type detection code, and enforce greater match ...isherman@chromium.org2011-07-221-232/+21
* autofill: Rename FormGroup::GetPossibleFieldTypes() and ::GetAvailableFieldTy...tfarina@chromium.org2011-05-091-29/+29
* Prune dead code: FormGroup::FindInfoMatches(), FormGroup::GetPreviewText()isherman@chromium.org2011-03-311-68/+0
* iwyu: Cleanup in the following files:jhawkins@chromium.org2011-03-301-0/+5
* autofill: Rename all the entries remaining with AutoFill to Autofill.tfarina@chromium.org2011-03-211-5/+5
* Autofill rename GetFieldText to GetInfodhollowa@chromium.org2011-03-171-3/+3
* Reduce boxing and unboxing of AutofillFieldTypeisherman@chromium.org2011-03-171-43/+33
* Autofill extend profiles to include multi-valued fields, part 2.dhollowa@chromium.org2011-03-091-136/+203
* autofill: Rename AutoFillType to AutofillType.tfarina@chromium.org2011-03-071-4/+4
* autofill: Rename AutoFillFieldType to AutofillFieldType.tfarina@chromium.org2011-03-011-4/+4
* Fix changes from r75314 to preserve the prevailing pattern of "(expected, act...pkasting@chromium.org2011-02-251-2/+2
* Begin the DCHECK() cleanup. Starting off with /src/chrome/a* and /src/chrome/...rsesek@chromium.org2011-02-171-1/+1
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-191-0/+4
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re...jhawkins@chromium.org2010-07-011-4/+31
* AutoFill duplicate NAME_FULL checks.dhollowa@chromium.org2010-06-161-21/+1
* AutoFill Profiles dialog implemented according to new mocks on Macdhollowa@chromium.org2010-06-091-1/+21
* Adjusted icons, control sizes, etc.georgey@chromium.org2010-06-071-0/+26
* AutoFill: Initiate AutoFill for all fields, not just the name field.jhawkins@chromium.org2010-04-091-1/+2
* AutoFill: Handle NAME_MIDDLE_INITIAL when setting field info.jhawkins@chromium.org2010-04-071-1/+1
* Where possible, use return-by-const-ref for accessors in AutoFill data struct...jhawkins@chromium.org2010-03-031-13/+13
* linux: build with -Wextraevan@chromium.org2010-02-051-1/+2
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-081-4/+4
* Implement ContactInfo, the FormGroup that stores contact information.jhawkins@chromium.org2010-01-041-0/+357