index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
autofill
/
credit_card.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't show the "Save credit card for Autofill?" infobar unnecessarily.
isherman@chromium.org
2011-10-04
1
-0
/
+20
*
autofill: Include iosfwd in some header files.
tfarina@chromium.org
2011-10-02
1
-0
/
+2
*
Autofill should prompt to save credit card info even when no name is present ...
isherman@chromium.org
2011-09-27
1
-4
/
+3
*
Update Chrome to use WebKitPlatformSupport instead of WebKitClient.
abarth@chromium.org
2011-09-02
1
-3
/
+3
*
Consolidate Autofill possible type detection code, and enforce greater match ...
isherman@chromium.org
2011-07-22
1
-90
/
+47
*
Don't learn credit cards for Autofill if they are missing any data.
isherman@chromium.org
2011-07-22
1
-0
/
+8
*
Support named months for Autofill implicit learning
isherman@chromium.org
2011-06-08
1
-11
/
+62
*
Cache Autofill heuristics regexes
isherman@chromium.org
2011-06-02
1
-2
/
+2
*
Autofill should use unicode/regex.h instead of WebKit::WebRegularExpression
dhollowa@chromium.org
2011-05-28
1
-19
/
+15
*
autofill: Rename FormGroup::GetPossibleFieldTypes() and ::GetAvailableFieldTy...
tfarina@chromium.org
2011-05-09
1
-19
/
+19
*
Set datapresent string to contain precisely those field types available in st...
isherman@chromium.org
2011-05-06
1
-0
/
+20
*
Autofill Multi-Value: Additional profiles with same name and address not adde...
dhollowa@chromium.org
2011-04-28
1
-0
/
+4
*
Add alt attribute to Autofill credit card icons
isherman@chromium.org
2011-04-12
1
-3
/
+3
*
Only strip separators from credit card numbers when implicitly learning or fi...
isherman@chromium.org
2011-04-11
1
-14
/
+16
*
Clean up Autofill CreditCard logic
isherman@chromium.org
2011-04-06
1
-73
/
+70
*
Only consider numbers between 12 and 19 digits long to potentially be credit ...
isherman@chromium.org
2011-04-06
1
-11
/
+17
*
Prune dead code: FormGroup::FindInfoMatches(), FormGroup::GetPreviewText()
isherman@chromium.org
2011-03-31
1
-113
/
+0
*
iwyu: Cleanup in the following files:
jhawkins@chromium.org
2011-03-30
1
-0
/
+3
*
autofill: Rename all the entries remaining with AutoFill to Autofill.
tfarina@chromium.org
2011-03-21
1
-4
/
+4
*
Autofill rename GetFieldText to GetInfo
dhollowa@chromium.org
2011-03-17
1
-9
/
+9
*
Reduce boxing and unboxing of AutofillFieldType
isherman@chromium.org
2011-03-17
1
-22
/
+19
*
Autofill extend profiles to include multi-valued fields, part 2.
dhollowa@chromium.org
2011-03-09
1
-4
/
+0
*
Fix for Autofill credit card label should be non-empty even when there is no ...
georgey@chromium.org
2011-03-09
1
-1
/
+1
*
autofill: Rename AutoFillType to AutofillType.
tfarina@chromium.org
2011-03-07
1
-15
/
+15
*
Autofill: Fix GetCreditCardType to return 'generic' if the number does not pass
jhawkins@chromium.org
2011-03-06
1
-0
/
+4
*
autofill: Rename AutoFillFieldType to AutofillFieldType.
tfarina@chromium.org
2011-03-01
1
-3
/
+3
*
Support autocompletion for HTMl5 tags:"email", "month" and "tel".
dhollowa@chromium.org
2011-02-03
1
-0
/
+23
*
Move l10n_util to ui/base
ben@chromium.org
2011-01-21
1
-1
/
+1
*
DOMUI: Display the appropriate CC icon in the AutoFill credit card list.
jhawkins@chromium.org
2011-01-05
1
-12
/
+12
*
Move GUID utils to src/chrome/common.
sergeyu@chromium.org
2010-12-15
1
-1
/
+1
*
Even more virtual method deinlining.
erg@google.com
2010-12-13
1
-0
/
+4
*
AutoFillProfile: Don't clobber data on self-assignment
isherman@chromium.org
2010-12-07
1
-0
/
+3
*
Autofill form submission creates wrong credit cards.
dhollowa@chromium.org
2010-11-11
1
-3
/
+22
*
Autofill deprecate unique_ids in favor of guids for PersonalDataManager
dhollowa@chromium.org
2010-11-04
1
-15
/
+1
*
Autofill deprecate unique_ids in favor of guids for Mac UI
dhollowa@chromium.org
2010-10-27
1
-44
/
+45
*
Autofill address and credit card data separately.
isherman@chromium.org
2010-10-26
1
-10
/
+2
*
This is stage 1 of transition to GUIDs as primary identifier for AutoFill pro...
dhollowa@chromium.org
2010-10-20
1
-5
/
+20
*
FBTF: Continue fixing nits found by my automated source scanner.
erg@google.com
2010-10-05
1
-6
/
+8
*
AutoFill credit card Valgrind errors.
dhollowa@chromium.org
2010-09-14
1
-0
/
+2
*
DOMUI: Implement adding and editing credit cards in the AutoFill page.
jhawkins@chromium.org
2010-09-13
1
-4
/
+4
*
Adding const ref instead of passing by value.
finnur@chromium.org
2010-08-05
1
-1
/
+1
*
AutoFill: Remove an unused and buggy condition.
jhawkins@chromium.org
2010-08-03
1
-2
/
+0
*
AutoFill Credit Card matching for Diners Club incorrect
dhollowa@chromium.org
2010-08-02
1
-1
/
+1
*
Move the number conversions from string_util to a new file.
brettw@chromium.org
2010-07-30
1
-8
/
+9
*
AutoFill: Determine credit card type based on the CC number and display the
jhawkins@chromium.org
2010-07-30
1
-17
/
+108
*
AutoFill: Remove a static string16.
jhawkins@chromium.org
2010-07-29
1
-6
/
+10
*
AutoFill Empty profiles should not be saved from AutoFillDialog Add and Edit ...
dhollowa@chromium.org
2010-07-21
1
-0
/
+8
*
Makes the auto fill dialogs match the mocks.
sky@chromium.org
2010-07-14
1
-1
/
+2
*
AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re...
jhawkins@chromium.org
2010-07-01
1
-34
/
+35
*
AutoFill: De-segregate credit card filling.
jhawkins@chromium.org
2010-06-17
1
-0
/
+9
[next]