summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-014-4/+4
* Move base/win_util to the base/win directory and use the base::win namespace.brettw@google.com2010-12-311-1/+0
* Move thread local stuff from base to base/threading and consistently use thebrettw@chromium.org2010-12-301-1/+1
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-2413-33/+46
* Clean up Automation and Chrome Frame IPC code.-only use routed messages when ...jam@chromium.org2010-12-232-3/+260
* Create a message filter for message port and worker messages. This allows a ...jam@chromium.org2010-12-213-24/+26
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-2012-326/+807
* Revert 69694 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-2012-803/+322
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-2012-322/+803
* Revert 69690 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-2012-800/+322
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-2012-322/+800
* Revert 69660 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-1812-781/+322
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-1812-322/+781
* Revert 69264 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-1612-760/+316
* Revert 69341 - Fix up problem with uninitialized member variable.dmaclach@chromium.org2010-12-161-1/+0
* Fix up problem with uninitialized member variable.dmaclach@chromium.org2010-12-151-0/+1
* Make PepperFileMessageFilter be a BrowserMessageFilter.jam@chromium.org2010-12-151-0/+1
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-1512-316/+760
* Make IndexedDBDispatcherHost be a message filter and move its messages into a...jam@chromium.org2010-12-131-0/+1
* Make DOMStorageDispatcherHost be a message filter (and rename it accordingly)...jam@chromium.org2010-12-133-0/+120
* Make DatabaseDispatcherHost be a message filter so that ResourceMessageFilter...jam@chromium.org2010-12-131-0/+1
* Switch a bunch of remaining filters to derive from BrowserMessageFilters so t...jam@chromium.org2010-12-132-0/+6
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-135-7/+7
* Revert "Add named testing interface."phajdan.jr@chromium.org2010-12-112-11/+3
* Add some more detail to PLOGs when debugging problemsdmaclach@chromium.org2010-12-091-26/+36
* Verify file descriptor count.dmaclach@chromium.org2010-12-091-1/+12
* Add missing new linejam@chromium.org2010-12-081-1/+1
* ipc: Simplify the magic required to create IPC message headers.This gets rid ...jam@chromium.org2010-12-0811-1174/+760
* Define IPC_USES_READWRITEdmaclach@chromium.org2010-12-082-18/+33
* Fix up sun_path_len so that it is consistent across all our platforms.dmaclach@chromium.org2010-12-081-1/+5
* Convert over to channel handlesdmaclach@chromium.org2010-12-0810-81/+92
* Wrap GlobalDescriptors singleton in accessor method.evan@chromium.org2010-12-071-1/+1
* This CL add a GetInstance() method to singleton classes instead of relying on...satish@chromium.org2010-12-041-6/+12
* scons: excise more scons references from the code baseevan@chromium.org2010-12-032-2/+2
* Add a base class for objects that want to filter messages on the IO thread. ...jam@chromium.org2010-12-026-40/+79
* Add ppapi_message_internal to the magic list of headers so the dependencies w...brettw@google.com2010-12-023-0/+3
* Reduce the maximum IPC message size.darin@chromium.org2010-11-291-1/+1
* Add named testing interface. This allows you to connect to a pre-existing Chr...nirnimesh@chromium.org2010-11-242-6/+14
* Revert 66840 - Add named testing interface. This allows you to connect to a p...kkania@chromium.org2010-11-202-14/+6
* Add named testing interface. This allows you to connect to a pre-existing Chr...nirnimesh@chromium.org2010-11-192-6/+14
* Revert 66350 - Add named testing interface. This allows you to connect to a p...nirnimesh@chromium.org2010-11-172-14/+6
* Add named testing interface. This allows you to connect to a pre-existing Chr...nirnimesh@chromium.org2010-11-172-6/+14
* NaCl IPC bringup.abarth@chromium.org2010-11-122-2/+2
* Add proxies for some of the PDF & Flash functionality. There are still a fewbrettw@chromium.org2010-11-122-0/+25
* Part 2 of reapplying r64637.erg@google.com2010-11-102-3/+3
* Implement a new process type for running PPAPI plugins. The process itself isbrettw@chromium.org2010-11-101-0/+2
* Add support for returning the session_id in both CreateExternalTab and Connec...hansl@google.com2010-11-054-5/+50
* Fixed bug where CHECKs don't fire if min_log_level > FATALakalin@chromium.org2010-11-031-5/+6
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-2/+2
* Revert "Refactor automation messages." due to mysterious problems on mac.erg@google.com2010-11-012-3/+3