summaryrefslogtreecommitdiffstats
path: root/components/password_manager
Commit message (Expand)AuthorAgeFilesLines
* Remove most occurences of PrefRegistrySyncable::UNSYNCABLE_PREFraymes2015-04-271-8/+4
* Implement the statistics table for the passwords.vasilii2015-04-2615-4/+360
* Substitued pattern push_back(ptr.release()) with push_back(ptr.Pass()) in the...xtreit2015-04-244-5/+5
* PasswordFormManager: Clean up PasswordForm pointer ownership.mgiuca2015-04-242-19/+25
* Revert "Revert "Add experiment to exercise AffiliationService with dummy data...oysteine2015-04-228-4/+260
* Revert "Add experiment to exercise AffiliationService with dummy data, plus a...oysteine2015-04-228-260/+4
* [Autofill] Log Rappor metric in the case of no server data receivedmathp2015-04-221-1/+1
* Add experiment to exercise AffiliationService with dummy data, plus add relat...engedy2015-04-228-4/+260
* Update affiliated web credentials when Android credentials are updated.engedy2015-04-2111-40/+767
* Handle some error and edge cases more reasonably in AffiliationBackend.engedy2015-04-203-13/+28
* Refactor net::BackoffEntry to not require subclassingjohnme2015-04-201-25/+1
* Add a UMA metric for password change forms among no-username forms.msramek2015-04-171-0/+10
* Report the number of empty usernames without a nonempty pair.msramek2015-04-162-2/+32
* Restrict affiliaton-based matching to be enabled only when sync without a cus...engedy2015-04-142-5/+11
* Revert of Restrict affiliaton-based matching to when sync without a custom pa...hendrikw2015-04-142-11/+5
* Restrict affiliaton-based matching to be enabled only when sync without a cus...engedy2015-04-142-5/+11
* Don't allow users to shift-delete wallet cards or addressesestade2015-04-132-3/+5
* Do not wait for username select when filling affiliation-based matches.engedy2015-04-132-5/+43
* [Password manager internals] Add form and field signaturesvabr2015-04-103-0/+35
* Add a UMA histogram to track absent username field when parsing a form.vasilii2015-04-101-0/+2
* Remove unsigned int from CredentialType enum declaration.melandory2015-04-091-2/+1
* In some cases we encounter situation when in processing onSubmit of password ...dvadym2015-04-094-134/+215
* Improovements in Save password infobar delegate tests.melandory2015-04-091-1/+1
* [sql] Clients should use sql::Connection::Delete().shess2015-04-091-1/+1
* [Credential Management] Smart lock save Credentials bubble should not always ...melandory2015-04-0810-159/+43
* [Password Manager] Add UMA stats for submitted form typegcasto2015-04-034-20/+88
* Fix blacklisting for desktop infobars.melandory2015-04-032-1/+4
* [Password Generation] Enabled generation if autocomplete attributes are setgcasto2015-04-023-4/+9
* Make affiliation-based matches have the origin of the observed form.engedy2015-04-023-10/+16
* [Password Manager] Do not partially deserialize FormDatagcasto2015-04-013-1/+25
* Processing USERNAME reply from Autofill server in Password Managerdvadym2015-04-017-1/+100
* Make test outputs more readable whenever PasswordForms are involved.engedy2015-04-014-49/+59
* [Cleanup] Remove the obsolete other possible usernames field trial.isherman2015-03-314-61/+1
* Refactor of password generation manager unittests.melandory2015-03-311-27/+23
* Make autofill/password sync non-optional.torne2015-03-314-38/+3
* Refactor of credential manager dispatcher unittests.melandory2015-03-301-70/+110
* Add missing export and import source files to password_manager's browser target.tfarina2015-03-261-0/+5
* Move credential_manager_types.h to components/password_manager/core.dconnelly2015-03-2611-41/+75
* [Password manager] Recognise squashed login+sign-up formsvabr2015-03-245-22/+77
* Prettify Android application realms in autofill suggestions.engedy2015-03-182-6/+66
* Credential Manager API: pop up the new "Manage accounts" bubble.vasilii2015-03-181-0/+1
* Introduce StrategyOnCacheMiss enum instead of |cached_only| boolean.engedy2015-03-1711-71/+100
* Integrate serving affiliation-based matches into the PasswordStore.engedy2015-03-175-13/+315
* Fix PasswordForm operator== and operator<< and update one reliant test.engedy2015-03-171-0/+2
* Integrate throttling logic into AffiliationBackend.engedy2015-03-1710-102/+342
* PasswordStore: Clean up expectations about rewriting vectors of formsvabr2015-03-168-118/+135
* Add AffiliatedMatchHelper.engedy2015-03-105-6/+756
* Add prefetch support to AffiliationBackend.engedy2015-03-1012-160/+2070
* Introduce ManagePasswordsState class.vasilii2015-03-102-14/+15
* Update AffiliationFetcher to use new Affiliation API wire format.engedy2015-03-103-23/+43