summaryrefslogtreecommitdiffstats
path: root/chrome/browser/password_manager
Commit message (Expand)AuthorAgeFilesLines
* 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
* Coverity: Pass values by reference.jhawkins@chromium.org2011-03-112-4/+4
* Linux: don't create duplicate entries in GNOME Keyring. Also, scan all keyrin...mdm@chromium.org2011-03-092-24/+144
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-094-10/+10
* Move notification service code to content. We'll need to figure out how to s...jam@chromium.org2011-03-071-4/+4
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* Update more includes that were pointing to the old locations.jam@chromium.org2011-03-021-1/+1
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-2/+2
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-013-3/+3
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-015-8/+7
* Move files out of chrome\browser\renderer_host\test alongside their source. ...jam@chromium.org2011-02-241-2/+2
* Out of line cleanups for Mac.erg@google.com2011-02-221-12/+12
* Make TabContentsObserver handle registration automatically, as well as exposi...jam@chromium.org2011-02-173-7/+13
* Linux: don't store passwords with 0 timestamp in GNOME Keyring.mdm@chromium.org2011-02-031-2/+6
* Disable PasswordStoreWinTest.ConvertIE7Login, hangs flakilyphajdan.jr@chromium.org2011-01-311-1/+2
* Rename WebNavigationObserver to TabContentsObserver.jam@chromium.org2011-01-281-3/+3
* Cleanup: Remove unneeded includes of notification_registrar.h.thestig@chromium.org2011-01-271-2/+1
* Move AutoFill messages into a separate file.jam@chromium.org2011-01-261-3/+4
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Clean up WebNavigationObserver by taking out password specific callbacks, and...jam@chromium.org2011-01-213-18/+32
* Cleanup: Remove unneeded chrome/browser/prefs/pref_service.h usage.thestig@chromium.org2011-01-151-1/+2
* Clang: enable -Wbool-conversions and -Wunused-variables on Linux.hans@chromium.org2011-01-141-1/+1
* Linux: avoid null pointers coming back from some old versions of libgnome-key...mdm@chromium.org2011-01-121-7/+15
* Coverity: Fix unchecked return values.kmadhusu@chromium.org2011-01-121-1/+5
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-024-4/+4
* Move base/mac_util.h to base/mac and use the base::mac namespace.brettw@chromium.org2011-01-011-3/+4
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-011-3/+4