summaryrefslogtreecommitdiffstats
path: root/components/autofill/core
Commit message (Expand)AuthorAgeFilesLines
* Merge to M44: Suggest to fill password change formsVadym Doroshenko2015-06-244-1/+17
* Merge to M44: Do not show password save prompt for blacklisted site on in-pag...Vadym Doroshenko2015-06-152-2/+5
* Enable credit card local save on Chromeos.Evan Stade2015-05-262-2/+12
* [Autofill] Control using Variations the sending of Autofill field metadataMathieu Perreault2015-05-203-56/+199
* Autofill: Fix WalletIntegrationAvailable() regression.bondd2015-05-145-1/+218
* [Password manager] Temporarily add some CHECKs to investigate a crashvabr2015-05-122-1/+8
* Sync defines with the GYP build.brettw2015-05-121-1/+15
* [Autofill] No longer send form name at query time.mathp2015-05-112-18/+12
* Correctly parse doubles in Autofill XML parser.estade2015-05-091-7/+5
* Autofill: Add WalletIntegrationAvailable() to components.bondd2015-05-084-0/+70
* Give local card suggestions precedence over masked server cards.estade2015-05-054-29/+70
* [Autofill] Send more information about the form at Query time.mathp2015-05-043-64/+103
* Fix crash in Autofill introduced in 8949a8b27dfbestade2015-05-032-11/+45
* Periodically refresh the AccountTrackerService.anthonyvd2015-05-011-0/+2
* [Credential Management] Extract origin from PasswordForm::originmelandory2015-05-011-0/+2
* [Autofill] Send more information in the upload requestmathp2015-05-012-92/+265
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-012-5/+5
* Fix various missing dependencies in //components for the Mac GN build.dpranke2015-05-011-0/+4
* Apply automated fixits for Chrome clang plugin to components.dcheng2015-04-292-5/+3
* Change ScopedPtrHashMap's 2nd template parameterkcwu2015-04-281-1/+2
* Android - Introduce "keyboard accessory" for Autofill suggestions.estade2015-04-284-25/+39
* Update {virtual,override} to follow C++11 style in components.nick2015-04-282-4/+5
* Retry aa3219ce27ef5471c19670fe5145b136925cbc89:estade2015-04-289-13/+14
* Revert of Limit form-less Autofilling to pages that look like checkout pages....mohsen2015-04-279-12/+13
* Limit form-less Autofilling to pages that look like checkout pages.estade2015-04-279-13/+12
* Remove most occurences of PrefRegistrySyncable::UNSYNCABLE_PREFraymes2015-04-272-41/+17
* Style cleanups in Autofill for greater code clarity.estade2015-04-243-24/+14
* Autocomplete - Don't store fields we've identified as CVC.estade2015-04-235-13/+75
* [Autofill] Log Rappor metric in the case of no server data receivedmathp2015-04-224-7/+178
* Actually disable Wallet card saving on Linux.estade2015-04-222-4/+23
* Don't offer to save credit cards twice in a row.estade2015-04-225-34/+152
* Remove build step that escapes unicode in autofill_regex_constants.ccestade2015-04-202-24/+1
* Replace SetAuthenticatedUsername with SetAuthenticatedAccountId.rogerta2015-04-177-7/+84
* Make the Android GN debug component build actually build.dpranke2015-04-171-0/+1
* Remove some more bad ASCII-centric autofill code.estade2015-04-168-111/+148
* get rid of another inappropriate ToLowerASCIIestade2015-04-142-8/+12
* Use locale-aware string comparisons in AutofillProfile.estade2015-04-136-46/+87
* Don't allow users to shift-delete wallet cards or addressesestade2015-04-135-11/+24
* Change CompareString16WithCollator to take const ref collator.estade2015-04-111-5/+3
* Autofill: Change CC name regex to look for card owner instead of owner.thestig2015-04-111-1/+1
* [Password manager internals] Add form and field signaturesvabr2015-04-102-137/+151
* [Credential Management] Smart lock save Credentials bubble should not always ...melandory2015-04-082-6/+4
* Create syncable metadata table for Wallet credit cards and addresses.estade2015-04-0714-98/+503
* Remove --respect-autocomplete-off-autofill flag.estade2015-04-0713-252/+61
* Autofill: Recognize more credit card date fields.thestig2015-04-044-11/+80
* Make AutofillField::FindValueInSelectControl() handle non-ASCII values.thestig2015-04-032-27/+100
* Hide wallet checkbox when there's no wallet dataestade2015-04-033-0/+8
* Autofill: Improve heuristics for gift cards from credit card vendors.thestig2015-04-034-1/+31
* Cleanup: autofill: Use base::kSHA1Length when comparing in DCHECK.tfarina2015-04-032-2/+2
* Added UMA statistics for estimating increase of Autofill server traffic if we...dvadym2015-04-034-3/+31