summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_proxy.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 80602 - Limit access to named IPC channels with SO_PEERCRED, not file ...wez@chromium.org2011-04-061-1/+0
* Limit access to named IPC channels with SO_PEERCRED, not file permissions.wez@chromium.org2011-04-061-0/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-2/+2
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-2/+2
* Convert over to channel handlesdmaclach@chromium.org2010-12-081-8/+9
* Add a base class for objects that want to filter messages on the IO thread. ...jam@chromium.org2010-12-021-8/+24
* Revert "Revert "Const-ify RefCountedThreadSafe::AddRef and Release.""mpcomplete@chromium.org2010-10-221-2/+2
* Revert "Const-ify RefCountedThreadSafe::AddRef and Release."levin@chromium.org2010-10-221-2/+2
* Const-ify RefCountedThreadSafe::AddRef and Release.mpcomplete@chromium.org2010-10-221-2/+2
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-301-0/+1
* FBTF: Move virtual methods to implementation files.erg@google.com2010-09-231-15/+9
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* First patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-5/+11
* Add the ability for objects which derive from RefCountedThreadSafe to specify...jam@chromium.org2009-11-021-1/+15
* Speculative fix for a leak in SyncChannel.jeremy@chromium.org2009-08-281-1/+1
* The messages attached to the task created by an IPC ChannelProxy are leaked w...jcampan@chromium.org2009-07-281-0/+5
* Unrevert 21355 because the revert might be causing thensylvain@chromium.org2009-07-231-0/+4
* Revert 21355 because it might be causing all the newnsylvain@chromium.org2009-07-231-4/+0
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-231-0/+4
* Split the IPC code into ipc/agl@chromium.org2009-07-221-0/+209
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-031-206/+0
* Move IPC code to ipc/agl@chromium.org2009-04-031-0/+206