1. 33ace1d Mojo C++ bindings: Revert debugging code for investigating memory corruption issue. by Yuzhu Shen · 7 years ago
  2. af47cf0 Convert many std::queue to base::queue by Brett Wilson · 7 years ago
  3. 7cabfbb Mojo C++ bindings: introduce TrackedScopedRefPtr to debug corruptions. by Yuzhu Shen · 7 years ago
  4. bd20ea9 Replace base::MakeUnique with std::make_unique in ipc/. by Jeremy Roman · 7 years ago
  5. b5e8f4f Mojo bindings: remove an unnecessary DCHECK. by Yuzhu Shen · 7 years ago
  6. 37ae4c6 Reland "Check whether incoming interface IDs have correct namespace bit." by Yuzhu Shen · 7 years ago
  7. 7abbaed Revert "Check whether incoming interface IDs have correct namespace bit." by Walter Korman · 7 years ago
  8. 2effe17 Check whether incoming interface IDs have correct namespace bit. by Yuzhu Shen · 7 years ago
  9. 4d1e38c Mojo C++ Bindings: Lazy Serialization by Ken Rockot · 7 years ago
  10. 6c539cd Ban raw pointers to ref-counted types on base::Bind by tzik · 7 years ago
  11. e3be235 Rename TaskRunner::RunsTasksOnCurrentThread() in //ipc, //mojo by peary2 · 7 years ago
  12. 7854eed Allow mojo bindings to run on SequencedTaskRunner. by Sam McNally · 7 years ago
  13. 05405fe Mojo C++ Bindings: Remove redundant AssociatedInterfaceRequest APIs by Ken Rockot · 7 years ago
  14. f9f20b3 Fix null pointer dereference in ipc_boostrap by csharrison · 8 years ago
  15. 39af274 Use WaitableEvents to wake up sync IPC waiting by rockot · 8 years ago
  16. fcb8e5c AssociatedGroupController impls: reduce message pipes created for sync message signalling. by yzshen · 8 years ago
  17. 8dc7bd7 Mojo C++ bindings: Simplify associated interface API. by yzshen · 8 years ago
  18. 7900d34 Mojo C++ Bindings: Eliminiate unbound ThreadSafeInterfacePtr by rockot · 8 years ago
  19. 264e153 Mojo C++ bindings: fix MultiplexRouter and ChannelAssociatedGroupController. by yzshen · 8 years ago
  20. be51c4f Mojo C++ bindings: introduce an optional array to store transferred interface IDs in messages. by yzshen · 8 years ago
  21. 05d22c1 Tag some of Mojo heap allocations for the heap profiler. by jcivelli · 8 years ago
  22. 0d6b559 ChannelAssociatedGroupController: expect that endpoints may not be in closed state during destruction. by yzshen · 8 years ago
  23. 84782f7 Mojo bindings: merge the control messages of sending disconnect reason and notifying endpoint closed. by yzshen · 8 years ago
  24. d1d49f5 Mojo Bindings: Fix lock-order inversion in associated controllers by rockot · 8 years ago
  25. f627caf IPC: Relax thread constraints on Channel-associated send by rockot · 8 years ago
  26. 065bc8f Adds associated interface support between RenderFrameHost and RenderFrame. by rockot · 8 years ago
  27. e7c4790 Reworks Channel pausing behavior by rockot · 8 years ago
  28. 685505b Mojo Channel: Fix deferred proxy dispatch; support paused channels by rockot · 8 years ago
  29. cffd1b2 Support custom message filtering on Mojo binding objects by rockot · 8 years ago
  30. 75dab5b Mojo C++ Bindings: Movable mojo::Message by rockot · 8 years ago
  31. 70020b3 Adds sync message support to Channel-associated interfaces. by rockot · 8 years ago
  32. a0ae5da Remove thread TaskRunner hack from ChannelAssociatedGroupController by rockot · 8 years ago
  33. 9fa2669 Eliminate deferred destruction of AssociatedGroupController by rockot · 8 years ago
  34. 4ec3b5a Fix data race in ChannelAssociatedGroupController by rockot · 8 years ago
  35. a01dbc7 Support early associated interface binding on ChannelMojo by rockot · 8 years ago
  36. 12185ef Revert of Support early associated interface binding on ChannelMojo (patchset #7 id:120001 of https://codereview.chromium.org/2163633003/ ) by msramek · 8 years ago
  37. 262d553 Support early associated interface binding on ChannelMojo by rockot · 8 years ago
  38. 0df334d Revert of Support early associated interface binding on ChannelMojo (patchset #5 id:80001 of https://codereview.chromium.org/2163633003/ ) by rockot · 8 years ago
  39. da8cd39 Support early associated interface binding on ChannelMojo by rockot · 8 years ago
  40. a289bcc Adds Channel-associated interface support on ChannelProxy's thread by rockot · 8 years ago
  41. a6edf83 Adds associated interface support to IPC::Channel by rockot · 8 years ago
  42. 816a582 Revert of Adds associated interface support to IPC::Channel (patchset #9 id:160001 of https://codereview.chromium.org/2137353002/ ) by rockot · 8 years ago
  43. a906cc4 Adds associated interface support to IPC::Channel by rockot · 8 years ago
  44. 172b071 Move ChannelMojo bindings to a custom multiplex router by rockot · 8 years ago
  45. 6555e69 Fold //ipc/mojo into //ipc. by amistry · 8 years ago[Renamed (98%) from ipc/mojo/ipc_mojo_bootstrap.cc]
  46. 5c00b30 Various changes to make Mojo work under NaCl non-sfi. by amistry · 8 years ago
  47. 7464c2f Deletes mojo::Callback by rockot · 8 years ago
  48. c17f571 Revert of Deletes mojo::Callback (patchset #2 id:20001 of https://codereview.chromium.org/2080513002/ ) by yutak · 8 years ago
  49. 9ad9cad Deletes mojo::Callback by rockot · 8 years ago
  50. fe787b3 Use public handle API to transfer handle attachments. by amistry · 8 years ago
  51. c3fb6c5 Convert scoped_ptr to std::unique_ptr in //ipc. by danakj · 9 years ago
  52. 0bcbfc7 Fix failing tests with ChannelMojo enabled. by sammc · 9 years ago
  53. cea3a93 Revert of Fix failing tests with ChannelMojo enabled. (patchset #3 id:300001 of https://codereview.chromium.org/1768903002/ ) by tsergeant · 9 years ago
  54. 49c5db8 Fix failing tests with ChannelMojo enabled. by sammc · 9 years ago
  55. 6194d97 Change IPC::ChannelMojo to use associated interfaces. by sammc · 9 years ago
  56. 00a476d [mojo] Delete third_party/mojo by rockot · 9 years ago
  57. 6c1ffcf Global conversion of Pass()→std::move() on OS==linux by dcheng · 9 years ago
  58. 42ebda4 Switch to standard integer types in ipc/. by avi · 9 years ago
  59. e76324e Add a Mojo EDK for Chrome that uses one OS pipe per message pipe. by jam · 9 years ago
  60. c596f54 ipc: Remove unnecessary attachment broker plumbing. by erikchen · 9 years ago
  61. 1cbfa08 ipc: Convert int types from basictypes.h to the ones from stdint.h by tfarina · 9 years ago
  62. 5dd52cd Release obigation to call ChannelMojoHost::OnClientLaunched() by leon.han · 9 years ago
  63. 99b3dc0 IPC: Make ChannelReader inherit from SupportsAttachmentBrokering. by erikchen · 9 years ago
  64. f314620 Change most uses of Pickle to base::Pickle by brettw · 9 years ago
  65. da23c5d ChannelMojo: Turn DLOG to LOG for ERROR and WARNING by morrita · 10 years ago
  66. 3e57306 ChannelMojo should use PID from the bootstrap Channel. by morrita · 10 years ago
  67. 1855e09 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
  68. cd5434a 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
  69. 4bb8035 Include Mojo SDK/EDK via fully-qualified paths in Chromium code. by blundell · 10 years ago
  70. 5229f08 IPC::ChannelMojo: Make IPC handling robust against bad messages. by morrita · 10 years ago
  71. ef7721a Standardize usage of virtual/override/final in ipc/ by dcheng · 10 years ago
  72. 89c9e62 Add a guard in MojoBootstrap::OnClientLaunched() by morrita · 10 years ago
  73. 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
  74. 1967f8d Standardize usage of virtual/override/final in ipc/ by dcheng · 10 years ago
  75. 13e514d Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD. by morrita · 10 years ago
  76. 7767a0d MojoChannel: Fail when GetFileHandleForProcess() failed. by morrita · 10 years ago
  77. 820a294 ipc_mojo_bootstrap.cc: don't export classes in anonymous namespace by hans · 10 years ago
  78. d41cdbb replace OVERRIDE and FINAL with override and final in ipc/ by mostynb · 10 years ago
  79. 8dddfa2 Move mojo edk into mojo/edk by jamesr · 10 years ago
  80. 4a802ff Revert "Move mojo edk into mojo/edk" by Trent Apted · 10 years ago
  81. 8ee6961 Move mojo edk into mojo/edk by James Robinson · 10 years ago
  82. 7c48ab8 IPC::ChannelMojo: Introduce IPC::MojoBootstrap for Windows by morrita · 10 years ago