summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/address_field.cc
Commit message (Collapse)AuthorAgeFilesLines
* Implement AutoFillProfile, a collection of form groups that stores profile ↵jhawkins@chromium.org2010-01-071-2/+2
| | | | | | | | | | information. BUG=none TEST=none Review URL: http://codereview.chromium.org/517066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35751 0039d316-1c4b-4281-b951-d872f2087c98
* Implement AddressField, a FormField that matches a set of address fields in ↵jhawkins@chromium.org2009-12-151-0/+334
a form. BUG=none TEST=none Review URL: http://codereview.chromium.org/492022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34614 0039d316-1c4b-4281-b951-d872f2087c98