summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_sync_channel.cc
Commit message (Expand)AuthorAgeFilesLines
* Mechanical rename of tracing includes (remaining bits)primiano2015-01-301-1/+1
* Misc. cleanup, primarily removing unused locals.pkasting2014-10-131-2/+1
* ipc/ fixups for scoped_refptr operator T* removal.dcheng2014-09-031-1/+1
* Manual fixups for scoped_refptr operator T* removal in ipc/dcheng2014-08-281-5/+5
* Remove implicit conversions from scoped_refptr to T* in ipc/dcheng2014-08-271-1/+1
* Introduce ChannelMojomorrita@chromium.org2014-08-041-0/+14
* Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create()morrita@chromium.org2014-06-051-8/+16
* Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..."lambroslambrou@chromium.org2014-06-021-55/+9
* Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*()morrita@chromium.org2014-06-021-9/+55
* IPC: Restrict 'toplevel' to truly toplevel events.epenner@chromium.org2014-05-021-2/+2
* DCHECK that listener thread != IO threaddmichael@chromium.org2014-04-171-0/+6
* Remove SyncChannel::SendWithTimeoutpiman@chromium.org2014-04-161-24/+4
* Make flow event traces disabled-by-defaultfmeawad@chromium.org2014-02-061-2/+2
* Update ipc/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-3/+3
* ipc: Use base::MessageLoop.xhwang@chromium.org2013-04-301-3/+4
* Refactor: Simplify WaitableEventWatcher.teravest@chromium.org2013-02-041-7/+19
* Revert 179987dmichael@chromium.org2013-01-311-14/+7
* Refactor: Simplify WaitableEventWatcher.teravest@chromium.org2013-01-311-7/+14
* Add traces for SyncChannel::SendWithTimeoutpiman@chromium.org2012-08-221-0/+14
* Enable verbose logging during PluginMsg_CreateInstance.bauerb@chromium.org2012-08-201-5/+6
* Revert 151975 - Enable verbose logging during PluginMsg_CreateInstance.piman@chromium.org2012-08-171-13/+5
* Enable verbose logging during PluginMsg_CreateInstance.bauerb@chromium.org2012-08-161-5/+13
* Add moar logging for "Couldn't load plug-in" errors.bauerb@chromium.org2012-08-131-1/+10
* Cleanup IPC::ChannelProxy to use SingleThreadTaskRunnersergeyu@chromium.org2012-07-021-14/+15
* Remove Message::Sender and Channel::Listener typedefs.brettw@chromium.org2012-06-291-3/+3
* ipc: don't treat replies with the unblock flag set as regular messagespiman@chromium.org2012-04-101-4/+4
* IPC: change sync channel dispatch restriction to allow dispatch to other chan...piman@chromium.org2012-03-301-5/+6
* Convert uses of int ms to TimeDelta in content/browser, ipc, and webkit/plugins.tedvessenes@gmail.com2012-03-071-1/+1
* Prefer ScopedNestableTaskAllower over manual save/restoredhollowa@chromium.org2012-02-141-4/+4
* Reimplement ReceivedSyncMsgQueue::DispatchMessagesjhorwich@chromium.org2012-01-111-17/+29
* Allow proxy channels to be created without initializing the underlying channel.kkania@chromium.org2011-11-161-11/+22
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+2
* base:Bind: Convert ipc/.jhawkins@chromium.org2011-11-121-9/+11
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-0/+1
* This patch caused Chrome to be unable to load any web pages on Chrome OS.satorux@chromium.org2011-08-231-1/+0
* Fix IPC OnChannelConnected() to send correct PID on Linux/CrOSjamescook@chromium.org2011-08-191-0/+1
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-151-1/+1
* Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...jam@chromium.org2011-05-021-6/+7
* Improving logging in /app, /base, /crypto and /ipc. Updating plain DCHECK() u...kushi.p@gmail.com2011-04-281-1/+1
* Add additional comments to the sync channel.brettw@chromium.org2011-04-151-0/+4
* Add sync context dispatch restriction.piman@google.com2011-04-081-11/+25
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-11/+11
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-2/+2
* Move thread local stuff from base to base/threading and consistently use thebrettw@chromium.org2010-12-301-1/+1
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-5/+5
* Convert over to channel handlesdmaclach@chromium.org2010-12-081-2/+2
* Add a base class for objects that want to filter messages on the IO thread. ...jam@chromium.org2010-12-021-6/+7
* Fix a chrome browser crash observed in chrome frame reliability test runs. Th...ananta@chromium.org2010-09-021-1/+1
* Add MessageLoop::QuitNow and use it to terminate a sync IPC.darin@chromium.org2010-02-231-1/+1
* Revert "Better handle oversized IPC messages" r37102jeremy@chromium.org2010-01-261-9/+0