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
/
components
/
autofill
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge to M44: Suggest to fill password change forms
Vadym Doroshenko
2015-06-24
4
-1
/
+17
*
Merge to M44: Do not show password save prompt for blacklisted site on in-pag...
Vadym Doroshenko
2015-06-15
2
-2
/
+5
*
Enable credit card local save on Chromeos.
Evan Stade
2015-05-26
2
-2
/
+12
*
[Autofill] Control using Variations the sending of Autofill field metadata
Mathieu Perreault
2015-05-20
3
-56
/
+199
*
Autofill: Fix WalletIntegrationAvailable() regression.
bondd
2015-05-14
5
-1
/
+218
*
[Password manager] Temporarily add some CHECKs to investigate a crash
vabr
2015-05-12
2
-1
/
+8
*
Sync defines with the GYP build.
brettw
2015-05-12
1
-1
/
+15
*
[Autofill] No longer send form name at query time.
mathp
2015-05-11
2
-18
/
+12
*
Correctly parse doubles in Autofill XML parser.
estade
2015-05-09
1
-7
/
+5
*
Autofill: Add WalletIntegrationAvailable() to components.
bondd
2015-05-08
4
-0
/
+70
*
Give local card suggestions precedence over masked server cards.
estade
2015-05-05
4
-29
/
+70
*
[Autofill] Send more information about the form at Query time.
mathp
2015-05-04
3
-64
/
+103
*
Fix crash in Autofill introduced in 8949a8b27dfb
estade
2015-05-03
2
-11
/
+45
*
Periodically refresh the AccountTrackerService.
anthonyvd
2015-05-01
1
-0
/
+2
*
[Credential Management] Extract origin from PasswordForm::origin
melandory
2015-05-01
1
-0
/
+2
*
[Autofill] Send more information in the upload request
mathp
2015-05-01
2
-92
/
+265
*
Adjust URLFetcher::Create API so that object is returned as scoped_ptr.
dtapuska
2015-05-01
2
-5
/
+5
*
Fix various missing dependencies in //components for the Mac GN build.
dpranke
2015-05-01
1
-0
/
+4
*
Apply automated fixits for Chrome clang plugin to components.
dcheng
2015-04-29
2
-5
/
+3
*
Change ScopedPtrHashMap's 2nd template parameter
kcwu
2015-04-28
1
-1
/
+2
*
Android - Introduce "keyboard accessory" for Autofill suggestions.
estade
2015-04-28
4
-25
/
+39
*
Update {virtual,override} to follow C++11 style in components.
nick
2015-04-28
2
-4
/
+5
*
Retry aa3219ce27ef5471c19670fe5145b136925cbc89:
estade
2015-04-28
9
-13
/
+14
*
Revert of Limit form-less Autofilling to pages that look like checkout pages....
mohsen
2015-04-27
9
-12
/
+13
*
Limit form-less Autofilling to pages that look like checkout pages.
estade
2015-04-27
9
-13
/
+12
*
Remove most occurences of PrefRegistrySyncable::UNSYNCABLE_PREF
raymes
2015-04-27
2
-41
/
+17
*
Style cleanups in Autofill for greater code clarity.
estade
2015-04-24
3
-24
/
+14
*
Autocomplete - Don't store fields we've identified as CVC.
estade
2015-04-23
5
-13
/
+75
*
[Autofill] Log Rappor metric in the case of no server data received
mathp
2015-04-22
4
-7
/
+178
*
Actually disable Wallet card saving on Linux.
estade
2015-04-22
2
-4
/
+23
*
Don't offer to save credit cards twice in a row.
estade
2015-04-22
5
-34
/
+152
*
Remove build step that escapes unicode in autofill_regex_constants.cc
estade
2015-04-20
2
-24
/
+1
*
Replace SetAuthenticatedUsername with SetAuthenticatedAccountId.
rogerta
2015-04-17
7
-7
/
+84
*
Make the Android GN debug component build actually build.
dpranke
2015-04-17
1
-0
/
+1
*
Remove some more bad ASCII-centric autofill code.
estade
2015-04-16
8
-111
/
+148
*
get rid of another inappropriate ToLowerASCII
estade
2015-04-14
2
-8
/
+12
*
Use locale-aware string comparisons in AutofillProfile.
estade
2015-04-13
6
-46
/
+87
*
Don't allow users to shift-delete wallet cards or addresses
estade
2015-04-13
5
-11
/
+24
*
Change CompareString16WithCollator to take const ref collator.
estade
2015-04-11
1
-5
/
+3
*
Autofill: Change CC name regex to look for card owner instead of owner.
thestig
2015-04-11
1
-1
/
+1
*
[Password manager internals] Add form and field signatures
vabr
2015-04-10
2
-137
/
+151
*
[Credential Management] Smart lock save Credentials bubble should not always ...
melandory
2015-04-08
2
-6
/
+4
*
Create syncable metadata table for Wallet credit cards and addresses.
estade
2015-04-07
14
-98
/
+503
*
Remove --respect-autocomplete-off-autofill flag.
estade
2015-04-07
13
-252
/
+61
*
Autofill: Recognize more credit card date fields.
thestig
2015-04-04
4
-11
/
+80
*
Make AutofillField::FindValueInSelectControl() handle non-ASCII values.
thestig
2015-04-03
2
-27
/
+100
*
Hide wallet checkbox when there's no wallet data
estade
2015-04-03
3
-0
/
+8
*
Autofill: Improve heuristics for gift cards from credit card vendors.
thestig
2015-04-03
4
-1
/
+31
*
Cleanup: autofill: Use base::kSHA1Length when comparing in DCHECK.
tfarina
2015-04-03
2
-2
/
+2
*
Added UMA statistics for estimating increase of Autofill server traffic if we...
dvadym
2015-04-03
4
-3
/
+31
[next]