summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/credit_card.h
Commit message (Expand)AuthorAgeFilesLines
* requestAutocomplete - more elaborate suggestion labelsestade@chromium.org2013-01-251-0/+6
* Implementing SaveToWallet in the Google Wallet client.ahutter@chromium.org2013-01-191-4/+3
* [Autofill] Require callers to pass in locale when parsing named months like "...isherman@chromium.org2013-01-091-1/+2
* [Autofill] Rename {Get,Set}CanonicalizedInfo() to {Get,Set}Info(), and pass i...isherman@chromium.org2012-12-051-5/+8
* retry r168247: more autofill refactoringestade@chromium.org2012-11-161-5/+7
* Revert 168247 - more autofill refactoringsreeram@chromium.org2012-11-161-8/+6
* more autofill refactoringestade@chromium.org2012-11-161-6/+8
* Refactor autofill code somewhat.estade@chromium.org2012-11-131-0/+5
* [Autofill] Rename GetInfo and SetInfo to GetRawInfo and SetRawInfoisherman@chromium.org2012-11-101-2/+3
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Removed deprecated AutofillProfile::Compare, renamed CompareMulti to Compare,...georgey@chromium.org2012-01-231-5/+1
* Move a bunch of non-shared methods out of the FormGroup class.isherman@chromium.org2011-10-051-1/+2
* Don't show the "Save credit card for Autofill?" infobar unnecessarily.isherman@chromium.org2011-10-041-0/+6
* autofill: Include iosfwd in some header files.tfarina@chromium.org2011-10-021-1/+1
* Consolidate Autofill possible type detection code, and enforce greater match ...isherman@chromium.org2011-07-221-26/+10
* Don't learn credit cards for Autofill if they are missing any data.isherman@chromium.org2011-07-221-0/+3
* autofill: Rename FormGroup::GetPossibleFieldTypes() and ::GetAvailableFieldTy...tfarina@chromium.org2011-05-091-3/+3
* 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-2/+2
* Only strip separators from credit card numbers when implicitly learning or fi...isherman@chromium.org2011-04-111-0/+3
* Clean up Autofill CreditCard logicisherman@chromium.org2011-04-061-28/+9
* Only consider numbers between 12 and 19 digits long to potentially be credit ...isherman@chromium.org2011-04-061-2/+2
* Prune dead code: FormGroup::FindInfoMatches(), FormGroup::GetPreviewText()isherman@chromium.org2011-03-311-10/+0
* iwyu: Cleanup in the following files:jhawkins@chromium.org2011-03-301-0/+3
* Autofill rename GetFieldText to GetInfodhollowa@chromium.org2011-03-171-1/+1
* Reduce boxing and unboxing of AutofillFieldTypeisherman@chromium.org2011-03-171-5/+5
* Autofill extend profiles to include multi-valued fields, part 2.dhollowa@chromium.org2011-03-091-1/+0
* autofill: Rename AutoFillType to AutofillType.tfarina@chromium.org2011-03-071-4/+4
* autofill: Rename AutoFillFieldType to AutofillFieldType.tfarina@chromium.org2011-03-011-1/+1
* Autofill cleanup of labelsdhollowa@chromium.org2011-02-151-2/+1
* Support autocompletion for HTMl5 tags:"email", "month" and "tel".dhollowa@chromium.org2011-02-031-0/+3
* DOMUI: Display the appropriate CC icon in the AutoFill credit card list.jhawkins@chromium.org2011-01-051-0/+10
* Even more virtual method deinlining.erg@google.com2010-12-131-1/+1
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-1/+1
* Autofill form submission creates wrong credit cards.dhollowa@chromium.org2010-11-111-2/+4
* Autofill deprecate unique_ids in favor of guids for PersonalDataManagerdhollowa@chromium.org2010-11-041-9/+0
* Autofill deprecate unique_ids in favor of guids for Mac UIdhollowa@chromium.org2010-10-271-6/+14
* Autofill address and credit card data separately.isherman@chromium.org2010-10-261-10/+0
* This is stage 1 of transition to GUIDs as primary identifier for AutoFill pro...dhollowa@chromium.org2010-10-201-3/+15
* FBTF: Continue fixing nits found by my automated source scanner.erg@google.com2010-10-051-1/+2
* DOMUI: Implement adding and editing credit cards in the AutoFill page.jhawkins@chromium.org2010-09-131-6/+6
* AutoFill: Determine credit card type based on the CC number and display thejhawkins@chromium.org2010-07-301-5/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* AutoFill Empty profiles should not be saved from AutoFillDialog Add and Edit ...dhollowa@chromium.org2010-07-211-0/+3
* AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re...jhawkins@chromium.org2010-07-011-21/+4
* AutoFill: De-segregate credit card filling.jhawkins@chromium.org2010-06-171-0/+2
* Putting this back in since it didn't solve the failures.thomasvl@chromium.org2010-06-081-3/+4
* Backing this out to see if it fixes the failures on the two windows bots (lan...thomasvl@chromium.org2010-06-081-4/+3
* AutoFill: Don't save credit card numbers from Autocomplete to the WebDB.jhawkins@chromium.org2010-06-071-3/+4
* AutoFill: Remove one incorrect comment and one useless comment.jhawkins@chromium.org2010-04-131-2/+1