summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_sync_channel_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* replace OVERRIDE and FINAL with override and final in ipc/mostynb2014-10-071-48/+48
* Decouple IPC::MessageFilter from IPC::Channelmorrita@chromium.org2014-06-131-2/+2
* Make IPC::Channel polymorphicmorrita@chromium.org2014-06-061-2/+2
* Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create()morrita@chromium.org2014-06-051-33/+35
* Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..."lambroslambrou@chromium.org2014-06-021-32/+33
* Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*()morrita@chromium.org2014-06-021-33/+32
* Remove SyncChannel::SendWithTimeoutpiman@chromium.org2014-04-161-121/+11
* Add unistd.h include in a file using geteuid().thakis@chromium.org2014-03-311-1/+0
* Update include paths in ipc for base/process changes.rsesek@chromium.org2013-07-241-1/+1
* Use a direct include of the message_loop header in dbus/, device/, extensions...avi@chromium.org2013-07-171-1/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-14/+29
* Use a direct include of strings headers in ipc/, jingle/, media/.avi@chromium.org2013-06-111-2/+2
* ipc: Use base::MessageLoop.xhwang@chromium.org2013-04-301-9/+9
* 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