1. 1a7424d Migrate MessageLoop::current() to MessageLoopCurrent in /ipc by Gabriel Charette · 6 years ago
  2. 9570c52 Make IPC listener task runner changeable by Hajime Hoshi · 7 years ago
  3. 99b030a Migrate MessageLoop::ScopedNestableTaskAllower to RunLoop::Type::kNestableTasksAllowed when used in same scope as a RunLoop variable. by Gabriel Charette · 7 years ago
  4. b3357f2 Update SingleThreadNoPostTaskPingPong by Vladislav Kuzkokov · 7 years ago
  5. b6db987 Add CPU usage perf tests for legacy IPC and Mojo. by Yuzhu Shen · 7 years ago
  6. 1ceeea2 Add perf test cases to compare the cost of passing associated and non-associated interfaces. by Yuzhu Shen · 7 years ago
  7. 274bec8 Mass replace MessageLoop::Quit*() with RunLoop::QuitCurrent*Deprecated(). by Gabriel Charette · 7 years ago
  8. 8d01353 IPC perf tests: make sure we use the same IO thread for Mojo and IPC::Channel. by yzshen · 7 years ago
  9. a00e05e Fix sync IPC perf tests. by Yuzhu Shen · 7 years ago
  10. 60ad4be Cleanup ipc_perftests. by John Abd-El-Malek · 7 years ago
  11. 4d1e38c Mojo C++ Bindings: Lazy Serialization by Ken Rockot · 7 years ago
  12. 0947993 Mojo: Eliminate multiprocess test helper macros by Ken Rockot · 7 years ago
  13. 4ddf17b Use OnceCallback on Mojo interfaces in //ipc by tzik · 7 years ago
  14. 0a9b782 Add missing IWYU message_loop.h includes. by gab · 7 years ago
  15. 9841406 Mojo C++ Bindings: Remove superfluous Bind overloads by Ken Rockot · 7 years ago
  16. 616bb0a Fix DCHECK in ipc_perftests by rockot · 8 years ago
  17. 08c91ef Add more mojo perf tests. by jam · 8 years ago
  18. 917ab23 Remove mojo::edk::test::ScopedIPCSupport by rockot · 8 years ago
  19. 423ebb0 Add some perf tests to compare Mojo overhead. by jam · 8 years ago
  20. c54b4e9 Delete IPC::ChannelPosix, IPC::ChannelWin and IPC::AttachmentBroker. by sammc · 8 years ago
  21. 134a039 Return unique_ptrs from base::ProcessMetrics. by thestig · 8 years ago
  22. 37e7fa4 Plumb explicit IPC task runner through to IPC::Channel creation by rockot · 8 years ago
  23. 6555e69 Fold //ipc/mojo into //ipc. by amistry · 8 years ago[Renamed (98%) from ipc/mojo/ipc_mojo_perftest.cc]
  24. 0867a90 Fix include path for moved thread_task_runner_handle.h header in ipc/ by gab · 8 years ago
  25. c3fb6c5 Convert scoped_ptr to std::unique_ptr in //ipc. by danakj · 8 years ago
  26. 0bcbfc7 Fix failing tests with ChannelMojo enabled. by sammc · 9 years ago
  27. cea3a93 Revert of Fix failing tests with ChannelMojo enabled. (patchset #3 id:300001 of https://codereview.chromium.org/1768903002/ ) by tsergeant · 9 years ago
  28. 49c5db8 Fix failing tests with ChannelMojo enabled. by sammc · 9 years ago
  29. 6194d97 Change IPC::ChannelMojo to use associated interfaces. by sammc · 9 years ago
  30. 00a476d [mojo] Delete third_party/mojo by rockot · 9 years ago
  31. 42ebda4 Switch to standard integer types in ipc/. by avi · 9 years ago
  32. 8ebc54c Presubmit fixes from r352123 since presubmit scripts crashed in it. by jam · 9 years ago
  33. e76324e Add a Mojo EDK for Chrome that uses one OS pipe per message pipe. by jam · 9 years ago
  34. c596f54 ipc: Remove unnecessary attachment broker plumbing. by erikchen · 9 years ago
  35. 5dd52cd Release obigation to call ChannelMojoHost::OnClientLaunched() by leon.han · 9 years ago
  36. 99b3dc0 IPC: Make ChannelReader inherit from SupportsAttachmentBrokering. by erikchen · 9 years ago
  37. d7325c2 ChannelMojo: Ensure that it always has ScopedIPCSupport by morrita · 10 years ago
  38. 592c6fd Revert of ChannelMojo: Ensure that it always has ScopedIPCSupport (patchset #1 id:1 of https://codereview.chromium.org/1054253005/) by sorin · 10 years ago
  39. 106fb00 ChannelMojo: Ensure that it always has ScopedIPCSupport by morrita · 10 years ago
  40. 9d483fc Fix ipc_mojo_perftests which has been broken since last Mojo roll by morrita · 10 years ago
  41. 4bb8035 Include Mojo SDK/EDK via fully-qualified paths in Chromium code. by blundell · 10 years ago
  42. f355d88 MultiProcessTest: Update SpawnChild* to return a Process. by rvargas · 10 years ago
  43. ef7721a Standardize usage of virtual/override/final in ipc/ by dcheng · 10 years ago
  44. 9b01d24 Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id:1 of https://codereview.chromium.org/645623006/) by dcheng · 10 years ago
  45. 1967f8d Standardize usage of virtual/override/final in ipc/ by dcheng · 10 years ago
  46. d41cdbb replace OVERRIDE and FINAL with override and final in ipc/ by mostynb · 10 years ago
  47. 8dddfa2 Move mojo edk into mojo/edk by jamesr · 10 years ago
  48. 4a802ff Revert "Move mojo edk into mojo/edk" by Trent Apted · 10 years ago
  49. 8ee6961 Move mojo edk into mojo/edk by James Robinson · 10 years ago
  50. 98b6e4a ChannelMojo: Handle when ChannelMojo outlives ChannelMojoHost by morrita · 10 years ago
  51. 7c48ab8 IPC::ChannelMojo: Introduce IPC::MojoBootstrap for Windows by morrita · 10 years ago
  52. ab77970 Add ipc_mojo_perftests by morrita · 10 years ago