summaryrefslogtreecommitdiffstats
path: root/chrome/browser/password_manager
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move MockKeychain into its own file.stuartmorgan@chromium.org2009-06-231-587/+95
* Implement the add/update functionality for Keychain that PasswordStoreMac willstuartmorgan@chromium.org2009-06-233-195/+465
* Switch to using FilePath as long as possible for LoginDatabase, and do the co...stuartmorgan@chromium.org2009-06-223-9/+10
* Add merging algorithm for keychain and metadata db PasswordForms, and unit te...stuartmorgan@chromium.org2009-06-193-0/+440
* Extract load times from WebDataSource. Move them to NavigationState.darin@chromium.org2009-06-1618-53/+76
* Add missing headers for Windows and re-enable building of LoginDatabase.stuartmorgan@chromium.org2009-06-151-0/+3
* Extract form related classes from the guts of WebFrameImpl.darin@chromium.org2009-06-151-5/+6
* Restores an early return that was incorrectly removed in the PasswordStore re...stuartmorgan@chromium.org2009-06-131-0/+4
* Copy login-related section of WebDatabase into a new class for use in Passwor...stuartmorgan@chromium.org2009-06-125-0/+734
* Add an exact-match Keychain search, with unit tests; groundwork for a more co...stuartmorgan@chromium.org2009-06-103-38/+315
* Use EXPLICIT_ACCESS when trying to get the PasswordStore to cancel a login qu...stuartmorgan@chromium.org2009-06-081-1/+1
* Change PasswordStoreDefault to access the WebDataService from the UI thread o...stuartmorgan@chromium.org2009-06-039-221/+129
* Port 2 more unit tests. Just small differences between platforms.tc@google.com2009-06-031-6/+6
* Reverting 17273 - Fails reliability testsmhm@chromium.org2009-05-305-41/+152
* Re-land the password store work from bug 8205, with changes that should fix b...stuartmorgan@chromium.org2009-05-3015-152/+1257
* Revert the password manager refactoring -- it failed reliability tests.evan@chromium.org2009-05-2615-1220/+152
* First phase of Mac Keychain integration. For the overall plan, see the design...stuartmorgan@chromium.org2009-05-264-0/+1144
* Patch to make password patch build.evan@chromium.org2009-05-2215-152/+1220
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Move scoped_vector.h and stl_util-inl.h to base/ben@chromium.org2009-05-053-3/+4
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-051-1/+1
* Move a bunch of functions from WebContents to TabContents. Change the servicesbrettw@chromium.org2009-04-232-22/+22
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-9/+5
* Reverting 14005.brettw@chromium.org2009-04-181-5/+9
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-9/+5
* Add dummy encryptor implementations for mac and linux.thestig@chromium.org2009-04-093-2/+88
* NO CODE CHANGEdeanm@chromium.org2009-03-108-8/+0
* NO CODE CHANGE.maruel@google.com2009-03-051-4/+6
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-052-6/+6
* Convert encryptor.cc and friends to string16.thestig@chromium.org2009-03-023-42/+42
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-4/+3