summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_proxy.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add OVERRIDE to ipc/.avi@chromium.org2011-11-171-1/+1
* Allow proxy channels to be created without initializing the underlying channel.kkania@chromium.org2011-11-161-10/+18
* Wait properly for renderer crashesphajdan.jr@chromium.org2011-09-191-1/+2
* This patch caused Chrome to be unable to load any web pages on Chrome OS.satorux@chromium.org2011-08-231-15/+3
* Fix IPC OnChannelConnected() to send correct PID on Linux/CrOSjamescook@chromium.org2011-08-191-3/+15
* Tag IPC::Channel::Listener implementations with OVERRIDEevan@chromium.org2011-08-161-3/+3
* Create ipc.dll.darin@chromium.org2011-08-151-2/+2
* IPC outgoing message filters interpose yourself in a message stream. Minimal...tsepez@chromium.org2011-05-041-0/+19
* Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...jam@chromium.org2011-05-021-13/+14
* Revert 80604 - Revert 80602 - Limit access to named IPC channels with SO_PEER...wez@chromium.org2011-04-061-0/+1