summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/contact_info.cc
Commit message (Expand)AuthorAgeFilesLines
* 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