summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/credit_card.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't show the "Save credit card for Autofill?" infobar unnecessarily.isherman@chromium.org2011-10-041-0/+20
* autofill: Include iosfwd in some header files.tfarina@chromium.org2011-10-021-0/+2
* Autofill should prompt to save credit card info even when no name is present ...isherman@chromium.org2011-09-271-4/+3
* Update Chrome to use WebKitPlatformSupport instead of WebKitClient.abarth@chromium.org2011-09-021-3/+3
* Consolidate Autofill possible type detection code, and enforce greater match ...isherman@chromium.org2011-07-221-90/+47
* Don't learn credit cards for Autofill if they are missing any data.isherman@chromium.org2011-07-221-0/+8
* Support named months for Autofill implicit learningisherman@chromium.org2011-06-081-11/+62
* Cache Autofill heuristics regexesisherman@chromium.org2011-06-021-2/+2
* Autofill should use unicode/regex.h instead of WebKit::WebRegularExpressiondhollowa@chromium.org2011-05-281-19/+15
* autofill: Rename FormGroup::GetPossibleFieldTypes() and ::GetAvailableFieldTy...tfarina@chromium.org2011-05-091-19/+19
* Set datapresent string to contain precisely those field types available in st...isherman@chromium.org2011-05-061-0/+20
* Autofill Multi-Value: Additional profiles with same name and address not adde...dhollowa@chromium.org2011-04-281-0/+4
* Add alt attribute to Autofill credit card iconsisherman@chromium.org2011-04-121-3/+3
* Only strip separators from credit card numbers when implicitly learning or fi...isherman@chromium.org2011-04-111-14/+16
* Clean up Autofill CreditCard logicisherman@chromium.org2011-04-061-73/+70
* Only consider numbers between 12 and 19 digits long to potentially be credit ...isherman@chromium.org2011-04-061-11/+17
* Prune dead code: FormGroup::FindInfoMatches(), FormGroup::GetPreviewText()isherman@chromium.org2011-03-311-113/+0
* iwyu: Cleanup in the following files:jhawkins@chromium.org2011-03-301-0/+3
* autofill: Rename all the entries remaining with AutoFill to Autofill.tfarina@chromium.org2011-03-211-4/+4
* Autofill rename GetFieldText to GetInfodhollowa@chromium.org2011-03-171-9/+9
* Reduce boxing and unboxing of AutofillFieldTypeisherman@chromium.org2011-03-171-22/+19
* Autofill extend profiles to include multi-valued fields, part 2.dhollowa@chromium.org2011-03-091-4/+0
* Fix for Autofill credit card label should be non-empty even when there is no ...georgey@chromium.org2011-03-091-1/+1
* autofill: Rename AutoFillType to AutofillType.tfarina@chromium.org2011-03-071-15/+15
* Autofill: Fix GetCreditCardType to return 'generic' if the number does not passjhawkins@chromium.org2011-03-061-0/+4
* autofill: Rename AutoFillFieldType to AutofillFieldType.tfarina@chromium.org2011-03-011-3/+3
* Support autocompletion for HTMl5 tags:"email", "month" and "tel".dhollowa@chromium.org2011-02-031-0/+23
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* DOMUI: Display the appropriate CC icon in the AutoFill credit card list.jhawkins@chromium.org2011-01-051-12/+12
* Move GUID utils to src/chrome/common.sergeyu@chromium.org2010-12-151-1/+1
* Even more virtual method deinlining.erg@google.com2010-12-131-0/+4
* 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