summaryrefslogtreecommitdiffstats
path: root/chrome/browser/password_manager
Commit message (Expand)AuthorAgeFilesLines
* Linux: fix a bug in password store migration that would incorrectly migrate p...mdm@chromium.org2011-07-211-0/+1
* Fix build failure due to merge.dilmah@chromium.org2011-07-191-1/+1
* some cleanup for base/stl_utildilmah@chromium.org2011-07-1912-12/+12
* Passwords/Valgrind: Fix a leak.jhawkins@chromium.org2011-07-191-0/+1
* Linux: revive a mysteriously disabled test and add tests for the GNOME Keyrin...mdm@chromium.org2011-07-195-95/+892
* Move app/sql/* files to sql/ directory.tfarina@chromium.org2011-07-192-5/+5
* Reland r92615 - Linux: make externally-stored passwords (e.g. GNOME Keyring) ...mdm@chromium.org2011-07-166-108/+357
* Revert 92615 - Linux: make externally-stored passwords (e.g. GNOME Keyring) p...mdm@chromium.org2011-07-146-353/+108
* Linux: make externally-stored passwords (e.g. GNOME Keyring) profile-specific.mdm@chromium.org2011-07-146-108/+353
* Remove unnecessary include of <dbus/dbus-glib.h>.satorux@chromium.org2011-07-111-1/+0
* Fix for compile failures caused by the change to move chrome specific notific...ananta@chromium.org2011-07-101-4/+5
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-105-20/+23
* Linux: Don't store duplicate logins in KWallet.mdm@chromium.org2011-06-301-1/+15
* Add an OWNERS file for chrome/browser/password_manager with the top threemdm@chromium.org2011-06-241-0/+3
* Linux: remove the forced keyring unlock on password store initialization.mdm@chromium.org2011-06-231-22/+18
* Failure logging for Passwords sync integration testsrsimha@chromium.org2011-06-231-1/+8
* Coverity: Add a couple missing checks to the KWallet NativeBackendKWallet.thestig@chromium.org2011-06-221-2/+4
* Mark PasswordStoreWinTest.OutstandingWDSQueries as disabledakalin@chromium.org2011-06-171-2/+2
* Mark PasswordStoreWinTest.OutstandingWDSQueries as flakyakalin@chromium.org2011-06-171-1/+2
* Linux: remove a bunch of code from gnome keyring integration that was needed tomdm@chromium.org2011-06-151-278/+0
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h.thestig@chromium.org2011-06-141-1/+1
* Factor load notification detail structs out of NavigationController and into pinkerton@chromium.org2011-05-312-2/+2
* Linux: add a check for suspicious data in KWallet pickles and ignore it.mdm@chromium.org2011-05-211-0/+9
* Fix password automation hooks to get pyauto test testSavePassword working.dennisjeffrey@chromium.org2011-05-201-1/+1
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-194-10/+10
* Notify password store observers when password sync makes changes to the passw...mdm@chromium.org2011-05-132-0/+14
* iwyu: Use callback_old.h where appropriate, part 2.jhawkins@chromium.org2011-05-101-1/+1
* Refactor preference syncing.zea@chromium.org2011-05-095-12/+26
* Linux: sort the logins by origin when using a native password store, like the...mdm@chromium.org2011-05-062-0/+20
* Move crypto_helpers from sync to cryptoqsr@google.com2011-05-051-2/+2
* Attempt at fixing crash in PasswordStoreWin. It seems like there aresky@chromium.org2011-05-0311-151/+277
* Linux: attempt to write a dummy value to the native password store to get it tomdm@chromium.org2011-05-021-0/+16
* Linux: don't replace existing logins when adding new logins to the same site.mdm@chromium.org2011-04-291-21/+29
* Move UserMetrics to content.michaeln@google.com2011-04-271-1/+1
* Linux: improved pickle error checking in KWallet support code.mdm@chromium.org2011-04-271-3/+8
* Further improvements to DCHECK() usage, within /src/chromekushi.p@gmail.com2011-04-251-8/+8
* Linux: make the KWallet code a little more robust to weird pickle corruption.mdm@chromium.org2011-04-222-25/+32
* Cleanup file name and unused import.thomasvl@chromium.org2011-04-203-5/+4
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-142-30/+30
* Added unit tests for pieces which broke before.scr@chromium.org2011-04-081-0/+77
* Chrome: Crash Report - Stack Signature: GURL::spec()...scr@chromium.org2011-04-072-32/+36
* Reliability bot crash in PasswordStoreWin::GetLoginsscr@chromium.org2011-04-064-48/+85
* Cleanup: Remove forward declarations of "struct sqlite3".tfarina@chromium.org2011-03-301-3/+1
* Fix clang error with missing constructor when convertingscr@chromium.org2011-03-282-0/+5
* When looking at this bug, I found at least the following issues:scr@chromium.org2011-03-2815-197/+207
* AutoFill -> Autofill Part Nisherman@chromium.org2011-03-281-9/+9
* Move some files from base to base/memory.levin@chromium.org2011-03-2813-25/+25
* Move a bunch of renderer->browser messages to content.jam@chromium.org2011-03-231-1/+1
* autofill: Rename all the entries remaining with AutoFill to Autofill.tfarina@chromium.org2011-03-213-6/+6
* Passwords: Add a PasswordStore::Observer interface and use this to notifyjhawkins@chromium.org2011-03-172-25/+96