summaryrefslogtreecommitdiffstats
path: root/components/password_manager
Commit message (Expand)AuthorAgeFilesLines
* Fixups in components/ for scoped_refptr operator T* removal.dcheng2014-09-042-2/+3
* C++ readability CL.vasilii2014-09-034-699/+457
* Credential Manager: Refactor password_manager::CredentialManagerClient.mkwst2014-09-026-157/+41
* [Password Manager] Fix to recognise failed login attempt for sites where cont...pritam.nikam2014-09-012-4/+61
* Credential Manager: Stub out the browser-side IPC handlers.mkwst2014-09-012-4/+19
* Filter blacklisted forms out from the crash reports.vasilii2014-08-291-1/+3
* Remove cevans@ from OWNERS files.thestig2014-08-291-1/+0
* Track empty username and password in PasswordStore.vasilii2014-08-271-0/+9
* Revert "Track empty username and password in PasswordStore."vasilii2014-08-271-9/+0
* Work on GN build of Chrome.Brett Wilson2014-08-261-0/+5
* Remove implicit conversions from scoped_refptr to T* in components/password_m...dcheng2014-08-263-9/+7
* Track empty username and password in PasswordStore.vasilii2014-08-251-0/+9
* PasswordSyncableService shouldn't tolerate the situation when 2 or more passw...vasilii2014-08-251-0/+7
* Fixing LSan: Moving credential creation to a scoped_ptr for correct removal.mkwst@chromium.org2014-08-221-7/+11
* Introduce new PasswordForm attributes for Credential Management API.vasilii@chromium.org2014-08-222-19/+76
* Credential Manager: Renderer-side implementation.mkwst@chromium.org2014-08-2215-0/+854
* [Password Manager] Setup experiment to restrict autofilling of sync credentialgcasto@chromium.org2014-08-168-4/+58
* Revert 290030 "[Password Manager] Setup experiment to restrict a..."miu@chromium.org2014-08-158-58/+4
* [Password Manager] Setup experiment to restrict autofilling of sync credentialgcasto@chromium.org2014-08-158-4/+58
* PasswordStoreMac should notify Sync about orphaned database entries.vasilii@chromium.org2014-08-112-21/+21
* [Password Manager] Add accessor for account dashboard URL to Android.gcasto@chromium.org2014-08-092-0/+10
* Add ManagePasswordItemViewController and unit tests.dconnelly@chromium.org2014-08-081-0/+9
* [Password Manager] Add experiment controlling sync credential saving behaviorgcasto@chromium.org2014-08-073-1/+28
* [Password Manager] Verify that password is updated if multiple credentialsgcasto@chromium.org2014-08-072-0/+71
* Allow the browser to choose PasswordManager's authorization prompt policy.erikchen@chromium.org2014-08-063-11/+23
* PSL matched credentials with user-overwritten password are no longer PSL matchedvabr@chromium.org2014-07-302-31/+88
* Removed potential memory leak in PasswordFormManager::OnRequestDoneljagielski@opera.com2014-07-241-1/+6
* [Password Generation] Fix memory leak in test from r284169gcasto@chromium.org2014-07-191-2/+6
* [Password Generation] Trigger confirmation bubble when a password is savedgcasto@chromium.org2014-07-1810-25/+91
* Fix GMOCK warnings in PasswordManagerTestjiangj@opera.com2014-07-171-0/+2
* mac: Don't show keychain prompt for password Autofill.erikchen@chromium.org2014-07-171-4/+11
* Eliminate CreateBooleanValue from test filesestade@chromium.org2014-07-171-3/+3
* Move Password specific webdata logic into passwords component.caitkp@chromium.org2014-07-176-0/+320
* Add more components to the GN build.brettw@chromium.org2014-07-163-0/+148
* Autofill: don't require POST method.estade@chromium.org2014-07-161-1/+0
* [Password Manager] Fix crash in reporting sync stats.gcasto@chromium.org2014-07-156-9/+9
* Only consider PasswordFromManager which HasCompletedMatching when provisional...vabr@chromium.org2014-07-141-10/+19
* [Password Manager] Don't prompt to save credentials used to sync passwordsgcasto@chromium.org2014-07-123-0/+43
* Fix check in PasswordManager to allow saving credentials from forms only havi...engedy@chromium.org2014-07-112-2/+60
* Remove unnecessary scoped_ptr in password_form_manager_unittest.cc (Part 2)lucinka.brozkova@gmail.com2014-07-111-65/+63
* PasswordManager - update "password_manager_enabled_" pref namen.bansal@samsung.com2014-07-107-22/+26
* LoginDatabase::Update should touch all the fields which are synced.vasilii@chromium.org2014-07-102-7/+54
* PasswordForm: move from current/old password scheme to current/new.engedy@chromium.org2014-07-103-30/+179
* [Password Manager] Add UMA stats to track interaction with synced accounts.gcasto@chromium.org2014-07-1017-22/+75
* PasswordFormManager::best_matches should return a const refvabr@chromium.org2014-07-091-1/+1
* [Password Manager] Disable saving and filling on sync signupgcasto@chromium.org2014-07-097-3/+54
* Fixes for re-enabling more MSVC level 4 warnings: components/ editionpkasting@chromium.org2014-07-091-2/+3
* PasswordStoreMac::RemoveLoginsCreatedBetween() shouldn't affect other profiles.vasilii@chromium.org2014-07-081-5/+6
* Remove unnecessary scoped_ptr in password_form_manager_unittest.cc (Part 1)lucinka.brozkova@gmail.com2014-07-081-185/+155
* PSLMatchingHelper::IsPublicSuffixDomainMatch checks URL validitylucinka.brozkova@gmail.com2014-07-063-7/+26