summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_sync_channel_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* ipc: Convert MessageLoop::RunUntilIdle() usage to base::RunLoop variant.tfarina@chromium.org2013-02-081-6/+6
* Linux/ChromeOS Chromium style checker cleanup, ipc/ edition.rsleevi@chromium.org2013-02-061-50/+50
* Reenable IPCSyncChannelTest.SendWithTimeoutMixedOKAndTimeoutviettrungluu@chromium.org2013-01-121-5/+1
* Move IPC tests into anonymous namespaces.viettrungluu@chromium.org2013-01-111-94/+19
* Fix shutdown race in IPCSyncChannelTest and get rid of "suppressions"/annotat...viettrungluu@chromium.org2013-01-081-25/+28
* ipc: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-161-3/+3
* Fix ownership of the helper thread in IPCSyncChannelTest.SyncMessageFilterpiman@chromium.org2012-09-081-9/+14
* Purge ImplementsThreadSafeReferenceCounting() from the codebase now that Task...fischman@chromium.org2012-08-071-1/+0
* More -Wunused-private-field cleanups.thakis@chromium.org2012-07-201-3/+1
* Remove unused fields found by clang's new Wunused-private-fields.thakis@chromium.org2012-06-271-3/+3
* Separate out IPC::Message::Sender and Channel::Listener into a separate class.brettw@chromium.org2012-06-111-1/+3
* RefCounted types should not have public destructors, ipc/ editionrsleevi@chromium.org2012-04-281-0/+3
* ipc: don't treat replies with the unblock flag set as regular messagespiman@chromium.org2012-04-101-0/+114
* Make IPC channels track their peer process IDjschuh@chromium.org2012-04-051-0/+3
* IPC: change sync channel dispatch restriction to allow dispatch to other chan...piman@chromium.org2012-03-301-16/+171
* Verify the child process with a secret hellojschuh@chromium.org2012-03-171-0/+89
* Convert uses of int ms to TimeDelta in content/browser, ipc, and webkit/plugins.tedvessenes@gmail.com2012-03-071-1/+3
* Convert use of int ms to TimeDelta in files owned by jeremy.tedvessenes@gmail.com2012-01-131-1/+1
* Reimplement ReceivedSyncMsgQueue::DispatchMessagesjhorwich@chromium.org2012-01-111-1/+259
* Change over IgnoreReturn to IgnoreResult. remove IgnoreReturn.ajwong@chromium.org2012-01-061-3/+2
* base::Bind: Convert Tasks in ipc_sync_channel_unittest.cc.jhawkins@chromium.org2011-11-281-21/+14
* Allow proxy channels to be created without initializing the underlying channel.kkania@chromium.org2011-11-161-3/+76
* base:Bind: Convert ipc/.jhawkins@chromium.org2011-11-121-19/+25
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-10/+9
* Remove IPCSyncChannelTest.BadMessagephajdan.jr@chromium.org2011-07-201-60/+0
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Disable IPCSyncChannelTest.BadMessage on windows. It crashes occasionally.kkania@chromium.org2011-06-031-1/+8
* Removing 'using namespace' style violations in src/ipc/kushi.p@gmail.com2011-05-131-5/+8
* Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...jam@chromium.org2011-05-021-2/+2
* Add sync context dispatch restriction.piman@google.com2011-04-081-0/+150
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Clean up channel modesdmaclach@chromium.org2011-02-031-2/+2
* Disable crashy IPCSyncChannelTest.SendWithTimeoutMixedOKAndTimeoutphajdan.jr@chromium.org2011-01-191-1/+2
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-011-2/+2
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-1/+2
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-201-1/+2
* Revert 69694 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-201-2/+1
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-201-1/+2
* Revert 69690 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-201-2/+1
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-201-1/+2
* Revert 69660 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-181-2/+1
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-181-1/+2
* Revert 69264 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-161-2/+1
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-151-1/+2
* ipc: Simplify the magic required to create IPC message headers.This gets rid ...jam@chromium.org2010-12-081-8/+1
* Add a base class for objects that want to filter messages on the IO thread. ...jam@chromium.org2010-12-021-1/+1
* Fixed bug where CHECKs don't fire if min_log_level > FATALakalin@chromium.org2010-11-031-5/+6
* Covert LOG(INFO) to VLOG(1) - ipc/.pkasting@chromium.org2010-10-191-6/+3