summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/form_field.cc
Commit message (Expand)AuthorAgeFilesLines
* autofill: Tweak the heuristic matching to lower-case form field labels and na...jhawkins@chromium.org2010-03-121-3/+9
* AutoFill field parser fixes.dhollowa@chromium.org2010-03-111-12/+36
* Remove FormField::priority as it's not used by AutoFill++.jhawkins@chromium.org2010-02-231-2/+0
* Fix a few pieces of the heuristic autofill:jhawkins@chromium.org2010-01-081-2/+2
* Set the address field type based on how many address fields we encountered.jhawkins@chromium.org2009-12-191-0/+27
* Implement NameField, a FormField that matches a name field in a form.jhawkins@chromium.org2009-12-171-4/+4
* Implement CreditCardField, a FormField that matches a credit card field in a ...jhawkins@chromium.org2009-12-161-1/+4
* Implement AddressField, a FormField that matches a set of address fields in a...jhawkins@chromium.org2009-12-151-2/+4
* Implement PhoneField, a FormField that matches a phone number field in a form.jhawkins@chromium.org2009-12-111-0/+4
* autofill: Add the FormField interface. Classes that implement the FormField ...jhawkins@chromium.org2009-12-091-0/+191