summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/address_field_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* [Autofill] Enable heuristic detection of credit card issuer fields.isherman@chromium.org2013-02-211-1/+1
* [Autofill] Add parsing for credit card type fields.isherman@chromium.org2012-10-271-1/+1
* [Autofill] Update the autocomplete types implementation to match the current ...isherman@chromium.org2012-10-241-12/+12
* Move forms/ out of webkit/.blundell@chromium.org2012-10-051-13/+13
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-151-13/+13
* Cleanup: Convert ASCIIToUTF16("") to string16().jhawkins@chromium.org2011-11-281-1/+2
* Move AddressType enum from field_types.h to address_field.hisherman@chromium.org2011-08-231-12/+12
* Refactor webkit_glue::FormField to remove hacky methods: Remove webkit_glue:...isherman@chromium.org2011-08-091-140/+104
* Remove Autofill support for the ECML standard, as it is virtually unused.isherman@chromium.org2011-08-081-167/+16
* Autofill heuristics checkout files for 04_checkout_jcrew.com.htmldhollowa@chromium.org2011-06-221-5/+5
* Heuristics for grabber-continental.com.out (multi-pass)dhollowa@chromium.org2011-05-271-23/+27
* Autofill refactor form_field.h/cc.dhollowa@chromium.org2011-05-191-42/+20
* Refactor Autofill parsing code. Most notably, add a helper class for parsing...isherman@chromium.org2011-05-051-64/+44
* iwyu: Cleanup in the following files:jhawkins@chromium.org2011-03-301-0/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* autofill: Rename AutoFillField to AutofillField.tfarina@chromium.org2011-03-041-29/+29
* Once a form has been partially autofilled, autofill should only update fields...isherman@chromium.org2010-11-291-25/+50
* AutoFill: Fix two heuristic issues with nrm.org.jhawkins@chromium.org2010-11-021-0/+34
* AutoFill: Add more NameField tests and fix incorrect logic in ParseEmpty.jhawkins@chromium.org2010-08-041-4/+2
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Removing string16 global construction and conversion.tommi@chromium.org2010-07-141-37/+43
* AutoFill fill billing address when credit card settings specify a billing add...dhollowa@chromium.org2010-05-191-3/+43
* AutoFill filling billing address and company name from profile.dhollowa@chromium.org2010-05-141-0/+40
* Form AutoFill Phone number should be displayed as xxx-xxx-xxxxdhollowa@chromium.org2010-05-141-19/+38
* AutoFill: Try to parse a third address line and discard it if it exists.jhawkins@chromium.org2010-04-231-0/+36
* AutoFill: Only match the exact string 'mi' when matching a middle initial field.jhawkins@chromium.org2010-04-081-1/+0
* AutoFill address filling when labels are missing.dhollowa@chromium.org2010-04-061-0/+30
* AutoFill: Use the FormManager cache to send forms to the AutoFillManager.jhawkins@chromium.org2010-04-031-1/+1
* AutoFill: Handle filling select controls.jhawkins@chromium.org2010-03-271-28/+14
* Removing AutoFill Death Tests.dhollowa@chromium.org2010-03-261-4/+0
* Don't use the empty string to try to match against an empty text field. Add ...jhawkins@chromium.org2010-03-161-3/+3
* AutoFill field parser fixes.dhollowa@chromium.org2010-03-111-0/+307