summaryrefslogtreecommitdiffstats
path: root/chrome/browser/password_manager
Commit message (Expand)AuthorAgeFilesLines
* More base::Bind migrations.csilv@chromium.org2011-11-221-1/+2
* Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,...ajwong@chromium.org2011-11-211-1/+1
* Get rid of a bunch of view_messages.h includes from chrome by making the TabC...jam@chromium.org2011-11-212-3/+3
* Switch BackgroundContents to use TabContents instead of RenderViewHost.jam@chromium.org2011-11-112-2/+2
* Moving the SignalingTask class to base/test.tommi@chromium.org2011-11-023-29/+29
* Move BrowserThread to content namespace.joi@chromium.org2011-11-0213-0/+13
* wstring removal/cleanup in browser/ui/logintony@chromium.org2011-10-311-3/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-2812-23/+30
* Use base::IgnoreReturn<bool>( instead of base::IgnoreReturn(base::Callback<bo...mdm@chromium.org2011-10-243-165/+165
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-194-17/+20
* Fix linux buildjam@chromium.org2011-10-191-15/+15
* More build fixes from notification move.jam@chromium.org2011-10-191-3/+3
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-195-55/+55
* Linux: downgrade an ERROR to a WARNING because it can actually happen normally.mdm@chromium.org2011-10-171-2/+4
* Convert most remaining uses of NewRunnable*() in the password manager to base...mdm@chromium.org2011-10-044-32/+37
* Convert more password manager uses of NewRunnable*() to base::Bind().mdm@chromium.org2011-10-043-45/+34
* Change some uses of NewRunnable*() in unit tests to base::Bind().mdm@chromium.org2011-10-032-170/+160
* Don't immediately fill saved passwords in Incognito mode.isherman@chromium.org2011-09-301-4/+7
* Coverity: Fix uninitialized member variables.kmadhusu@chromium.org2011-09-271-1/+3
* Use DISABLE_RUNNABLE_METHOD_REFCOUNT macro in several places I've previously ...mdm@chromium.org2011-09-214-20/+4
* Linux: clean up a bit after getting rid of the last use of dbus-glib.mdm@chromium.org2011-09-204-96/+1097
* Linux: use our spiffy new DBus client library for KWallet, instead of dbus-glib.mdm@chromium.org2011-09-153-254/+459
* Add ChromeRenderViewHostTestHarness to get rid of the dependency from RVHTH t...jochen@chromium.org2011-09-141-7/+7
* Reduce number of unnamed-type-template-args violations (mostly when passing v...pkasting@chromium.org2011-09-011-1/+1
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-275-10/+4
* Allow sync integration tests to operate on multiple datatypes: Passwordsrsimha@chromium.org2011-08-231-1/+13
* Linux: allow appending to a list of passwords in the GNOME keyring backend to...mdm@chromium.org2011-08-232-1/+42
* base: Fix the TODO in string_util.htfarina@chromium.org2011-08-174-9/+15
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-115-5/+5
* GTTF: Use a fresh TestingBrowserProcess for each test, part #5phajdan.jr@chromium.org2011-08-111-1/+2
* Revert 96098 - ui_tests began crashingrsleevi@chromium.org2011-08-101-2/+1
* GTTF: Use a fresh TestingBrowserProcess for each test, part #5phajdan.jr@chromium.org2011-08-091-1/+2
* GTTF: Use a fresh TestingBrowserProcess for each test, part #4phajdan.jr@chromium.org2011-08-034-3/+9
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-016-6/+6
* Move more files from chrome/test to chrome/test/base, part #2phajdan.jr@chromium.org2011-07-293-3/+3
* Linux: add an additional unit test for the password store bug fixed in r93300.mdm@chromium.org2011-07-221-0/+98
* Add a bunch of OVERRIDE annotations to virtual method implementations.mdm@chromium.org2011-07-217-60/+60
* 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