summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/credit_card_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Putting a max on the length of obfuscated credit card string to avoid UI stre...shibl@google.com2013-01-241-0/+10
* Implementing SaveToWallet in the Google Wallet client.ahutter@chromium.org2013-01-191-13/+0
* [Autofill] Require callers to pass in locale when parsing named months like "...isherman@chromium.org2013-01-091-2/+6
* Refactor autofill code somewhat.estade@chromium.org2012-11-131-2/+160
* [Autofill] Rename GetInfo and SetInfo to GetRawInfo and SetRawInfoisherman@chromium.org2012-11-101-20/+20
* [Autofill] Add support for parsing credit card verification codes.isherman@chromium.org2012-11-081-10/+16
* [Autofill] Add support for filling credit card type fields.isherman@chromium.org2012-11-021-0/+12
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-271-2/+1
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-111-1/+1
* GTTF: Use a fresh TestingBrowserProcess for each test, part #4phajdan.jr@chromium.org2011-08-031-7/+10
* Don't learn credit cards for Autofill if they are missing any data.isherman@chromium.org2011-07-221-33/+60
* Support named months for Autofill implicit learningisherman@chromium.org2011-06-081-0/+17
* [Reason for revert: broken the Linux build]nick@chromium.org2011-04-131-10/+0
* Panels: Fix where Browser::window_ is set. Fill in code to get work area.jennb@chromium.org2011-04-131-0/+10
* Add alt attribute to Autofill credit card iconsisherman@chromium.org2011-04-121-1/+1
* Only strip separators from credit card numbers when implicitly learning or fi...isherman@chromium.org2011-04-111-0/+10
* Clean up Autofill CreditCard logicisherman@chromium.org2011-04-061-17/+17
* Only consider numbers between 12 and 19 digits long to potentially be credit ...isherman@chromium.org2011-04-061-5/+38
* Fix for Autofill credit card label should be non-empty even when there is no ...georgey@chromium.org2011-03-091-2/+2
* Autofill: Fix GetCreditCardType to return 'generic' if the number does not passjhawkins@chromium.org2011-03-061-7/+15
* Autofill cleanup of labelsdhollowa@chromium.org2011-02-151-7/+7
* AutoFillProfile: Don't clobber data on self-assignmentisherman@chromium.org2010-12-071-0/+14
* Autofill deprecate unique_ids in favor of guids for profile and credit card u...dhollowa@chromium.org2010-10-271-6/+6
* Autofill address and credit card data separately.isherman@chromium.org2010-10-261-5/+5
* Autofill browsertestisherman@chromium.org2010-10-041-6/+6
* DOMUI: Implement adding and editing credit cards in the AutoFill page.jhawkins@chromium.org2010-09-131-5/+5
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* I reversed the order of the EXPECT_EQ tests so expected value is first, actua...cbentzel@chromium.org2010-07-191-12/+12
* AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re...jhawkins@chromium.org2010-07-011-55/+10
* Adds obscuring to credit card numbers when displayed.avi@chromium.org2010-03-261-1/+13
* Don't use the empty string to try to match against an empty text field. Add ...jhawkins@chromium.org2010-03-161-3/+3
* Where possible, use return-by-const-ref for accessors in AutoFill data struct...jhawkins@chromium.org2010-03-031-11/+1
* Adding summary string generation for the AutoFill feature.dhollowa@chromium.org2010-02-131-0/+113