summaryrefslogtreecommitdiffstats
path: root/chrome/browser/password_manager/login_database.cc
Commit message (Expand)AuthorAgeFilesLines
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Header Cleanup2: Remove another include of sqlite_utils.h that is not needed.tfarina@chromium.org2010-07-181-3/+6
* Linux: delete the unencrypted login database file after a successful password...mdm@chromium.org2010-06-291-0/+12
* Implement Password Manager aggregate metrics reportingdpranke@chromium.org2010-06-241-0/+22
* Get rid of MetaTableHelper class and make use of the app/sql API in the Login...stuartmorgan@chromium.org2010-05-111-154/+154
* Implement LoginDatabase on all platforms.albertb@chromium.org2010-04-051-0/+32
* chrome/common: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-0/+2
* Convert some structures in webkit/glue to string16.darin@chromium.org2009-10-201-15/+15
* Change GetAllLogins to GetAllBlacklistLogins.stuartmorgan@google.com2009-07-201-6/+16
* Implement Add and Update for PasswordStoreMac.stuartmorgan@chromium.org2009-07-021-1/+4
* Switch to using FilePath as long as possible for LoginDatabase, and do the co...stuartmorgan@chromium.org2009-06-221-3/+3
* Extract load times from WebDataSource. Move them to NavigationState.darin@chromium.org2009-06-161-0/+2
* Add missing headers for Windows and re-enable building of LoginDatabase.stuartmorgan@chromium.org2009-06-151-0/+3
* Copy login-related section of WebDatabase into a new class for use in Passwor...stuartmorgan@chromium.org2009-06-121-0/+318