summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/credit_card.cc
Commit message (Expand)AuthorAgeFilesLines
* AutoFillProfile: Don't clobber data on self-assignmentisherman@chromium.org2010-12-071-0/+3
* Autofill form submission creates wrong credit cards.dhollowa@chromium.org2010-11-111-3/+22
* Autofill deprecate unique_ids in favor of guids for PersonalDataManagerdhollowa@chromium.org2010-11-041-15/+1
* Autofill deprecate unique_ids in favor of guids for Mac UIdhollowa@chromium.org2010-10-271-44/+45
* Autofill address and credit card data separately.isherman@chromium.org2010-10-261-10/+2
* This is stage 1 of transition to GUIDs as primary identifier for AutoFill pro...dhollowa@chromium.org2010-10-201-5/+20
* FBTF: Continue fixing nits found by my automated source scanner.erg@google.com2010-10-051-6/+8
* AutoFill credit card Valgrind errors.dhollowa@chromium.org2010-09-141-0/+2
* DOMUI: Implement adding and editing credit cards in the AutoFill page.jhawkins@chromium.org2010-09-131-4/+4
* Adding const ref instead of passing by value.finnur@chromium.org2010-08-051-1/+1
* AutoFill: Remove an unused and buggy condition.jhawkins@chromium.org2010-08-031-2/+0
* AutoFill Credit Card matching for Diners Club incorrectdhollowa@chromium.org2010-08-021-1/+1
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-8/+9
* AutoFill: Determine credit card type based on the CC number and display thejhawkins@chromium.org2010-07-301-17/+108
* AutoFill: Remove a static string16.jhawkins@chromium.org2010-07-291-6/+10
* AutoFill Empty profiles should not be saved from AutoFillDialog Add and Edit ...dhollowa@chromium.org2010-07-211-0/+8
* Makes the auto fill dialogs match the mocks.sky@chromium.org2010-07-141-1/+2
* AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re...jhawkins@chromium.org2010-07-011-34/+35
* AutoFill: De-segregate credit card filling.jhawkins@chromium.org2010-06-171-0/+9
* Putting this back in since it didn't solve the failures.thomasvl@chromium.org2010-06-081-27/+25
* Backing this out to see if it fixes the failures on the two windows bots (lan...thomasvl@chromium.org2010-06-081-25/+27
* AutoFill: Don't save credit card numbers from Autocomplete to the WebDB.jhawkins@chromium.org2010-06-071-27/+25
* Fix for bug #38260 AutoFill needs to obfuscate the saved credit card info in ...georgey@chromium.org2010-04-061-1/+6
* Adds obscuring to credit card numbers when displayed.avi@chromium.org2010-03-261-2/+10
* Where possible, use return-by-const-ref for accessors in AutoFill data struct...jhawkins@chromium.org2010-03-031-59/+59
* Adding summary string generation for the AutoFill feature.dhollowa@chromium.org2010-02-131-13/+12
* Autofill dialog for the Mac. This is UI only at this point. The UI is not h...dhollowa@chromium.org2010-02-121-1/+4
* linux: build with -Wextraevan@chromium.org2010-02-051-1/+1
* Added Credit card preview in the form ******[last four digits], Exp: [Date - ...georgey@chromium.org2010-02-031-2/+29
* First revision of the AutoFill settings dialog.georgey@chromium.org2010-01-281-0/+7
* Implement adding, updating and removing credit cards from the web database th...jhawkins@chromium.org2010-01-251-13/+77
* Notify the AutoFillManager when the user clicks "Apply" or "OK". Adds an Aut...jhawkins@chromium.org2010-01-211-11/+11
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-081-6/+6
* Add CreditCard, a form group that stores credit card information.jhawkins@chromium.org2010-01-061-0/+397