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