summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_proxy.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in ipc/.avi2015-12-221-0/+3
* ipc: Fix minor bug in ChannelProxy.erikchen2015-10-211-0/+2
* ipc: Remove unnecessary attachment broker plumbing.erikchen2015-09-241-10/+2
* 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-6/+5
* Complete SyncMessageFilter initialization after SyncChannel initializationrockot2015-08-071-0/+6
* Let IPC::SyncMessageFilter take advantage of thread-safe Send.rockot2015-08-061-0/+3
* ipc: Allow ChannelProxy to be set as a channel endpoint.erikchen2015-07-311-0/+10
* ipc: Remove the ability to override the listener task runnerskyostil2015-07-211-8/+0
* IPC: Make ChannelReader inherit from SupportsAttachmentBrokering.erikchen2015-06-161-3/+12
* 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