summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/credit_card.cc
Commit message (Expand)AuthorAgeFilesLines
* Move remaining Autofill code to //components/autofill.joi@chromium.org2013-03-091-678/+0
* Establish components/autofill and move some fileskaiwang@chromium.org2013-03-071-1/+1
* chrome: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-281-1/+1
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* requestAutocomplete - more elaborate suggestion labelsestade@chromium.org2013-01-251-30/+60
* Putting a max on the length of obfuscated credit card string to avoid UI stre...shibl@google.com2013-01-241-3/+9
* Implementing SaveToWallet in the Google Wallet client.ahutter@chromium.org2013-01-191-46/+11
* [Autofill] Require callers to pass in locale when parsing named months like "...isherman@chromium.org2013-01-091-7/+19
* Roll ICU and convert include style to standard Chromium style,phajdan.jr@chromium.org2013-01-071-2/+2
* [Autofill] Rename {Get,Set}CanonicalizedInfo() to {Get,Set}Info(), and pass i...isherman@chromium.org2012-12-051-12/+18
* retry r168247: more autofill refactoringestade@chromium.org2012-11-161-9/+15
* Revert 168247 - more autofill refactoringsreeram@chromium.org2012-11-161-15/+9
* more autofill refactoringestade@chromium.org2012-11-161-9/+15
* Refactor autofill code somewhat.estade@chromium.org2012-11-131-11/+33
* [Autofill] Rename GetInfo and SetInfo to GetRawInfo and SetRawInfoisherman@chromium.org2012-11-101-12/+12
* [Autofill] Add support for parsing credit card verification codes.isherman@chromium.org2012-11-081-3/+3
* [Autofill] Add support for filling credit card type fields.isherman@chromium.org2012-11-021-2/+30
* [Autofill] Prune some dead code.isherman@chromium.org2012-10-301-10/+0
* Move guid generation from chrome/common/ to base/.marja@chromium.org2012-06-141-2/+2
* Removed deprecated AutofillProfile::Compare, renamed CompareMulti to Compare,...georgey@chromium.org2012-01-231-5/+1
* 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