1. 23972357 Remove base::FundamentalValue by jdoerrie · 8 years ago
  2. e25b5d5 AssociatedGroupController impls: reduce message pipes created for sync message signalling. by yzshen · 8 years ago
  3. 1aa8e56c Mojo C++ bindings: remove usage of AssociatedGroup from ipc/ by yzshen · 9 years ago
  4. 36b5511 Uncomment tracking macro in IPC_MESSAGE_HANDLER_GENERIC by ssid · 9 years ago
  5. e03e80f Inline base::BinaryValue into base::Value by jdoerrie · 9 years ago
  6. 2859a2ac Mojo C++ bindings: Simplify associated interface API. by yzshen · 9 years ago
  7. 8f2127bb [DirectoryOwnership] Add TEAM/COMPONENT into OWNERS files. by ymzhang · 9 years ago
  8. ad900d3 ipc: Use std::unique_ptr instead of linked_ptr by digit · 9 years ago
  9. b5de460 Add IPC ParamTraits for c-style arrays by ericrk · 9 years ago
  10. 67b4b0c Fix nullptr dereference in thread-safe Channel forwarding by rockot · 9 years ago
  11. a628d0b Mojo C++ Bindings: Eliminiate unbound ThreadSafeInterfacePtr by rockot · 9 years ago
  12. 5c8a6c6 Add tests for detecting lost associated interfaces. by sammc · 9 years ago
  13. 0a597131 Mojo C++ bindings: fix MultiplexRouter and ChannelAssociatedGroupController. by yzshen · 9 years ago
  14. ea784ea Mojo C++ bindings: introduce an optional array to store transferred interface IDs in messages. by yzshen · 9 years ago
  15. 14e09ca Remove the MessageLoop::DestructionObserver from mojo bindings. by sammc · 9 years ago
  16. 2207af1 Tag some of Mojo heap allocations for the heap profiler. by jcivelli · 9 years ago
  17. 70bbb5949 Remove associated interface registration from ChannelProxy by rockot · 9 years ago
  18. e003d59 ChannelAssociatedGroupController: expect that endpoints may not be in closed state during destruction. by yzshen · 9 years ago
  19. 8be41d3a Mojo bindings: merge the control messages of sending disconnect reason and notifying endpoint closed. by yzshen · 9 years ago
  20. f9fa5b80 Add more mojo perf tests. by jam · 9 years ago
  21. e5180e0e Remove mojo::edk::test::ScopedIPCSupport by rockot · 9 years ago
  22. 383b174a Increase the depth limit of JSONParser and IPC serialization from 100 to 200. by joaodasilva · 9 years ago
  23. f4462a35 Reland of new multiprocess test client process launcher. by jcivelli · 9 years ago
  24. ca86c9e Add some perf tests to compare Mojo overhead. by jam · 9 years ago
  25. 35e5ff5 Fix ThreadSafeAssociatedInterfacePtrProvider raciness. by jcivelli · 9 years ago
  26. bcb0b71 Remove indexed_db_messages.h. by reillyg · 9 years ago
  27. 8f2c6708 Revert of Multiprocess test client: Android child process launcher rework. (patchset #21 id:400001 of https://codereview.chromium.org/2549363004/ ) by jcivelli · 9 years ago
  28. 5513e46 Multiprocess test client: Android child process launcher rework. by jcivelli · 9 years ago
  29. c062784 Reduce ipc_perftests iterations in debug builds by brucedawson · 9 years ago
  30. a19b770 Include-what-you-use for ThreadTaskRunnerHandle. by fdoray · 9 years ago
  31. e0a9f158 mojo:: Rename mojo::GetProxy() to mojo::MakeRequest() by blundell · 9 years ago
  32. dc72ee94 Make base::Value::TYPE a scoped enum. by jdoerrie · 9 years ago
  33. db24b9e6 Cleanup remaining class/struct fwd declarations by jbriance · 9 years ago
  34. de24c6d Part 2 of base::IDMap refactor to eliminate IDMapOwnPointer/IDMapExternalPointer modes by rlanday · 9 years ago
  35. 1bd2370 Remove MessageLoop destruction observer from mojo::Watcher. by yzshen · 9 years ago
  36. 315d17f Provide a Mojo equivalent of ThreadSafeSender. by jcivelli · 9 years ago
  37. 6ed3efb Remove IPC::BrokerableAttachment. by sammc · 9 years ago
  38. cde36206 Remove ipc/unix_domain_socket_util.* by sammc · 9 years ago
  39. cf1d7d0 Mojo EDK: Clean shutdown for ScopedIPCSupport in tests by rockot · 9 years ago
  40. c1fc6575 Remove ipc/test_util_mac.*. by sammc · 9 years ago
  41. cb959ce Make printing work better with OOPIF. (try 2) by thestig · 9 years ago
  42. 356feed5 Revert of Make printing work better with OOPIF. (patchset #17 id:340001 of https://codereview.chromium.org/2426503002/ ) by sgurun · 9 years ago
  43. aaa2bba38 Make printing work better with OOPIF. by thestig · 9 years ago
  44. cff1de9 Revert of Remove IPC::BrokerableAttachment. (patchset #1 id:120001 of https://codereview.chromium.org/2494943002/ ) by horo · 9 years ago
  45. f6e03ce5 Remove IPC::BrokerableAttachment. by sammc · 9 years ago
  46. a1b3b4d Remove IPC channel IDs. by sammc · 9 years ago
  47. 389a8b2 Revert of Ensure clean up functions of MessageFilter are paired with their initialization functions (patchset #3 id:40001 of https://codereview.chromium.org/2488753002/ ) by tzik · 9 years ago
  48. 9bf370c Remove unused parts of IPC::ChannelHandle. by sammc · 9 years ago
  49. f810f07f Remove IPC::Endpoint. by sammc · 9 years ago
  50. 5890954 Mojo Bindings: Fix lock-order inversion in associated controllers by rockot · 9 years ago
  51. 8941d77 Ensure clean up functions of MessageFilter are paired with their initialization functions by tzik · 9 years ago
  52. 19eb6f7c Remove obsolete methods from IPC::Channel and related classes. by sammc · 9 years ago
  53. beeed368 Delete IPC::ChannelPosix, IPC::ChannelWin and IPC::AttachmentBroker. by sammc · 9 years ago
  54. becd3f74 IPC: Relax thread constraints on Channel-associated send by rockot · 9 years ago
  55. ee88cfeec Revert of Remove MessageLoop destruction observer from mojo::Watcher. (patchset #2 id:20001 of https://codereview.chromium.org/2475273003/ ) by xlai · 9 years ago
  56. da6bd89a Remove MessageLoop destruction observer from mojo::Watcher. by fdoray · 9 years ago
  57. 0e85f1d Call MessageFilter clean up handlers even for pending filters by tzik · 9 years ago
  58. 10ae436 Remove dependency of sequenced_worker_pool.h on SingleThreadTaskRunner. by gab · 9 years ago
  59. d8d889b Remove jschuh as an IPC security owner by jschuh · 9 years ago
  60. 49c519ec Fix undefined behavior in UnixDomainSocketUtil.Connect test. by krasin · 9 years ago
  61. 4bcc4ed6 Change most IPC tests to use ChannelMojo. by sammc · 9 years ago
  62. 010a37c4 Revert of Change most IPC tests to use ChannelMojo. (patchset #1 id:100001 of https://codereview.chromium.org/2451953003/ ) by foolip · 9 years ago
  63. d45a95a8 Change most IPC tests to use ChannelMojo. by sammc · 9 years ago
  64. 8a96cca4 Fix some test expectations for IPC tests by rockot · 9 years ago
  65. e51768c Use ChannelMojo for NaCl PPAPI channels. by sammc · 9 years ago
  66. 6b787f9 Remove usage of base::ObserverList<T>::Iter::GetNext() in //ipc. by dcheng · 9 years ago
  67. 471b67d [Autofill] Migrate ChromePasswordManagerClient<-->PasswordGenerationAgent IPCs to mojo. by leon.han · 9 years ago
  68. 93b95f8b This CL migrates MediaSession message from IPC to mojo. by zqzhang · 9 years ago
  69. 75ce65c Always use ChannelMojo for content child processes. by sammc · 9 years ago
  70. 336fc62a Expose remote associated interfaces through SyncMessageFilter by rockot · 9 years ago
  71. c5eaaddf Merge Content Settings IPCs back to chrome/common/render_messages.h by vabr · 9 years ago
  72. 067ca55f Move ViewMsg_New to mojom by rockot · 9 years ago
  73. 19e49e9 Replace MessageLoop::current()->task_runner() with ThreadTaskRunnerHandle::Get(). by fdoray · 9 years ago
  74. cde1af7 Remove som GYP annotations, remove unused manifest. by brettw · 9 years ago
  75. 4d92485f Remove unneeded thread.h includes and fix IWUU. by gab · 9 years ago
  76. df7ac746 Suppress sandbox deprecation warnings by using the Seatbelt wrapper. by kerrnel · 9 years ago
  77. 4a5ac60 Add base::UnguessableToken by tguilbert · 9 years ago
  78. e0072ebd IPC::MessageFilter::OnFilterAdded: IPC::Sender -> IPC::Channel by rockot · 9 years ago
  79. b97e3d3 IPC: Delete thread-safe send support by rockot · 9 years ago
  80. fd3d9084 Corrects mojom::RouteProvider registration in ChildThreadImpl by rockot · 9 years ago
  81. 16e5f60 misc files A-P: Change ScopedTempDir::path() to GetPath() by vabr · 9 years ago
  82. f62002a Adds associated interface support between RenderFrameHost and RenderFrame. by rockot · 9 years ago
  83. 1018875 Reworks Channel pausing behavior by rockot · 9 years ago
  84. 401fb2c Mojo Channel: Fix deferred proxy dispatch; support paused channels by rockot · 9 years ago
  85. d4fe0370 Re-write many calls to WrapUnique() with MakeUnique() by ricea · 9 years ago
  86. 95b6282 Delete all test isolate file now that M54 was branched. by maruel · 9 years ago
  87. 07cace4 Remove unneeded scoped_refptr<>::get() on method binding by tzik · 9 years ago
  88. cd1547c Remove GYP files from some smaller toplevel dirs. by brettw · 9 years ago
  89. 6ef45cf Remove calls to deprecated MessageLoop methods on Windows and Linux. by fdoray · 9 years ago
  90. 222e7dd Support custom message filtering on Mojo binding objects by rockot · 9 years ago
  91. 24b40a3 Mojo C++ bindings: make ipc/ mojom targets to use STL string/vector types by yzshen · 9 years ago
  92. c4cc691e Mojo C++ Bindings: Movable mojo::Message by rockot · 9 years ago
  93. 07d64e6 Remove amistry from OWNERS files by benwells · 9 years ago
  94. 3134fc6 [Translate] Migrate IPCs to Mojo interfaces. by leon.han · 9 years ago
  95. b0a39f8 Support mojo connections between unrelated peer processes. by sammc · 9 years ago
  96. ff1b853 Eliminate kMojoChannelToken usage for render processes by rockot · 9 years ago
  97. 703abc1a Revert of Eliminate kMojoChannelToken usage for render processes (patchset #5 id:80001 of https://codereview.chromium.org/2201183005/ ) by huangs · 9 years ago
  98. 7a7f8f7 Eliminate kMojoChannelToken usage for render processes by rockot · 9 years ago
  99. 9abe09b Adds sync message support to Channel-associated interfaces. by rockot · 9 years ago
  100. a056430 base: Remove unneeded RegisterNatives() calls on Android by sievers · 9 years ago