1. d76056e Fix some test expectations for IPC tests by rockot · 8 years ago
  2. 14126a8 Use ChannelMojo for NaCl PPAPI channels. by sammc · 8 years ago
  3. 3ced2f6 Remove usage of base::ObserverList<T>::Iter::GetNext() in //ipc. by dcheng · 8 years ago
  4. bec3d2f [Autofill] Migrate ChromePasswordManagerClient<-->PasswordGenerationAgent IPCs to mojo. by leon.han · 8 years ago
  5. ae7a7b9 This CL migrates MediaSession message from IPC to mojo. by zqzhang · 8 years ago
  6. 6eb1b6d Always use ChannelMojo for content child processes. by sammc · 8 years ago
  7. 09ea9e3 Expose remote associated interfaces through SyncMessageFilter by rockot · 8 years ago
  8. 5bda6af Merge Content Settings IPCs back to chrome/common/render_messages.h by vabr · 8 years ago
  9. 5957e0a Move ViewMsg_New to mojom by rockot · 8 years ago
  10. f3a7ed5 Replace MessageLoop::current()->task_runner() with ThreadTaskRunnerHandle::Get(). by fdoray · 8 years ago
  11. d3e68cf Remove unneeded thread.h includes and fix IWUU. by gab · 8 years ago
  12. 342941a Suppress sandbox deprecation warnings by using the Seatbelt wrapper. by kerrnel · 8 years ago
  13. 76e690d Add base::UnguessableToken by tguilbert · 8 years ago
  14. 690fbbe IPC::MessageFilter::OnFilterAdded: IPC::Sender -> IPC::Channel by rockot · 8 years ago
  15. d0267ce IPC: Delete thread-safe send support by rockot · 8 years ago
  16. d7dad70 Corrects mojom::RouteProvider registration in ChildThreadImpl by rockot · 8 years ago
  17. c92aa46 misc files A-P: Change ScopedTempDir::path() to GetPath() by vabr · 8 years ago
  18. 065bc8f Adds associated interface support between RenderFrameHost and RenderFrame. by rockot · 8 years ago
  19. e7c4790 Reworks Channel pausing behavior by rockot · 8 years ago
  20. 685505b Mojo Channel: Fix deferred proxy dispatch; support paused channels by rockot · 8 years ago
  21. cc524fe Re-write many calls to WrapUnique() with MakeUnique() by ricea · 8 years ago
  22. 5c2ca20 Remove unneeded scoped_refptr<>::get() on method binding by tzik · 8 years ago
  23. 851719c Remove calls to deprecated MessageLoop methods on Windows and Linux. by fdoray · 8 years ago
  24. cffd1b2 Support custom message filtering on Mojo binding objects by rockot · 8 years ago
  25. 8af798c Mojo C++ bindings: make ipc/ mojom targets to use STL string/vector types by yzshen · 8 years ago
  26. 75dab5b Mojo C++ Bindings: Movable mojo::Message by rockot · 8 years ago
  27. 0909f4e [Translate] Migrate IPCs to Mojo interfaces. by leon.han · 8 years ago
  28. 5e7e799 Support mojo connections between unrelated peer processes. by sammc · 8 years ago
  29. 03821c3 Eliminate kMojoChannelToken usage for render processes by rockot · 8 years ago
  30. 02fc327 Revert of Eliminate kMojoChannelToken usage for render processes (patchset #5 id:80001 of https://codereview.chromium.org/2201183005/ ) by huangs · 8 years ago
  31. 6d3ee8e Eliminate kMojoChannelToken usage for render processes by rockot · 8 years ago
  32. 70020b3 Adds sync message support to Channel-associated interfaces. by rockot · 8 years ago
  33. 392ecbd base: Remove unneeded RegisterNatives() calls on Android by sievers · 8 years ago
  34. 24d8486 Revert of Mojo C++ bindings: make ipc/ mojom targets to use STL string/vector types (patchset #3 id:40001 of https://codereview.chromium.org/2181443002/ ) by benwells · 8 years ago
  35. d615171 Mojo C++ bindings: make ipc/ mojom targets to use STL string/vector types by yzshen · 8 years ago
  36. 157ce7b Fix nullptr deref in remote interface acquisition by rockot · 8 years ago
  37. a0ae5da Remove thread TaskRunner hack from ChannelAssociatedGroupController by rockot · 8 years ago
  38. 9fa2669 Eliminate deferred destruction of AssociatedGroupController by rockot · 8 years ago
  39. a8f3c29 Revert of Mojo C++ bindings: make ipc/ mojom targets to use STL string/vector types (patchset #2 id:20001 of https://codereview.chromium.org/2181443002/ ) by yzshen · 8 years ago
  40. 134a039 Return unique_ptrs from base::ProcessMetrics. by thestig · 8 years ago
  41. 4ec3b5a Fix data race in ChannelAssociatedGroupController by rockot · 8 years ago
  42. c014bc7 Re-enable IPCChannelMojoTest.SendFailWithPendingMessages by rockot · 8 years ago
  43. 12f1822 Revert of Convert network hints to Mojo (patchset #16 id:300001 of https://codereview.chromium.org/2144533002/ ) by tibell · 8 years ago
  44. eab9eb2 Disable IPCChannelMojoTest.SendFailWithPendingMessages by rockot · 8 years ago
  45. cd8d887 Mojo C++ bindings: make ipc/ mojom targets to use STL string/vector types by yzshen · 8 years ago
  46. a01dbc7 Support early associated interface binding on ChannelMojo by rockot · 8 years ago
  47. 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
  48. 262d553 Support early associated interface binding on ChannelMojo by rockot · 8 years ago
  49. 7f8c890 Convert network hints to Mojo by tibell · 8 years ago
  50. db39c46 Revert of Convert network hints to Mojo (patchset #15 id:280001 of https://codereview.chromium.org/2144533002/ ) by tibell · 8 years ago
  51. 98a9bb7 Convert network hints to Mojo by tibell · 8 years ago
  52. 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
  53. da8cd39 Support early associated interface binding on ChannelMojo by rockot · 8 years ago
  54. 37e7fa4 Plumb explicit IPC task runner through to IPC::Channel creation by rockot · 8 years ago
  55. 147d02f Fix data race in ChannelProxy::GetPeerPID(). by amistry · 8 years ago
  56. 43871e4 Fix data race in IPC::ChannelProxy by rockot · 8 years ago
  57. 4a31cd8 Remove open-access IPC servers. by sammc · 8 years ago
  58. a289bcc Adds Channel-associated interface support on ChannelProxy's thread by rockot · 8 years ago
  59. a6edf83 Adds associated interface support to IPC::Channel by rockot · 8 years ago
  60. 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
  61. a906cc4 Adds associated interface support to IPC::Channel by rockot · 8 years ago
  62. 172b071 Move ChannelMojo bindings to a custom multiplex router by rockot · 8 years ago
  63. 399f9af Use unique pipe names for IPCChannelPosixTest tests by rockot · 8 years ago
  64. 6dcfcf7 With ChannelMojo, don't error the channel on Send failure. by amistry · 8 years ago
  65. 0a32171 Reland Mojo-based waiting for IPC::SyncChannel by rockot · 8 years ago
  66. 8a8e787 ShellClient -> Service by ben · 8 years ago
  67. bc45357 Convert device_sensors to use mojo. by sammc · 8 years ago
  68. c278316 Remove remaining calls to deprecated MessageLoop methods. by fdoray · 8 years ago
  69. 1175837 Add IPC serialization support for base::Optional by bmcquade · 8 years ago
  70. 1e4fe40 Add helper function to generate a pair of ChannelHandles for ChannelMojo. by amistry · 8 years ago
  71. 70d6357 Support using a Mojo message pipe in a ChannelHandle. by amistry · 8 years ago
  72. 71bef07 Revert Mojo-based SyncChannel waiting again by rockot · 8 years ago
  73. 6555e69 Fold //ipc/mojo into //ipc. by amistry · 8 years ago
  74. 5d6de39 Use a ScopedTempDir for files used in IPCChannelMojoTest. by amistry · 8 years ago
  75. 284aae5 Remove calls to deprecated MessageLoop methods in ipc. by fdoray · 8 years ago
  76. 21efb01 Simplify SyncChannel message pumping event by rockot · 8 years ago
  77. db49e2d Implements Mojo-based waiting for IPC::SyncChannel by rockot · 8 years ago
  78. 5c00b30 Various changes to make Mojo work under NaCl non-sfi. by amistry · 8 years ago
  79. c10eab4 Remove calls to MessageLoop::current() in ipc. by fdoray · 8 years ago
  80. 7464c2f Deletes mojo::Callback by rockot · 8 years ago
  81. c17f571 Revert of Deletes mojo::Callback (patchset #2 id:20001 of https://codereview.chromium.org/2080513002/ ) by yutak · 8 years ago
  82. 9ad9cad Deletes mojo::Callback by rockot · 8 years ago
  83. 72acbda Move ScopedIPCSupport to mojo/edk/embedder and the mojo::edk namespace. by amistry · 8 years ago
  84. d60751d Revert IPC SyncChannel to base::WaitableEvent waiting by rockot · 8 years ago
  85. 75f5857 Revert "Send input event IPCs directly from the UI thread" by rockot · 8 years ago
  86. 03c8f32 Return a unique_ptr from BinaryValue::CreateWithCopiedBuffer. by dcheng · 8 years ago
  87. 23c98eb Use Mojo pipes to signal sync IPC events by rockot · 8 years ago
  88. 8513bda Revert of Use Mojo pipes to signal sync IPC events (patchset #30 id:760001 of https://codereview.chromium.org/2033243003/ ) by tommycli · 8 years ago
  89. e35e9f0 Use Mojo pipes to signal sync IPC events by rockot · 8 years ago
  90. 8cfbe51 Move ScopedIPCSupport into its own build rule. by amistry · 8 years ago
  91. 1d70ea3 Delete the non-static CLD data source logic. by andrewhayden · 8 years ago
  92. f91168e Convert startup_metric_utils to use mojo. by sammc · 8 years ago
  93. c9e6ded Revert of Convert startup_metric_utils to use mojo. (patchset #6 id:240001 of https://codereview.chromium.org/2022413002/ ) by battre · 8 years ago
  94. 9d5c84a Convert startup_metric_utils to use mojo. by sammc · 8 years ago
  95. fe787b3 Use public handle API to transfer handle attachments. by amistry · 8 years ago
  96. 3c937aa Quit the test child message loop on connection error. by amistry · 8 years ago
  97. 15654a9 Explicitly serialise platform file attachments instead of doing them implicitly as a mojo handle attachment. by amistry · 8 years ago
  98. 93728d9 Skeleton of the Safe Browsing Subresource Filter. by engedy · 8 years ago
  99. 8b1b9e6 Make ChannelMojo compile under NaCl. by amistry · 8 years ago
  100. e42204f Convert MimeRegistry to use mojo. by sammc · 8 years ago