1. bd20ea9 Replace base::MakeUnique with std::make_unique in ipc/. by Jeremy Roman · 7 years ago
  2. 41721e4 Include-what-you-use for ThreadTaskRunnerHandle. by fdoray · 8 years ago
  3. c54b4e9 Delete IPC::ChannelPosix, IPC::ChannelWin and IPC::AttachmentBroker. by sammc · 8 years ago
  4. e3cae21 Change most IPC tests to use ChannelMojo. by sammc · 8 years ago
  5. 80bf9ec Revert of Change most IPC tests to use ChannelMojo. (patchset #1 id:100001 of https://codereview.chromium.org/2451953003/ ) by foolip · 8 years ago
  6. f7796ee Change most IPC tests to use ChannelMojo. by sammc · 8 years ago
  7. cc524fe Re-write many calls to WrapUnique() with MakeUnique() by ricea · 8 years ago
  8. 37e7fa4 Plumb explicit IPC task runner through to IPC::Channel creation by rockot · 8 years ago
  9. 87fc78f Re-land: Re-enable multi-process IPC tests on Android. by amistry · 8 years ago
  10. f1e65c9 Revert of Re-enable multi-process IPC tests on Android. (patchset #3 id:40001 of https://codereview.chromium.org/1914143004/ ) by mlamouri · 8 years ago
  11. 2d212c0 Re-enable multi-process IPC tests on Android. by amistry · 8 years ago
  12. c3fb6c5 Convert scoped_ptr to std::unique_ptr in //ipc. by danakj · 8 years ago
  13. 6c1ffcf Global conversion of Pass()→std::move() on OS==linux by dcheng · 9 years ago
  14. c596f54 ipc: Remove unnecessary attachment broker plumbing. by erikchen · 9 years ago
  15. 3155dee ipc: Add attachment broker code for the privileged browser process. by erikchen · 9 years ago
  16. 99b3dc0 IPC: Make ChannelReader inherit from SupportsAttachmentBrokering. by erikchen · 9 years ago
  17. e468e66 ipc: Remove use of MessageLoopProxy and deprecated MessageLoop APIs by skyostil · 9 years ago
  18. 9d483fc Fix ipc_mojo_perftests which has been broken since last Mojo roll by morrita · 9 years ago
  19. fadecfb Make ChannelMojoHost::ChannelDelegate a RefContedThreadSafe by morrita · 10 years ago
  20. 42686ad Remove base::WaitForSingleProcess by rvargas · 10 years ago
  21. f355d88 MultiProcessTest: Update SpawnChild* to return a Process. by rvargas · 10 years ago
  22. 7c48ab8 IPC::ChannelMojo: Introduce IPC::MojoBootstrap for Windows by morrita · 10 years ago
  23. ab77970 Add ipc_mojo_perftests by morrita · 10 years ago
  24. 369f915 Fix a DCHECK violation in ipc_perftests by yzshen · 10 years ago
  25. 07bc797 ipc/ fixups for scoped_refptr operator T* removal. by dcheng · 10 years ago
  26. a422094 Add ChannelProxy benchmark to ipc_perftests. by morrita · 10 years ago
  27. 15996aa Introduce ChannelMojo by morrita@chromium.org · 10 years ago
  28. fde2b6b Make IPC::Channel polymorphic by morrita@chromium.org · 10 years ago
  29. 15b4860 Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create() by morrita@chromium.org · 10 years ago
  30. 773476a Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..." by lambroslambrou@chromium.org · 10 years ago
  31. 822cdcb Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*() by morrita@chromium.org · 10 years ago
  32. 2ced004 Introduce IPC::Channel::Create*() to ensure it being heap-allocated. by morrita@chromium.org · 10 years ago
  33. f74386d Revert 273575 "Introduce IPC::Channel::Create*() to ensure it be..." by mattm@chromium.org · 10 years ago
  34. ae1bebb Introduce IPC::Channel::Create*() to ensure it being heap-allocated. by morrita@chromium.org · 10 years ago
  35. 1c966a7 Remove --debug-on-start and --debug-children. by pkasting@chromium.org · 10 years ago
  36. ceed605 Get rid of multiprocess_test's debug_on_start arguments. by viettrungluu@chromium.org · 11 years ago
  37. dc9e0c8 Remove the MultiProcessTest::SpawnChild() that as an fds_to_map argument. by viettrungluu@chromium.org · 11 years ago
  38. b8b1be4 Use base::GlobalDescriptors::kBaseDescriptor instead of magic number 3. by dongseong.hwang@intel.com · 11 years ago
  39. 1931971 Update include paths in ipc for base/process changes. by rsesek@chromium.org · 11 years ago
  40. 78a7e7b Use a direct include of time headers in courgette/, crypto/, dbus/, device/, google_apis/, gpu/, ipc/, jingle/. by avi@chromium.org · 11 years ago
  41. 0b2c2a5 ipc: Use base::MessageLoop. by xhwang@chromium.org · 11 years ago
  42. 0015594 Refactor (many) IPC tests, notably most of the multiprocess tests. by viettrungluu@chromium.org · 12 years ago
  43. 9cdc36e More IPC test header cleanup. by viettrungluu@chromium.org · 12 years ago
  44. e977842 Trim #includes in ipc tests. by viettrungluu@chromium.org · 12 years ago
  45. 7d86af2 Make ipc_tests file structure a little saner and add an ipc_perftests target. by viettrungluu@chromium.org · 12 years ago