summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Revert 121889 - Add simple trace logging of received IPC messagesrbyers@chromium.org2012-02-141-13/+2
* Add simple trace logging of received IPC messagesrbyers@chromium.org2012-02-141-2/+13
* base::Bind: Convert IPC::SendTask.jhawkins@chromium.org2011-11-291-9/+11
* Allow proxy channels to be created without initializing the underlying channel.kkania@chromium.org2011-11-161-10/+10
* base:Bind: Convert ipc/.jhawkins@chromium.org2011-11-121-18/+17
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-0/+1
* Wait properly for renderer crashesphajdan.jr@chromium.org2011-09-191-4/+10
* This patch caused Chrome to be unable to load any web pages on Chrome OS.satorux@chromium.org2011-08-231-32/+7
* Fix IPC OnChannelConnected() to send correct PID on Linux/CrOSjamescook@chromium.org2011-08-191-7/+32
* ipc: rename a variable to make code clearerevan@chromium.org2011-08-161-7/+7
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-151-1/+1
* IPC outgoing message filters interpose yourself in a message stream. Minimal...tsepez@chromium.org2011-05-041-2/+7
* Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...jam@chromium.org2011-05-021-6/+9
* Revert 80604 - Revert 80602 - Limit access to named IPC channels with SO_PEER...wez@chromium.org2011-04-061-0/+7
* Revert 80602 - Limit access to named IPC channels with SO_PEERCRED, not file ...wez@chromium.org2011-04-061-7/+0
* Limit access to named IPC channels with SO_PEERCRED, not file permissions.wez@chromium.org2011-04-061-0/+7
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* thread.h is not needed by ipc_channel_proxy.cc.amarinichev@chromium.org2011-03-231-1/+0
* Clean up channel modesdmaclach@chromium.org2011-02-031-1/+1
* Get service processes working on Mac and Linux.dmaclach@chromium.org2011-02-021-1/+1
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-2/+2
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-2/+4
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-3/+3
* Convert over to channel handlesdmaclach@chromium.org2010-12-081-22/+32
* Add a base class for objects that want to filter messages on the IO thread. ...jam@chromium.org2010-12-021-20/+41
* NaCl IPC bringup.abarth@chromium.org2010-11-121-1/+1
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-2/+2
* Revert "Revert "Const-ify RefCountedThreadSafe::AddRef and Release.""mpcomplete@chromium.org2010-10-221-1/+1
* Revert "Const-ify RefCountedThreadSafe::AddRef and Release."levin@chromium.org2010-10-221-1/+1
* Const-ify RefCountedThreadSafe::AddRef and Release.mpcomplete@chromium.org2010-10-221-1/+1
* Use make_scoped_refptr() instead of manual AddRef()/Release() in ipc.willchan@chromium.org2010-10-191-10/+11
* Revert 61899 for breaking cookes on file:// URLs.willchan@chromium.org2010-10-081-11/+10
* Fix instances of passing raw pointers to RefCounted objects in tasks.willchan@chromium.org2010-10-081-10/+11
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-301-0/+2
* FBTF: Move virtual methods to implementation files.erg@google.com2010-09-231-0/+26
* Fix a chrome browser crash observed in chrome frame reliability test runs. Th...ananta@chromium.org2010-09-021-0/+5
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-151-0/+2
* First patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-6/+0
* Add the ability for objects which derive from RefCountedThreadSafe to specify...jam@chromium.org2009-11-021-0/+6
* The messages attached to the task created by an IPC ChannelProxy are leaked w...jcampan@chromium.org2009-07-281-3/+25
* 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/+288
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-031-305/+0
* Move IPC code to ipc/agl@chromium.org2009-04-031-0/+305