summaryrefslogtreecommitdiffstats
path: root/chrome/browser/password_manager
Commit message (Expand)AuthorAgeFilesLines
* Header Cleanup2: Remove another include of sqlite_utils.h that is not needed.tfarina@chromium.org2010-07-181-3/+6
* Linux: access GNOME Keyring on the GLib main thread, rather than the DB thread.mdm@chromium.org2010-07-162-208/+490
* Separate the PasswordManagerDelegate out of PasswordManager.erg@chromium.org2010-07-164-33/+53
* AutoFill credit cards should be obfuscated on Linuxdhollowa@chromium.org2010-07-162-13/+106
* AutoFill credit cards should be encrypted on the Macdhollowa@chromium.org2010-07-166-24/+392
* Implement UMA tracking for every form that the password manager sees.dpranke@chromium.org2010-07-014-22/+124
* Don't re-store deleted passwords on form submit on the Macstuartmorgan@chromium.org2010-06-294-31/+224
* Linux: delete the unencrypted login database file after a successful password...mdm@chromium.org2010-06-295-77/+81
* linux: work around gnome keyring memory corruptionevan@chromium.org2010-06-241-105/+171
* Implement Password Manager aggregate metrics reportingdpranke@chromium.org2010-06-244-0/+27
* linux: initialize glib-dbus threading during startupevan@chromium.org2010-06-231-6/+0
* Take #3 - attempt to resubmit the ReportMetrics() change for the PasswordStor...dpranke@chromium.org2010-06-237-0/+21
* Use base::SHA1HashString in ie7_password::GetUrlHashdavidben@chromium.org2010-06-222-71/+15
* Linux: detect old and broken versions of GNOME Keyring and don't use them. Al...mdm@chromium.org2010-06-211-36/+52
* TBR: jcivelli@chromium.orgdpranke@chromium.org2010-06-187-20/+0
* Re-submit 50177 - implement stubs of reporting usage metrics for the passworddpranke@chromium.org2010-06-187-0/+20
* Unreviewed - revert 50177, 50181, 50184dpranke@chromium.org2010-06-187-20/+0
* Unreviewed build fix - fix typo in last unreviewd build fix :(dpranke@chromium.org2010-06-181-1/+1
* build fix in password manager unit tests.dpranke@chromium.org2010-06-181-0/+1
* Implement stubs of a method to report usage metrics for the password manager.dpranke@chromium.org2010-06-186-0/+19
* Linux: refactor GNOME Keyring and KWallet integration to allow migration from...mdm@chromium.org2010-06-169-365/+1507
* Remove unnecessary header dependency and fix misleading comment.dpranke@chromium.org2010-06-153-12/+12
* Fix two rare memory leaks in the password storage system.mdm@chromium.org2010-06-143-4/+7
* TTF: Update comments for a few disabled tests.jhawkins@chromium.org2010-06-121-0/+1
* Modify the password manager code to report at startup whether it is enableddpranke@chromium.org2010-06-071-0/+25
* Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ...tfarina@chromium.org2010-06-062-4/+4
* Linux: make GNOME keyring password store able to use libgnome-keyring via dlo...mdm@chromium.org2010-06-051-2/+120
* Linux: bring GNOME Keyring and KWallet integration back into a compilable sta...mdm@chromium.org2010-06-045-180/+532
* Do not show "save password" infobar on broken pages, which we cannot autofill.georgey@chromium.org2010-05-194-0/+46
* Disable PasswordStoreWinTest.MultipleWDSQueriesOnDifferentThreads while Ialbertb@chromium.org2010-05-181-1/+1
* Update password store for synczork@chromium.org2010-05-116-5/+63
* Get rid of MetaTableHelper class and make use of the app/sql API in the Login...stuartmorgan@chromium.org2010-05-112-161/+161
* Cleanup: Add a bunch of missing includes.thestig@chromium.org2010-05-101-1/+3
* Fix a possible crash introduced by r46412 by not accessing the result variabl...evan@chromium.org2010-05-061-5/+4
* Migrate web data service logins to the login database correctly on win.albertb@chromium.org2010-05-044-13/+194
* Send out notifications when logins are changed on Win and Linux.albertb@chromium.org2010-04-302-5/+182
* Refactor PasswordStoreWin to store logins in a LoginDatabase instead ofalbertb@chromium.org2010-04-3010-462/+562
* Fix memory leak introduced in r45841.snej@chromium.org2010-04-281-1/+1
* Re-land 1752007: Send out notifications when logins are changed through Passw...albertb@chromium.org2010-04-282-35/+105
* Fix password mgr heuristics for sites that keep the login form around after s...snej@chromium.org2010-04-283-22/+87
* Revert 45640 - Send out notifications when logins are changed through Passwor...akalin@chromium.org2010-04-272-106/+35
* Send out notifications when logins are changed through PasswordStoreMacalbertb@chromium.org2010-04-262-35/+106
* Add PasswordManager tests to verify basic form observation / submit cases.tim@chromium.org2010-04-233-92/+253
* Removed NOTIMPLEMENTED() from Encryptor::EncryptString() and Encryptor::Decry...georgey@chromium.org2010-04-191-2/+2
* Refactor PasswordStoreDefault on Linux to store the logins in a LoginDatabasealbertb@chromium.org2010-04-156-0/+653
* Cleanup: Explicitly add a bunch of missing includes.thestig@chromium.org2010-04-151-1/+2
* Schedule PasswordStore tasks on the DB thread on Windows and Linux; add aalbertb@chromium.org2010-04-144-16/+35
* Revert "Refactor PasswordStoreDefault on Linux to store the logins in a Login...albertb@chromium.org2010-04-1310-659/+16
* Refactor PasswordStoreDefault on Linux to store the logins in a LoginDatabasealbertb@chromium.org2010-04-1310-16/+659
* Revert "Schedule PasswordStore tasks on the DB thread on Windows and Linux."albertb@chromium.org2010-04-134-55/+16