summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/credit_card_field_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* [Autofill] Add support for parsing credit card verification codes.isherman@chromium.org2012-11-081-6/+8
* [Autofill] Add parsing for credit card type fields.isherman@chromium.org2012-10-271-15/+79
* [Autofill] Update the autocomplete types implementation to match the current ...isherman@chromium.org2012-10-241-9/+9
* Move forms/ out of webkit/.blundell@chromium.org2012-10-051-10/+10
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-151-10/+10
* Autofill heuristics: detect combined month/year credit card expiration fields.isherman@chromium.org2011-08-171-0/+64
* Refactor webkit_glue::FormField to remove hacky methods: Remove webkit_glue:...isherman@chromium.org2011-08-091-191/+128
* Remove Autofill support for the ECML standard, as it is virtually unused.isherman@chromium.org2011-08-081-122/+11
* Add "ccfullname" for credit card holder name matching pattern.Takano.Naoki@gmail.com2011-07-011-0/+18
* Heuristics for grabber-continental.com.out (multi-pass)dhollowa@chromium.org2011-05-271-12/+17
* Autofill refactor form_field.h/cc.dhollowa@chromium.org2011-05-191-11/+7
* Refactor Autofill parsing code. Most notably, add a helper class for parsing...isherman@chromium.org2011-05-051-30/+21
* 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-31/+31
* Once a form has been partially autofilled, autofill should only update fields...isherman@chromium.org2010-11-291-27/+54
* 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-33/+38
* AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re...jhawkins@chromium.org2010-07-011-8/+6
* Form AutoFill Phone number should be displayed as xxx-xxx-xxxxdhollowa@chromium.org2010-05-141-27/+54
* AutoFill: Credit card filling fixes.jhawkins@chromium.org2010-05-071-0/+94
* AutoFill: Use the FormManager cache to send forms to the AutoFillManager.jhawkins@chromium.org2010-04-031-1/+1
* AutoFill credit card field filling.dhollowa@chromium.org2010-03-311-0/+257