summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_sync_channel.h
Commit message (Expand)AuthorAgeFilesLines
* ipc: Remove unnecessary attachment broker plumbing.erikchen2015-09-241-5/+1
* ipc: Remove basictypes.h includes.tfarina2015-09-161-1/+1
* Complete SyncMessageFilter initialization after SyncChannel initializationrockot2015-08-071-1/+8
* Let IPC::SyncMessageFilter take advantage of thread-safe Send.rockot2015-08-061-0/+6
* IPC: Make ChannelReader inherit from SupportsAttachmentBrokering.erikchen2015-06-161-1/+5
* Standardize usage of virtual/override/final in ipc/dcheng2014-10-221-8/+8
* Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id...dcheng2014-10-211-8/+8
* Standardize usage of virtual/override/final in ipc/dcheng2014-10-211-8/+8
* replace OVERRIDE and FINAL with override and final in ipc/mostynb2014-10-071-6/+6
* Manual fixups for scoped_refptr operator T* removal in ipc/dcheng2014-08-281-9/+11
* Introduce ChannelMojomorrita@chromium.org2014-08-041-0/+8
* Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create()morrita@chromium.org2014-06-051-9/+16
* Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..."lambroslambrou@chromium.org2014-06-021-36/+9
* Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*()morrita@chromium.org2014-06-021-9/+36
* Remove SyncChannel::SendWithTimeoutpiman@chromium.org2014-04-161-9/+1
* Update ipc/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-1/+1
* Refactor: Simplify WaitableEventWatcher.teravest@chromium.org2013-02-041-8/+8
* Revert 179987dmichael@chromium.org2013-01-311-10/+8
* Refactor: Simplify WaitableEventWatcher.teravest@chromium.org2013-01-311-8/+10
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Cleanup IPC::ChannelProxy to use SingleThreadTaskRunnersergeyu@chromium.org2012-07-021-3/+3
* Remove Message::Sender and Channel::Listener typedefs.brettw@chromium.org2012-06-291-3/+3
* IPC: change sync channel dispatch restriction to allow dispatch to other chan...piman@chromium.org2012-03-301-8/+23
* Add OVERRIDE to ipc/.avi@chromium.org2011-11-171-8/+8
* Allow proxy channels to be created without initializing the underlying channel.kkania@chromium.org2011-11-161-0/+13
* Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle...thestig@chromium.org2011-11-151-4/+3
* Create ipc.dll.darin@chromium.org2011-08-151-2/+2
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...jam@chromium.org2011-05-021-2/+2
* Add additional comments to the sync channel.brettw@chromium.org2011-04-151-0/+28
* Add sync context dispatch restriction.piman@google.com2011-04-081-0/+15
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-2/+2
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-1/+1
* Convert over to channel handlesdmaclach@chromium.org2010-12-081-1/+2
* Add a base class for objects that want to filter messages on the IO thread. ...jam@chromium.org2010-12-021-4/+5
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base.tfarina@chromium.org2010-06-071-2/+2
* Allow synchronous messages to be sent from threads other than the main thread...jabdelmalek@google.com2010-04-061-16/+5
* Don't use any member variables when sending a sync call, since SyncChannel co...jam@chromium.org2009-12-011-2/+3
* First patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-3/+2
* John, please review everything.ananta@chromium.org2009-10-141-1/+4
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-5/+5
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-5/+5
* Speculative fix for a leak in SyncChannel.jeremy@chromium.org2009-08-281-1/+1
* Split the IPC code into ipc/agl@chromium.org2009-07-221-0/+162
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-031-159/+0
* Move IPC code to ipc/agl@chromium.org2009-04-031-0/+159