summaryrefslogtreecommitdiffstats
path: root/chrome/browser/password_manager
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix conditional in PasswordStoreMac initializationstuartmorgan@chromium.org2010-04-131-1/+1
* Schedule PasswordStore tasks on the DB thread on Windows and Linux.albertb@chromium.org2010-04-124-16/+55
* Implement LoginDatabase on all platforms.albertb@chromium.org2010-04-059-67/+105
* mac: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-103-1/+3
* chrome 5: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-083-3/+6
* chrome/common: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-0/+2
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-192-2/+2
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2010-02-092-0/+2
* Use utf_string_conversions header in more places.maruel@chromium.org2009-12-111-1/+1
* linux: remove a NOTIMPL since we have a bug on itevan@chromium.org2009-12-091-4/+2
* Fixed handling of preferred login info in password manager.tim@chromium.org2009-11-252-15/+31
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-139-24/+24
* A large number of style nits in preparation for turning on automated cpplint.py.erg@google.com2009-11-112-2/+2
* Seventh patch in making destructors of refcounted objects private.jam@chromium.org2009-11-066-6/+14
* Convert some structures in webkit/glue to string16.darin@chromium.org2009-10-209-83/+85
* Coverity: Check the return value of CryptDestroyHash and CryptReleaseContext.jhawkins@chromium.org2009-10-061-4/+10
* Convert internal time format to Windows 1601 epoch on Linux & Mac.brettw@chromium.org2009-08-261-1/+3
* Use real creator code for Keychain items. Instead of hard-coding 'rimZ', usemark@chromium.org2009-08-112-14/+21
* Splits out the LoginModel into a separate class so that we othersky@chromium.org2009-08-111-4/+4
* Change GetAllLogins to GetAllBlacklistLogins.stuartmorgan@google.com2009-07-209-67/+78
* Implement batch deletion in PasswordStoreMac.stuartmorgan@google.com2009-07-164-29/+132
* Implement bulk password lookup API in PasswordStoreMac.stuartmorgan@google.com2009-07-164-76/+241
* Support individual Keychain item deletion in PasswordStoreMac.stuartmorgan@google.com2009-07-134-58/+163
* Don't store blacklist entries in the keychain.stuartmorgan@google.com2009-07-132-4/+18
* Add the rest of the password manager API to PasswordStore, and move clientsstuartmorgan@chromium.org2009-07-1010-87/+271
* Add an exact search method to the Keychain adapter, and modify unit tests to ...stuartmorgan@chromium.org2009-07-063-243/+230
* Implement Add and Update for PasswordStoreMac.stuartmorgan@chromium.org2009-07-026-11/+59
* Remove a bunch of low-level keychain helper tests that are now redundant with...stuartmorgan@chromium.org2009-07-013-426/+252
* Wire up a LoginDatabase for PasswordStoreMac, and start using it for lookup.stuartmorgan@chromium.org2009-06-302-41/+79
* Separate the Keychain test data from the Mock itself, and make the mock data ...stuartmorgan@chromium.org2009-06-241-84/+118