summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_proxy.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-4/+5
* Switch to standard integer types in ipc/.avi2015-12-221-0/+4
* Use std::default_delete as the default deleter for scoped_ptr.dcheng2015-11-191-2/+2
* ipc: Remove unnecessary attachment broker plumbing.erikchen2015-09-241-6/+4
* ipc: Convert int types from basictypes.h to the ones from stdint.htfarina2015-09-041-1/+1
* ipc: Make a common subclass for Channel and ProxyChannel.erikchen2015-08-101-5/+9
* Complete SyncMessageFilter initialization after SyncChannel initializationrockot2015-08-071-0/+4
* Let IPC::SyncMessageFilter take advantage of thread-safe Send.rockot2015-08-061-0/+4
* ipc: Allow ChannelProxy to be set as a channel endpoint.erikchen2015-07-311-1/+7
* ipc: Remove the ability to override the listener task runnerskyostil2015-07-211-15/+0
* IPC: Make ChannelReader inherit from SupportsAttachmentBrokering.erikchen2015-06-161-6/+6
* ChannelMojo: Introduce thread-safe Send()morrita2015-04-201-5/+30
* Add instrumentation for various functions janky on the Mac IO thread.pkasting2015-04-151-0/+9
* Add a flag to dump IPC messages sent from the renderer to the browser.mbarbella2015-03-061-1/+15
* Hook up the RenderThread's IPC ChannelProxy to the RendererScheduler.rmcilroy2014-12-181-0/+15
* Introduce OS_NACL_SFI and OS_NACL_NONSFI macros.hidehiko2014-10-281-2/+1
* Non-SFI Mode: Build ipc/ library by PNaCl toolchain for nacl_helper_nonsfi.hidehiko2014-10-241-1/+2
* Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD.morrita2014-10-201-1/+1
* Manual fixups for scoped_refptr operator T* removal in ipc/dcheng2014-08-281-6/+8
* Introduce ChannelMojomorrita@chromium.org2014-08-041-9/+25
* IPC::Channel: Reduce POSIX specific API surfacemorrita@chromium.org2014-06-071-9/+0
* Make IPC::Channel polymorphicmorrita@chromium.org2014-06-061-2/+2
* Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create()morrita@chromium.org2014-06-051-7/+14
* Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..."lambroslambrou@chromium.org2014-06-021-80/+10
* Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*()morrita@chromium.org2014-06-021-10/+80
* Introduce IPC::Channel::Create*() to ensure it being heap-allocated.morrita@chromium.org2014-05-301-1/+1
* Revert 273575 "Introduce IPC::Channel::Create*() to ensure it be..."mattm@chromium.org2014-05-291-1/+1
* Introduce IPC::Channel::Create*() to ensure it being heap-allocated.morrita@chromium.org2014-05-291-1/+1
* Ensure that any IPC sent from a child process that couldn't be deserialized c...jam@chromium.org2014-05-151-0/+12
* IPC: Restrict 'toplevel' to truly toplevel events.epenner@chromium.org2014-05-021-2/+2
* Move IPC::MessageFilter and router to a separate filedmichael@chromium.org2014-04-251-119/+4
* DCHECK that listener thread != IO threaddmichael@chromium.org2014-04-171-0/+9
* Eliminate a potential race in IPC::ChannelProxydmichael@chromium.org2014-03-201-16/+34
* Revert of Eliminate a potential race in IPC::ChannelProxy (https://codereview...johnme@chromium.org2014-03-111-31/+16
* Eliminate a potential race in IPC::ChannelProxydmichael@chromium.org2014-03-111-16/+31
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-261-6/+107
* Revert "Allow MessageFilters to restrict listening to specific message classes"jdduke@chromium.org2014-02-211-100/+6
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-161-6/+100
* Make flow event traces disabled-by-defaultfmeawad@chromium.org2014-02-061-2/+2
* Remove an outdated comment.eroman@chromium.org2014-01-111-4/+0
* Remove ipc fuzzing code.thestig@chromium.org2013-10-191-4/+0
* Make BrowserMessageFilter not derive from IPC::ChannelProxy::MessageFilter. T...jam@chromium.org2013-10-011-4/+0
* Make utility process run in-process when running in single-process mode.jam@chromium.org2013-07-091-0/+3
* Update ipc/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-1/+1
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-131-2/+2
* Revert 187554 "Implement IPC::ChannelFactory, a class that accep..."falken@chromium.org2013-03-131-2/+2
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-121-2/+2
* Revert 187233dmikurube@chromium.org2013-03-111-2/+2
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-111-2/+2