summaryrefslogtreecommitdiffstats
path: root/components/autofill
Commit message (Expand)AuthorAgeFilesLines
* Keyboard accessory icons for card scan and settings.rouslan2015-08-171-0/+4
* Add dvadym to password manager OWNERSvabr2015-08-172-0/+2
* Update full-form autofill config to always query the field trial state.jdonnelly2015-08-141-2/+5
* Fill only the password field on "no username" credentials in PasswordManager ...dvadym2015-08-131-7/+11
* FillAutofillableLogins and FillBlacklistLogins should remove the duplicate en...vasilii2015-08-132-6/+32
* Use the upper-case 'CLEAR FORM' string for keyboard accessory.rouslan2015-08-111-2/+11
* Replace ToLower calls to the new formatbrettw2015-08-104-8/+7
* Make Linux password backends to handle the duplicate logins correctly on Add/...vasilii2015-08-102-0/+14
* [Autofill] Log the number of edited autofilled fields at form submission.mathp2015-08-077-8/+96
* Replace StringToLowerASCII with base::ToLowerASCIIbrettw2015-08-063-6/+4
* Add optional logic for checking autofill data quality.brettw2015-08-062-45/+119
* [Reland] Make the password manager ignore certain fields like credit card num...sebsg2015-08-063-91/+264
* Add the ability to enable iOS full-form autofill via field trial.jdonnelly2015-08-061-2/+8
* [Autofill] Include the AutoFillType in all uploads, regardless of field trial.mathp2015-08-062-11/+11
* Update Confirmation UI for saved password changedvadym2015-08-062-0/+9
* Revert of Stop password manager from prompting for credit card number and CVC...sebsg2015-08-053-263/+93
* Make the password manager ignore certain fields like credit card number or CVCsebsg2015-08-043-93/+263
* [Password Manager] Upload additional password form signature.melandory2015-08-048-40/+172
* Convert autocomplete attribute values to constantsramya.v2015-08-041-6/+13
* Remove dead code left behind by downstream change.jdonnelly2015-08-033-52/+0
* [iOS] Remove form.requestAutocomplete support.justincohen2015-07-313-39/+0
* iOS full-form Autofill: Add code to clear autofilled form fields.bondd2015-07-305-6/+68
* Annotate large GN targets for precompiled headersbrettw2015-07-281-0/+2
* Revert "Add precompiled headers to GN build for large targets."dpranke2015-07-281-2/+0
* Add precompiled headers to GN build for large targets.brettw2015-07-271-0/+2
* iOS full-form Autofill: Fire JS 'change' events for autofilled fields.bondd2015-07-273-46/+86
* Fix a typo in password_form_conversion_utils.ccvabr2015-07-271-1/+1
* Make UTF16ToASCII and UTF16TOUTF8 take a StringPiecebrettw2015-07-241-1/+2
* Implements PersonalDataManagerFactory on iOS.sdefresne2015-07-241-0/+9
* Update SplitString calls in componentsbrettw2015-07-237-25/+32
* Unify LowerCaseEqualsASCII and EqualsASCII functions.brettw2015-07-232-3/+5
* Rename avatar_url to icon_url in PasswordForm.msramek2015-07-232-7/+9
* [Autofill] Include Chrome Variations state in Autofill requestsmathp2015-07-222-0/+8
* Remove base/mac/scoped_nsexception_enabler.h.rsesek2015-07-221-5/+4
* Eliminate the use of autofill::REQUIRE_AUTOCOMPLETE [step 3 of 3].jdonnelly2015-07-214-161/+29
* iOS full-form Autofill: Handle partially filled forms correctly.bondd2015-07-213-9/+41
* [Autofill] Copy attributes for the select elements as well.mathp2015-07-211-1/+2
* Eliminate the use of autofill::REQUIRE_AUTOCOMPLETE [step 1 of 3].jdonnelly2015-07-172-0/+17
* Remove legacy StartsWithASCII function.brettw2015-07-163-6/+8
* [Autocomplete] Save autocomplete values on "OnWillSubmit" instead of "OnFormS...mathp2015-07-1619-173/+137
* iOS Autofill: Remove yellow background when a field is edited or reset.bondd2015-07-151-1/+24
* Move JoinString to the base namespace.brettw2015-07-158-10/+12
* Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...hongchan2015-07-148-12/+10
* Move JoinString to the base namespace.brettw2015-07-148-10/+12
* [Autofill/Autocomplete Feature] Substring matching instead of prefix matching.pritam.nikam2015-07-1417-44/+620
* Removal of UpdateMultivaluedField() as we now don't have multiple values for ...deepak.m12015-07-132-33/+27
* Use standard card unmask triggering on iOS when full-form autofill is enabled.jdonnelly2015-07-131-3/+8
* Extend the account creation form vote with usernamemsramek2015-07-132-3/+13
* Only UTF-8 sync tags and server ID for Wallet metadata.rouslan2015-07-113-261/+300
* [Password Manager] Use successful window.fetch() submission as a signal for p...xunlu2015-07-104-16/+15