1. e68ddef IPC outgoing message filters interpose yourself in a message stream. Minimally invasive baseline for building IPC tests to abuse browser along the lines of a compromised renderer. by tsepez@chromium.org · 13 years ago
  2. 06d1844 Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. This allows us to remove usage of the IOThread object, and generally makes IPC::ChannelProxy more robust for future uses. by jam@chromium.org · 13 years ago
  3. 7cce091 Revert 80604 - Revert 80602 - Limit access to named IPC channels with SO_PEERCRED, not file permissions.BUG=TEST=Run Chrome & configure a service, to get the service process to start. Close Chrome and run a copy as a different user, but from the same user-data-dir. New Chrome should not be able to communicate with the service process.Review URL: http://codereview.chromium.org/6631002TBR=wez@chromium.orgReview URL: http://codereview.chromium.org/6806006 by wez@chromium.org · 13 years ago
  4. a76a26f Revert 80602 - Limit access to named IPC channels with SO_PEERCRED, not file permissions.BUG=TEST=Run Chrome & configure a service, to get the service process to start. Close Chrome and run a copy as a different user, but from the same user-data-dir. New Chrome should not be able to communicate with the service process.Review URL: http://codereview.chromium.org/6631002 by wez@chromium.org · 13 years ago
  5. f91f8ae Limit access to named IPC channels with SO_PEERCRED, not file permissions. by wez@chromium.org · 13 years ago
  6. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 13 years ago
  7. 9b2cd5c thread.h is not needed by ipc_channel_proxy.cc. by amarinichev@chromium.org · 13 years ago
  8. f146c29 Clean up channel modes by dmaclach@chromium.org · 14 years ago
  9. 424ed87 Get service processes working on Mac and Linux. by dmaclach@chromium.org · 14 years ago
  10. abe477a Remove obsolete base/lock.h and fix up callers to use the new header file and by brettw@chromium.org · 14 years ago
  11. 5b5f5e0 Move base/thread.h to base/threading, fix up callers to use the new location. by brettw@chromium.org · 14 years ago
  12. 8a2c784 Make IPC::Channel::Listener:OnMessageReceived have a return value indicating whether a message was processed or not. by jam@chromium.org · 14 years ago
  13. aa87060 Rename all methods accessing Singleton<T> as GetInstance(). by satish@chromium.org · 14 years ago
  14. 058c4a7 Convert over to channel handles by dmaclach@chromium.org · 14 years ago
  15. e57135c Add a base class for objects that want to filter messages on the IO thread. I'll switch the filters to it in future separate changes. by jam@chromium.org · 14 years ago
  16. 07af1a6 NaCl IPC bringup. by abarth@chromium.org · 14 years ago
  17. d0cc67a Convert implicit scoped_refptr constructor calls to explicit ones, part 2 by thakis@chromium.org · 14 years ago
  18. 78bc975 Revert "Revert "Const-ify RefCountedThreadSafe::AddRef and Release."" by mpcomplete@chromium.org · 14 years ago
  19. ec40751 Revert "Const-ify RefCountedThreadSafe::AddRef and Release." by levin@chromium.org · 14 years ago
  20. 4d61c7e Const-ify RefCountedThreadSafe::AddRef and Release. by mpcomplete@chromium.org · 14 years ago
  21. 3298847 Use make_scoped_refptr() instead of manual AddRef()/Release() in ipc. by willchan@chromium.org · 14 years ago
  22. bdea128 Revert 61899 for breaking cookes on file:// URLs. by willchan@chromium.org · 14 years ago
  23. 72fa50e Fix instances of passing raw pointers to RefCounted objects in tasks. by willchan@chromium.org · 14 years ago
  24. 20b66e3 FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD structs. by erg@google.com · 14 years ago
  25. 2ec53b4 FBTF: Move virtual methods to implementation files. by erg@google.com · 14 years ago
  26. 999f297 Fix a chrome browser crash observed in chrome frame reliability test runs. The crash occurs by ananta@chromium.org · 14 years ago
  27. a752852 Attempt four at landing the "histogram.h removed from message_loop.h" patch. by erg@chromium.org · 14 years ago
  28. b1f47b2 First patch in making destructors of refcounted objects private. by jam@chromium.org · 15 years ago
  29. 5863a19 Add the ability for objects which derive from RefCountedThreadSafe to specify a destructor trait. This allows browser objects to specify which thread they're terminated on. The benefit is we avoid the need to do manual ref counting when an object posts tasks to itself on different threads, if an object must be destructed on a specific thread. by jam@chromium.org · 15 years ago
  30. 1c86b55 The messages attached to the task created by an IPC ChannelProxy are leaked when the message loop is destroyed (the MessageLoop deletes its pending tasks on destruction, but not the messages). by jcampan@chromium.org · 15 years ago
  31. c12dde3 Unrevert 21355 because the revert might be causing the worker tests failures. by nsylvain@chromium.org · 15 years ago
  32. 030b1b5 Revert 21355 because it might be causing all the new by nsylvain@chromium.org · 15 years ago
  33. e949174 Switch the first thread in a child process to be the main thread, and make theIO thread be the second thread. The change is needed for plugins on mac. by jam@chromium.org · 15 years ago
  34. 1c6dcf2 Split the IPC code into ipc/ by agl@chromium.org · 15 years ago
  35. 9f96682 Revert "Move IPC code to ipc/" by agl@chromium.org · 15 years ago
  36. 2390c8c Move IPC code to ipc/ by agl@chromium.org · 15 years ago