summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill
Commit message (Expand)AuthorAgeFilesLines
* Implement ContactInfo, the FormGroup that stores contact information.jhawkins@chromium.org2010-01-045-6/+471
* Add FormGroup, an interface that represents a collection of form fields group...jhawkins@chromium.org2009-12-221-0/+52
* 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-173-4/+234
* Fix the ARM build. Clarify the logic with parentheses.jhawkins@chromium.org2009-12-161-2/+2
* Implement CreditCardField, a FormField that matches a credit card field in a ...jhawkins@chromium.org2009-12-163-1/+219
* Implement AddressField, a FormField that matches a set of address fields in a...jhawkins@chromium.org2009-12-153-2/+403
* Implement PhoneField, a FormField that matches a phone number field in a form.jhawkins@chromium.org2009-12-113-0/+160
* autofill: Add the FormField interface. Classes that implement the FormField ...jhawkins@chromium.org2009-12-0911-15/+539
* Implement AutoFillType, the high-level description of AutoFill types.jhawkins@chromium.org2009-11-212-0/+187
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-1/+1
* Add a stub implementation of PersonalDataManager, the connection between the ...jhawkins@chromium.org2009-11-064-6/+78
* Implement FormStructure and an initial method, EncodeUploadRequest. This als...jhawkins@chromium.org2009-11-047-3/+387
* Add initial implementation of AutoFill++. This implementation is hidden behi...jhawkins@chromium.org2009-10-284-0/+207