summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/credit_card_field.cc
Commit message (Expand)AuthorAgeFilesLines
* iwyu: Cleanup in the following files:jhawkins@chromium.org2011-03-301-0/+5
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Make FormField be a struct rather than a class per c++ standards.tsepez@chromium.org2011-03-081-2/+2
* Revert 77296 - zea@chromium.org2011-03-081-2/+2
* Convert autofill messages to use the new IPC macros. This requirestsepez@chromium.org2011-03-081-2/+2
* autofill: Rename AutoFillType to AutofillType.tfarina@chromium.org2011-03-071-5/+5
* autofill: Rename AutoFillField to AutofillField.tfarina@chromium.org2011-03-041-5/+5
* Support autocompletion for HTMl5 tags:"email", "month" and "tel".dhollowa@chromium.org2011-02-031-26/+34
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Autofill heuristics regular expressions should be stored in external data files.dhollowa@chromium.org2011-01-051-8/+11
* Autofill infobar doesn't come up when security code is filleddhollowa@chromium.org2010-11-241-1/+22
* AutoFill: Allow parsing a cardholder name separately from the card number andjhawkins@chromium.org2010-10-121-2/+9
* FBTF: Small nits; moving virtual methods to implementation.erg@google.com2010-10-081-0/+4
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* AutoFill: Always check the result of FormField::Add().jhawkins@chromium.org2010-07-221-3/+4
* AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re...jhawkins@chromium.org2010-07-011-21/+0
* AutoFill: Use DISALLOW_COPY_AND_ASSIGN where possible.jhawkins@chromium.org2010-06-211-36/+25
* AutoFill: Credit card filling fixes.jhawkins@chromium.org2010-05-071-6/+4
* AutoFill credit card field filling, with nameoncard field.dhollowa@chromium.org2010-04-051-2/+5
* Revert 43627 - AutoFill credit card field filling, with nameoncard field.dhollowa@chromium.org2010-04-051-5/+2
* AutoFill credit card field filling, with nameoncard field.dhollowa@chromium.org2010-04-051-2/+5
* AutoFill credit card field filling.dhollowa@chromium.org2010-03-311-5/+34
* linux: build with -Wextraevan@chromium.org2010-02-051-2/+3
* 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-161-0/+163