1. 138153b IPC: Avoid closing Channel endpoints on error by Ken Rockot · 7 years ago
  2. 8984dbc Remove CHECK for IPC message queue size by Ken Rockot · 7 years ago
  3. b29fffc2 Avoid unbounded queueing of IPC messages for crashed renderers. by Lukasz Anforowicz · 7 years ago
  4. fb81dc0 Add a message size check to channel-associated interfaces by Ken Rockot · 7 years ago
  5. 1452023 [MessageLoop] Fix IWYU for (SingleThread|Sequenced)TaskRunner by Gabriel Charette · 7 years ago
  6. aa20dcc Mojo Bindings: SequenceLocalSyncEventWatcher by Ken Rockot · 7 years ago
  7. 2b6de98 Add MemoryDumpProviders for RenderProcessHost and IPC Channels by Ken Rockot · 7 years ago
  8. 37ddd815 Adds CHECKs in pursuit of message leaks by Ken Rockot · 7 years ago
  9. 3e7284bb Ensure that queued IPC messages can't leak by Ken Rockot · 7 years ago
  10. a98f110 Make IPC::ChannelMojo's proxy task runner changeable by Hajime Hoshi · 8 years ago
  11. 7bcd8ebf Mojo C++ bindings: Revert debugging code for investigating memory corruption issue. by Yuzhu Shen · 8 years ago
  12. a62d9c0 Convert many std::queue to base::queue by Brett Wilson · 8 years ago
  13. d01fe37 Mojo C++ bindings: introduce TrackedScopedRefPtr to debug corruptions. by Yuzhu Shen · 8 years ago
  14. 160eb92 Replace base::MakeUnique with std::make_unique in ipc/. by Jeremy Roman · 8 years ago
  15. 3439e77 Mojo bindings: remove an unnecessary DCHECK. by Yuzhu Shen · 8 years ago
  16. 9f87fb0 Reland "Check whether incoming interface IDs have correct namespace bit." by Yuzhu Shen · 8 years ago
  17. 5ae4efa Revert "Check whether incoming interface IDs have correct namespace bit." by Walter Korman · 8 years ago
  18. df85491 Check whether incoming interface IDs have correct namespace bit. by Yuzhu Shen · 8 years ago
  19. 474df014 Mojo C++ Bindings: Lazy Serialization by Ken Rockot · 8 years ago
  20. 1d692a2e Ban raw pointers to ref-counted types on base::Bind by tzik · 8 years ago
  21. 8cd3bd2 Rename TaskRunner::RunsTasksOnCurrentThread() in //ipc, //mojo by peary2 · 8 years ago
  22. de5ae67 Allow mojo bindings to run on SequencedTaskRunner. by Sam McNally · 8 years ago
  23. 96d1b7b5 Mojo C++ Bindings: Remove redundant AssociatedInterfaceRequest APIs by Ken Rockot · 8 years ago
  24. 1af8d6ab Fix null pointer dereference in ipc_boostrap by csharrison · 8 years ago
  25. b62e2e3 Use WaitableEvents to wake up sync IPC waiting by rockot · 8 years ago
  26. e25b5d5 AssociatedGroupController impls: reduce message pipes created for sync message signalling. by yzshen · 8 years ago
  27. 2859a2ac Mojo C++ bindings: Simplify associated interface API. by yzshen · 8 years ago
  28. a628d0b Mojo C++ Bindings: Eliminiate unbound ThreadSafeInterfacePtr by rockot · 8 years ago
  29. 0a597131 Mojo C++ bindings: fix MultiplexRouter and ChannelAssociatedGroupController. by yzshen · 8 years ago
  30. ea784ea Mojo C++ bindings: introduce an optional array to store transferred interface IDs in messages. by yzshen · 8 years ago
  31. 2207af1 Tag some of Mojo heap allocations for the heap profiler. by jcivelli · 8 years ago
  32. e003d59 ChannelAssociatedGroupController: expect that endpoints may not be in closed state during destruction. by yzshen · 8 years ago
  33. 8be41d3a Mojo bindings: merge the control messages of sending disconnect reason and notifying endpoint closed. by yzshen · 8 years ago
  34. 5890954 Mojo Bindings: Fix lock-order inversion in associated controllers by rockot · 9 years ago
  35. becd3f74 IPC: Relax thread constraints on Channel-associated send by rockot · 9 years ago
  36. f62002a Adds associated interface support between RenderFrameHost and RenderFrame. by rockot · 9 years ago
  37. 1018875 Reworks Channel pausing behavior by rockot · 9 years ago
  38. 401fb2c Mojo Channel: Fix deferred proxy dispatch; support paused channels by rockot · 9 years ago
  39. 222e7dd Support custom message filtering on Mojo binding objects by rockot · 9 years ago
  40. c4cc691e Mojo C++ Bindings: Movable mojo::Message by rockot · 9 years ago
  41. 9abe09b Adds sync message support to Channel-associated interfaces. by rockot · 9 years ago
  42. 7604e7b7 Remove thread TaskRunner hack from ChannelAssociatedGroupController by rockot · 9 years ago
  43. b01ef6a Eliminate deferred destruction of AssociatedGroupController by rockot · 9 years ago
  44. 9098435 Fix data race in ChannelAssociatedGroupController by rockot · 9 years ago
  45. 0e4de5f Support early associated interface binding on ChannelMojo by rockot · 9 years ago
  46. 5507fee Revert of Support early associated interface binding on ChannelMojo (patchset #7 id:120001 of https://codereview.chromium.org/2163633003/ ) by msramek · 9 years ago
  47. 508da246 Support early associated interface binding on ChannelMojo by rockot · 9 years ago
  48. f192a075 Revert of Support early associated interface binding on ChannelMojo (patchset #5 id:80001 of https://codereview.chromium.org/2163633003/ ) by rockot · 9 years ago
  49. e1037f9 Support early associated interface binding on ChannelMojo by rockot · 9 years ago
  50. 8d890f6 Adds Channel-associated interface support on ChannelProxy's thread by rockot · 9 years ago
  51. 7c6bf95 Adds associated interface support to IPC::Channel by rockot · 9 years ago
  52. 3ab4670 Revert of Adds associated interface support to IPC::Channel (patchset #9 id:160001 of https://codereview.chromium.org/2137353002/ ) by rockot · 9 years ago
  53. dc88e50 Adds associated interface support to IPC::Channel by rockot · 9 years ago
  54. 02b8e18 Move ChannelMojo bindings to a custom multiplex router by rockot · 9 years ago
  55. d4aa70d Fold //ipc/mojo into //ipc. by amistry · 9 years ago[Renamed (98%) from ipc/mojo/ipc_mojo_bootstrap.cc]
  56. 8b9cc4ed Various changes to make Mojo work under NaCl non-sfi. by amistry · 9 years ago
  57. a21316a Deletes mojo::Callback by rockot · 9 years ago
  58. f66fe7e Revert of Deletes mojo::Callback (patchset #2 id:20001 of https://codereview.chromium.org/2080513002/ ) by yutak · 9 years ago
  59. 3524eb5e Deletes mojo::Callback by rockot · 9 years ago
  60. cbdbf18 Use public handle API to transfer handle attachments. by amistry · 9 years ago
  61. 03de39b2 Convert scoped_ptr to std::unique_ptr in //ipc. by danakj · 9 years ago
  62. 57ed9f98 Fix failing tests with ChannelMojo enabled. by sammc · 9 years ago
  63. 89601286 Revert of Fix failing tests with ChannelMojo enabled. (patchset #3 id:300001 of https://codereview.chromium.org/1768903002/ ) by tsergeant · 9 years ago
  64. 013cfed Fix failing tests with ChannelMojo enabled. by sammc · 9 years ago
  65. e4d0abd Change IPC::ChannelMojo to use associated interfaces. by sammc · 9 years ago
  66. c637caf9b [mojo] Delete third_party/mojo by rockot · 9 years ago
  67. e4860045 Global conversion of Pass()→std::move() on OS==linux by dcheng · 9 years ago
  68. 246998d8 Switch to standard integer types in ipc/. by avi · 9 years ago
  69. 76bcf0c Add a Mojo EDK for Chrome that uses one OS pipe per message pipe. by jam · 10 years ago
  70. 30dc281 ipc: Remove unnecessary attachment broker plumbing. by erikchen · 10 years ago
  71. 10a5c06 ipc: Convert int types from basictypes.h to the ones from stdint.h by tfarina · 10 years ago
  72. d20a6c4c Release obigation to call ChannelMojoHost::OnClientLaunched() by leon.han · 10 years ago
  73. 27aa7d8 IPC: Make ChannelReader inherit from SupportsAttachmentBrokering. by erikchen · 10 years ago
  74. bd4d711 Change most uses of Pickle to base::Pickle by brettw · 10 years ago
  75. a3889aa ChannelMojo: Turn DLOG to LOG for ERROR and WARNING by morrita · 10 years ago
  76. 0bd20bd ChannelMojo should use PID from the bootstrap Channel. by morrita · 10 years ago
  77. 1f289ac Revert of Revert of IPC::ChannelMojo: Make IPC handling robust against bad messages. (patchset #1 id:1 of https://codereview.chromium.org/883373002/) by inferno · 10 years ago
  78. 726621f Revert of IPC::ChannelMojo: Make IPC handling robust against bad messages. (patchset #3 id:40001 of https://codereview.chromium.org/725733002/) by inferno · 10 years ago
  79. 471b74f Include Mojo SDK/EDK via fully-qualified paths in Chromium code. by blundell · 10 years ago
  80. 185ffdf IPC::ChannelMojo: Make IPC handling robust against bad messages. by morrita · 11 years ago
  81. fe61fca Standardize usage of virtual/override/final in ipc/ by dcheng · 11 years ago
  82. 0076bcf Add a guard in MojoBootstrap::OnClientLaunched() by morrita · 11 years ago
  83. f3076af Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id:1 of https://codereview.chromium.org/645623006/) by dcheng · 11 years ago
  84. 39be52e Standardize usage of virtual/override/final in ipc/ by dcheng · 11 years ago
  85. a409ccc Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD. by morrita · 11 years ago
  86. 2580367 MojoChannel: Fail when GetFileHandleForProcess() failed. by morrita · 11 years ago
  87. 573743f ipc_mojo_bootstrap.cc: don't export classes in anonymous namespace by hans · 11 years ago
  88. 50a41f3 replace OVERRIDE and FINAL with override and final in ipc/ by mostynb · 11 years ago
  89. a03ae49 Move mojo edk into mojo/edk by jamesr · 11 years ago
  90. 5a14236a Revert "Move mojo edk into mojo/edk" by Trent Apted · 11 years ago
  91. ee7ff197 Move mojo edk into mojo/edk by James Robinson · 11 years ago
  92. 54f6f80c IPC::ChannelMojo: Introduce IPC::MojoBootstrap for Windows by morrita · 11 years ago