summaryrefslogtreecommitdiffstats
path: root/chrome/browser/password_manager
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-012-2/+2
* Cleanup: Remove unneeded includes of notification_service.h.thestig@chromium.org2010-12-171-1/+0
* Cleanup: Remove unneeded includes of notification_service.h in other headers.thestig@chromium.org2010-12-152-1/+2
* Last few NewRunnableMethod scoped_refptr params to fix.willchan@chromium.org2010-12-151-1/+1
* Cleanup: Remove unneeded profile.h usage in headers.thestig@chromium.org2010-12-102-1/+6
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-14/+14
* Reduce the include footprint of pref_service.hmnissler@chromium.org2010-12-032-0/+3
* Move:ben@chromium.org2010-12-026-6/+6
* Revert 67997 - Reduce the include footprint of pref_service.hmnissler@chromium.org2010-12-022-3/+0
* Reduce the include footprint of pref_service.hmnissler@chromium.org2010-12-022-0/+3
* Remove duplicate NotificationObserver mock.mnissler@chromium.org2010-12-012-7/+8
* Revert 67326 - Re-landing original change since it didn't seem to fix the fai...brettw@chromium.org2010-11-242-0/+10
* Revert 67281 to fix failing FullLogin test - The earlier TabContentsWrapper c...andybons@chromium.org2010-11-242-10/+0
* The earlier TabContentsWrapper changes had incomplete support for password ma...ben@chromium.org2010-11-242-0/+10
* Make pink's TabContentsWrapper change compile on Windows.ben@chromium.org2010-11-182-22/+25
* Implement device management policy providerdanno@chromium.org2010-11-092-14/+2
* Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*/*.pkasting@chromium.org2010-10-211-1/+1
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-192-1/+3
* Integration tests for password sync.albertb@chromium.org2010-10-143-47/+85
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-142-2/+2
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-2/+2
* Rename ChromeThread to BrowserThread Part21:tfarina@chromium.org2010-10-127-7/+7