summaryrefslogtreecommitdiffstats
path: root/chrome/browser/password_manager
Commit message (Expand)AuthorAgeFilesLines
* Add OSSTATUS_LOG API.mark@chromium.org2012-01-272-8/+8
* Linux: stop migrating old, shared passwords into the profile-specific passwor...mdm@chromium.org2012-01-134-14/+20
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+1
* Change over IgnoreReturn to IgnoreResult. remove IgnoreReturn.ajwong@chromium.org2012-01-063-217/+247
* Fix MockKeychain implementation on Macrsimha@chromium.org2011-12-272-10/+8
* Remove temporary redirect header and DEPS exception for cancelable_request.hjoi@chromium.org2011-12-272-2/+2
* base::Bind: Random remaining cleanups.jhawkins@chromium.org2011-12-231-3/+5
* New callback cleanup for password manager.dcheng@chromium.org2011-12-238-64/+38
* Change most of the methods of WebContentsObserver to take a content::WebConte...jam@chromium.org2011-12-232-3/+4
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-222-4/+4
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-1535-187/+209
* Hide the process of instantiating NotificationServiceImpl from embedders.tfarina@chromium.org2011-12-141-2/+2
* Split UserMetrics into API vs. implementation. Move API to content/public.joi@chromium.org2011-12-141-3/+4
* Removing MessageLoop::QuitTask() from chrome/dcheng@chromium.org2011-12-106-7/+7
* Mac: speculative fix for bug 105759 based on the assumption that we have a re...mdm@chromium.org2011-11-301-1/+4
* callback_forward.h forward-declares base::Callback and base::Closure.erikwright@chromium.org2011-11-281-1/+1
* Removing SignalingTask and replace with base::Bind(&WaitableEvent::Signal, ...)dcheng@chromium.org2011-11-253-29/+31
* 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