summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_proxy.h
Commit message (Expand)AuthorAgeFilesLines
* ChannelMojo: Introduce thread-safe Send()morrita2015-04-201-0/+22
* Add a flag to dump IPC messages sent from the renderer to the browser.mbarbella2015-03-061-0/+25
* Hook up the RenderThread's IPC ChannelProxy to the RendererScheduler.rmcilroy2014-12-181-0/+8
* IPC: a way for security exploit browsertests to simulate the appearance of a ...nick2014-11-141-2/+2
* 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-2/+3
* Standardize usage of virtual/override/final in ipc/dcheng2014-10-221-6/+6
* Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id...dcheng2014-10-211-6/+6
* Standardize usage of virtual/override/final in ipc/dcheng2014-10-211-6/+6
* Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD.morrita2014-10-201-1/+1
* replace OVERRIDE and FINAL with override and final in ipc/mostynb2014-10-071-4/+4
* Manual fixups for scoped_refptr operator T* removal in ipc/dcheng2014-08-281-5/+7
* Introduce ChannelMojomorrita@chromium.org2014-08-041-2/+8
* IPC::Channel: Reduce POSIX specific API surfacemorrita@chromium.org2014-06-071-1/+0
* Make IPC::Channel polymorphicmorrita@chromium.org2014-06-061-1/+1
* Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create()morrita@chromium.org2014-06-051-4/+8
* Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..."lambroslambrou@chromium.org2014-06-021-40/+6
* Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*()morrita@chromium.org2014-06-021-6/+40
* Ensure that any IPC sent from a child process that couldn't be deserialized c...jam@chromium.org2014-05-151-0/+1
* Move IPC::MessageFilter and router to a separate filedmichael@chromium.org2014-04-251-50/+3
* Eliminate a potential race in IPC::ChannelProxydmichael@chromium.org2014-03-201-0/+4
* Revert of Eliminate a potential race in IPC::ChannelProxy (https://codereview...johnme@chromium.org2014-03-111-4/+0
* Eliminate a potential race in IPC::ChannelProxydmichael@chromium.org2014-03-111-0/+4
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-261-0/+12
* Revert "Allow MessageFilters to restrict listening to specific message classes"jdduke@chromium.org2014-02-211-12/+0
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-161-0/+12
* Remove ipc fuzzing code.thestig@chromium.org2013-10-191-19/+0
* Make BrowserMessageFilter not derive from IPC::ChannelProxy::MessageFilter. T...jam@chromium.org2013-10-011-16/+2
* Update ipc/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-2/+2
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-131-1/+1
* Revert 187554 "Implement IPC::ChannelFactory, a class that accep..."falken@chromium.org2013-03-131-1/+1
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-121-1/+1
* Revert 187233dmikurube@chromium.org2013-03-111-1/+1
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-111-1/+1
* Revert 186912jeremya@chromium.org2013-03-081-1/+1
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-081-1/+1
* Revert "GTTF: Add missing virtual destructors."phajdan.jr@chromium.org2013-02-061-2/+0
* GTTF: Add missing virtual destructors.phajdan.jr@chromium.org2013-02-051-0/+2
* Marked IPC::ChannelProxy as non thread-safe. Added DCHECKs to verify that pub...alexeypa@chromium.org2012-12-051-1/+2
* Clean-up inline members of nested classes (ipc/)hans@chromium.org2012-08-091-1/+1
* 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-12/+15
* Remove an IPC::ChannelProxy constructor that is not actually implemented anyw...bryner@chromium.org2012-06-191-6/+0
* Separate out IPC::Message::Sender and Channel::Listener into a separate class.brettw@chromium.org2012-06-111-8/+9
* 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
* RefCounted types should not have public destructors, ipc/ editionrsleevi@chromium.org2012-04-281-2/+9
* Make IPC channels track their peer process IDjschuh@chromium.org2012-04-051-2/+9
* base::Bind: Convert IPC::SendTask.jhawkins@chromium.org2011-11-291-3/+3