summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_profile.h
Commit message (Expand)AuthorAgeFilesLines
* Where possible, use return-by-const-ref for accessors in AutoFill data struct...jhawkins@chromium.org2010-03-031-1/+1
* Adding summary string generation for the AutoFill feature.dhollowa@chromium.org2010-02-131-0/+10
* Autofill dialog for the Mac. This is UI only at this point. The UI is not h...dhollowa@chromium.org2010-02-121-0/+1
* Implement adding, updating and removing credit cards from the web database th...jhawkins@chromium.org2010-01-251-3/+3
* Add the ability to save and remove AutoFill profiles from the AutoFillDialog.jhawkins@chromium.org2010-01-241-0/+4
* Implement initial support for saving and loading AutoFill profiles to the WebDB.jhawkins@chromium.org2010-01-201-5/+8
* Added public copy constructor to AutoFillProfile to allow it to be used in st...georgey@chromium.org2010-01-191-5/+6
* Implement AutoFillProfile, a collection of form groups that stores profile in...jhawkins@chromium.org2010-01-071-0/+74