summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/credit_card_field.cc
Commit message (Expand)AuthorAgeFilesLines
* Move remaining Autofill code to //components/autofill.joi@chromium.org2013-03-091-229/+0
* [Autofill] Enable heuristic detection of credit card issuer fields.isherman@chromium.org2013-02-211-10/+7
* [Autofill] Add support for parsing credit card verification codes.isherman@chromium.org2012-11-081-1/+3
* [Autofill] Include <select> fields as candidates for credit card type.isherman@chromium.org2012-10-301-1/+3
* [Autofill] Add parsing for credit card type fields.isherman@chromium.org2012-10-271-2/+11
* Autofill: Ignore gift cards when filling credit card infoisherman@chromium.org2011-09-281-2/+5
* Autofill: Recognize <select> fields as viable options for combined credit car...isherman@chromium.org2011-09-271-2/+5
* Make autofill regular expressions unicode again.tony@chromium.org2011-09-151-133/+10
* Move the UTF8 text out of .cc files and put them into regular_expressions.txt.tony@chromium.org2011-09-081-38/+40
* Step 2 in removing resource strings in chrome.dll.tony@chromium.org2011-09-071-14/+131
* Autofill heuristics: detect combined month/year credit card expiration fields.isherman@chromium.org2011-08-171-29/+65
* Remove Autofill support for the ECML standard, as it is virtually unused.isherman@chromium.org2011-08-081-42/+11
* Simplify Autofill Scanner semanticsisherman@chromium.org2011-06-081-3/+3
* Heuristics for grabber-continental.com.out (multi-pass)dhollowa@chromium.org2011-05-271-1/+1
* Heuristics for grabber-continental.com.out (select-one)dhollowa@chromium.org2011-05-251-4/+7
* Autofill refactor form_field.h/cc.dhollowa@chromium.org2011-05-191-29/+36
* Refactor Autofill parsing code. Most notably, add a helper class for parsing...isherman@chromium.org2011-05-051-51/+41
* 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