summaryrefslogtreecommitdiffstats
path: root/chrome/browser/password_manager/password_store.cc
Commit message (Expand)AuthorAgeFilesLines
* Per bug 121738, ignore old saved logins for http*://www.google.com which is n...mdm@chromium.org2012-05-081-5/+40
* Add return value to PasswordStore's schedule task.zea@chromium.org2012-05-081-2/+2
* Profile refactoring: Remove all PasswordStore code from the Profile interface.erg@chromium.org2012-03-141-4/+1
* New callback cleanup for password manager.dcheng@chromium.org2011-12-231-14/+10
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-151-3/+3
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Convert most remaining uses of NewRunnable*() in the password manager to base...mdm@chromium.org2011-10-041-24/+20
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Notify password store observers when password sync makes changes to the passw...mdm@chromium.org2011-05-131-0/+8
* Attempt at fixing crash in PasswordStoreWin. It seems like there aresky@chromium.org2011-05-031-0/+4
* Reliability bot crash in PasswordStoreWin::GetLoginsscr@chromium.org2011-04-061-2/+7
* When looking at this bug, I found at least the following issues:scr@chromium.org2011-03-281-68/+49
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Passwords: Add a PasswordStore::Observer interface and use this to notifyjhawkins@chromium.org2011-03-171-23/+59
* Coverity: Pass values by reference.jhawkins@chromium.org2011-03-111-2/+2
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-191-0/+2
* Rename ChromeThread to BrowserThread Part21:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part8:tfarina@chromium.org2010-10-091-5/+5
* Add DCHECKs to check PasswordStore's threadingdavidben@chromium.org2010-07-261-0/+3
* Take #3 - attempt to resubmit the ReportMetrics() change for the PasswordStor...dpranke@chromium.org2010-06-231-0/+5
* TBR: jcivelli@chromium.orgdpranke@chromium.org2010-06-181-5/+0
* Re-submit 50177 - implement stubs of reporting usage metrics for the passworddpranke@chromium.org2010-06-181-0/+5
* Unreviewed - revert 50177, 50181, 50184dpranke@chromium.org2010-06-181-5/+0
* Implement stubs of a method to report usage metrics for the password manager.dpranke@chromium.org2010-06-181-0/+5
* Fix two rare memory leaks in the password storage system.mdm@chromium.org2010-06-141-1/+5
* 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-141-11/+5
* Revert "Refactor PasswordStoreDefault on Linux to store the logins in a Login...albertb@chromium.org2010-04-131-5/+11
* Refactor PasswordStoreDefault on Linux to store the logins in a LoginDatabasealbertb@chromium.org2010-04-131-11/+5
* Revert "Schedule PasswordStore tasks on the DB thread on Windows and Linux."albertb@chromium.org2010-04-131-5/+11
* Schedule PasswordStore tasks on the DB thread on Windows and Linux.albertb@chromium.org2010-04-121-11/+5
* Change GetAllLogins to GetAllBlacklistLogins.stuartmorgan@google.com2009-07-201-4/+5
* Add the rest of the password manager API to PasswordStore, and move clientsstuartmorgan@chromium.org2009-07-101-17/+37
* Extract load times from WebDataSource. Move them to NavigationState.darin@chromium.org2009-06-161-0/+1
* Re-land the password store work from bug 8205, with changes that should fix b...stuartmorgan@chromium.org2009-05-301-0/+92
* Revert the password manager refactoring -- it failed reliability tests.evan@chromium.org2009-05-261-97/+0
* Patch to make password patch build.evan@chromium.org2009-05-221-0/+97