summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/address_field.h
Commit message (Expand)AuthorAgeFilesLines
* [Autofill] Add parsing for credit card type fields.isherman@chromium.org2012-10-271-1/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Move AddressType enum from field_types.h to address_field.hisherman@chromium.org2011-08-231-4/+9
* Remove Autofill support for the ECML standard, as it is virtually unused.isherman@chromium.org2011-08-081-14/+1
* Heuristics for grabber-continental.com.out (multi-pass)dhollowa@chromium.org2011-05-271-1/+1
* Autofill refactor form_field.h/cc.dhollowa@chromium.org2011-05-191-5/+24
* Refactor Autofill parsing code. Most notably, add a helper class for parsing...isherman@chromium.org2011-05-051-28/+30
* iwyu: Cleanup in the following files:jhawkins@chromium.org2011-03-291-1/+4
* autofill: Rename AutoFillField to AutofillField.tfarina@chromium.org2011-03-041-17/+17
* Deinline even more destructors.erg@google.com2010-12-141-1/+1
* AutoFill: Fix two heuristic issues with nrm.org.jhawkins@chromium.org2010-11-021-2/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* AutoFill: Use DISALLOW_COPY_AND_ASSIGN where possible.jhawkins@chromium.org2010-06-211-2/+2
* AutoFill filling billing address and company name from profile.dhollowa@chromium.org2010-05-141-0/+3
* AutoFill field parser fixes.dhollowa@chromium.org2010-03-111-1/+2
* Remove FormField::priority as it's not used by AutoFill++.jhawkins@chromium.org2010-02-231-1/+0
* Implement ContactInfo, the FormGroup that stores contact information.jhawkins@chromium.org2010-01-041-2/+2
* Implement AddressField, a FormField that matches a set of address fields in a...jhawkins@chromium.org2009-12-151-0/+65