summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 186912jeremya@chromium.org2013-03-081-2/+2
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-081-2/+2
* Marked IPC::ChannelProxy as non thread-safe. Added DCHECKs to verify that pub...alexeypa@chromium.org2012-12-051-0/+20
* Trace PostTasks from post to run.jbates@chromium.org2012-09-181-1/+0
* Add async trace events to trace progress of IPC messagesjbates@chromium.org2012-09-041-0/+1
* Clean-up inline members of nested classes (ipc/)hans@chromium.org2012-08-091-0/+4
* Cleanup IPC::ChannelProxy to use SingleThreadTaskRunnersergeyu@chromium.org2012-07-021-19/+26
* Separate out IPC::Message::Sender and Channel::Listener into a separate class.brettw@chromium.org2012-06-111-2/+3
* PPAPI/NaCl: Re-land speculative implementation for ipc_channel_nacl.ccdmichael@chromium.org2012-05-311-1/+1
* Revert 139635 - PPAPI/NaCl: Speculative implementation for ipc_channel_nacl.ccrch@chromium.org2012-05-301-1/+1
* PPAPI/NaCl: Speculative implementation for ipc_channel_nacl.ccdmichael@chromium.org2012-05-301-1/+1
* Log message class/line in IPC::ChannelProxy::Context::OnDispatchMessagepiman@chromium.org2012-05-111-2/+4