summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_sync_channel.cc
Commit message (Expand)AuthorAgeFilesLines
* Add RetainedRef uses where needed.vmpstr2016-03-211-1/+1
* Global conversion of Pass()→std::move() on OS==linuxdcheng2015-12-281-3/+4
* Switch to standard integer types in ipc/.avi2015-12-221-0/+3
* Change VLOGs in ipc::SyncChannel to DVLOGs.bauerb2015-11-031-8/+5
* ipc: Remove unnecessary attachment broker plumbing.erikchen2015-09-241-3/+2
* ipc: Convert int types from basictypes.h to the ones from stdint.htfarina2015-09-041-2/+2
* Complete SyncMessageFilter initialization after SyncChannel initializationrockot2015-08-071-0/+10
* Let IPC::SyncMessageFilter take advantage of thread-safe Send.rockot2015-08-061-0/+8
* IPC: Make ChannelReader inherit from SupportsAttachmentBrokering.erikchen2015-06-161-2/+3
* 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