1. ac08511 Remove utility process batch mode support and its IPCs by Noel Gordon · 7 years ago
  2. 7786715 Remove dummy AddRef/Release from //ipc/ipc_sync_channel_unittest.cc by tzik · 7 years ago
  3. 6c539cd Ban raw pointers to ref-counted types on base::Bind by tzik · 7 years ago
  4. 3038c29 fuchsia: get ipc_tests compiling again by Scott Graham · 7 years ago
  5. e3be235 Rename TaskRunner::RunsTasksOnCurrentThread() in //ipc, //mojo by peary2 · 7 years ago
  6. 3bf3a7e fuchsia: get //ipc compiling by Scott Graham · 7 years ago
  7. e8a9749 Add a variadic version of ParamTraits, to allow for >5 IPC parameters. by ossu · 7 years ago
  8. 0947993 Mojo: Eliminate multiprocess test helper macros by Ken Rockot · 7 years ago
  9. 7854eed Allow mojo bindings to run on SequencedTaskRunner. by Sam McNally · 7 years ago
  10. 4ddf17b Use OnceCallback on Mojo interfaces in //ipc by tzik · 7 years ago
  11. 7683414 Adapt Mojo system API consumers to new messaging APIs by Ken Rockot · 7 years ago
  12. 294562e [Mojo] Implement explicit operator bool on InterfacePtr and AssociatedInterfacePtr. by Jeremy Roman · 7 years ago
  13. b089636 Convert web manifest IPCs to use mojo. by Sam McNally · 7 years ago
  14. be3a2ae Remove raw DictionaryValue::Set by jdoerrie · 7 years ago
  15. 0164933 get rid of ipc_descriptors.h by Thiago Farina · 7 years ago
  16. 59d7ef0 Replace deprecated base::NonThreadSafe in ipc in favor of SequenceChecker. by gab · 7 years ago
  17. 92a162d Remove raw base::DictionaryValue::SetWithoutPathExpansion by jdoerrie · 7 years ago
  18. 0b3a3c4 Rename TaskRunner::RunsTasksOnCurrentThread() in //media, //ui, //ipc by peary2 · 7 years ago
  19. d7ee410 Add a size parameter to SharedMemoryHandle. by erikchen · 7 years ago
  20. 65bdef7 Remove renderer notifications of memory pressure. by brettw · 7 years ago
  21. 05405fe Mojo C++ Bindings: Remove redundant AssociatedInterfaceRequest APIs by Ken Rockot · 7 years ago
  22. 0a9b782 Add missing IWYU message_loop.h includes. by gab · 7 years ago
  23. 9841406 Mojo C++ Bindings: Remove superfluous Bind overloads by Ken Rockot · 7 years ago
  24. 3bf38eb Reland "Add enable_ipc_logging build argument" by davidsz · 7 years ago
  25. 2f499bb Add a GUID to base::SharedMemoryHandle. by erikchen · 7 years ago
  26. 0cbc7c7 Replace "nested message loop" with "nested run loop" in comments. by gab · 7 years ago
  27. 6cdf6e9 Get rid of all pid references from base::SharedMemoryHandle. by erikchen · 7 years ago
  28. 9a454c1 Make PlatformFileForTransit its own class on Windows. by erikchen · 7 years ago
  29. df30248 Make base::SharedMemoryHandle a class on POSIX. by erikchen · 7 years ago
  30. a933ff9 Remove base::ListValue::Set(size_t, base::Value*) by jdoerrie · 7 years ago
  31. f3e48ea Remove base::Value::Get{Buffer,Size} by jdoerrie · 7 years ago
  32. f9f20b3 Fix null pointer dereference in ipc_boostrap by csharrison · 7 years ago
  33. d3d9de0 Improvements to uses of base::SmallMap by brettw · 7 years ago
  34. 6a27536 Convert WaitableEvent::EventCallback to OnceCallback by tzik · 7 years ago
  35. 39f0aa4 network service: pass PlzNavigate resulting data via mojo data pipe by scottmg · 7 years ago
  36. 4518400 Reland of Change base::Value::ListStorage to std::vector<base::Value> by jdoerrie · 7 years ago
  37. 7ce5d82 Revert of Change base::Value::ListStorage to std::vector<base::Value> (patchset #14 id:260001 of https://codereview.chromium.org/2740143002/ ) by rouslan · 7 years ago
  38. 0143ef0 Change base::Value::ListStorage to std::vector<base::Value> by jdoerrie · 7 years ago
  39. c56cc7f Remove base::BinaryValue by jdoerrie · 7 years ago
  40. 07f0b9d Move SharedBitmapManager implementation out of content/ by xlai · 7 years ago
  41. fcdbae7 Remove base::Value::CreateNullValue by jdoerrie · 7 years ago
  42. be818ff Mojofy GpuHostMsg_FieldTrialActivated by chiniforooshan · 7 years ago
  43. 6bc02c7 Remove IPC Message start entry ExtensionUtilityMsgStart by noel · 7 years ago
  44. b99b13c Revert of Reland "Add enable_ipc_logging build argument" (patchset #1 id:1 of https://codereview.chromium.org/2777983005/ ) by jwd · 7 years ago
  45. 3555586 Reland "Add enable_ipc_logging build argument (patchset #2 id:20001 of https://codereview.chromium.org/2770653002/ )" by davidsz · 7 years ago
  46. 91dd464 Make sure channel-associated interface pointers are always safe to call. by yzshen · 7 years ago
  47. 39af274 Use WaitableEvents to wake up sync IPC waiting by rockot · 7 years ago
  48. caafbae Revert of Add enable_ipc_logging build argument (patchset #2 id:20001 of https://codereview.chromium.org/2770653002/ ) by rockot · 7 years ago
  49. 61f35fd Add enable_ipc_logging build argument by davidsz · 7 years ago
  50. 616bb0a Fix DCHECK in ipc_perftests by rockot · 7 years ago
  51. 8005f92 Mojo: Move waiting APIs to public library by rockot · 7 years ago
  52. 317a281 Remove ScopedVector from ipc/. by leon.han · 7 years ago
  53. a07beef Mojo: Armed Watchers by rockot · 7 years ago
  54. 745515c [Device Service] Port ScreenOrientationListener into Device Service. by leon.han · 7 years ago
  55. 7a1ef76 Require explicit selection of traits for LazyInstance by scottmg · 7 years ago
  56. 0d1295b Remove base::StringValue by jdoerrie · 7 years ago
  57. bfe825e Remove base::FundamentalValue by jdoerrie · 7 years ago
  58. fcb8e5c AssociatedGroupController impls: reduce message pipes created for sync message signalling. by yzshen · 7 years ago
  59. e04dcdb Mojo C++ bindings: remove usage of AssociatedGroup from ipc/ by yzshen · 7 years ago
  60. cad2561 Uncomment tracking macro in IPC_MESSAGE_HANDLER_GENERIC by ssid · 7 years ago
  61. 58325a4 Inline base::BinaryValue into base::Value by jdoerrie · 7 years ago
  62. 8dc7bd7 Mojo C++ bindings: Simplify associated interface API. by yzshen · 7 years ago
  63. 43a3bd5 Add IPC ParamTraits for c-style arrays by ericrk · 7 years ago
  64. 35d8b86 Fix nullptr dereference in thread-safe Channel forwarding by rockot · 7 years ago
  65. 7900d34 Mojo C++ Bindings: Eliminiate unbound ThreadSafeInterfacePtr by rockot · 7 years ago
  66. 92d4ac6 Add tests for detecting lost associated interfaces. by sammc · 7 years ago
  67. 264e153 Mojo C++ bindings: fix MultiplexRouter and ChannelAssociatedGroupController. by yzshen · 7 years ago
  68. be51c4f Mojo C++ bindings: introduce an optional array to store transferred interface IDs in messages. by yzshen · 7 years ago
  69. 959d1d9 Remove the MessageLoop::DestructionObserver from mojo bindings. by sammc · 7 years ago
  70. 05d22c1 Tag some of Mojo heap allocations for the heap profiler. by jcivelli · 8 years ago
  71. 8e0da44 Remove associated interface registration from ChannelProxy by rockot · 8 years ago
  72. 0d6b559 ChannelAssociatedGroupController: expect that endpoints may not be in closed state during destruction. by yzshen · 8 years ago
  73. 84782f7 Mojo bindings: merge the control messages of sending disconnect reason and notifying endpoint closed. by yzshen · 8 years ago
  74. 08c91ef Add more mojo perf tests. by jam · 8 years ago
  75. 917ab23 Remove mojo::edk::test::ScopedIPCSupport by rockot · 8 years ago
  76. ed61f4c Increase the depth limit of JSONParser and IPC serialization from 100 to 200. by joaodasilva · 8 years ago
  77. 63c2bf8 Reland of new multiprocess test client process launcher. by jcivelli · 8 years ago
  78. 423ebb0 Add some perf tests to compare Mojo overhead. by jam · 8 years ago
  79. 3907bec Fix ThreadSafeAssociatedInterfacePtrProvider raciness. by jcivelli · 8 years ago
  80. 80da299 Remove indexed_db_messages.h. by reillyg · 8 years ago
  81. 52df9c2 Revert of Multiprocess test client: Android child process launcher rework. (patchset #21 id:400001 of https://codereview.chromium.org/2549363004/ ) by jcivelli · 8 years ago
  82. 8fe4e98 Multiprocess test client: Android child process launcher rework. by jcivelli · 8 years ago
  83. 70f47d5 Reduce ipc_perftests iterations in debug builds by brucedawson · 8 years ago
  84. 41721e4 Include-what-you-use for ThreadTaskRunnerHandle. by fdoray · 8 years ago
  85. 984c9e4 mojo:: Rename mojo::GetProxy() to mojo::MakeRequest() by blundell · 8 years ago
  86. 89ee31a Make base::Value::TYPE a scoped enum. by jdoerrie · 8 years ago
  87. 53fa515 Cleanup remaining class/struct fwd declarations by jbriance · 8 years ago
  88. 644d4f4 Part 2 of base::IDMap refactor to eliminate IDMapOwnPointer/IDMapExternalPointer modes by rlanday · 8 years ago
  89. f6be8ad Remove MessageLoop destruction observer from mojo::Watcher. by yzshen · 8 years ago
  90. 4e08bca Provide a Mojo equivalent of ThreadSafeSender. by jcivelli · 8 years ago
  91. 1458336 Remove IPC::BrokerableAttachment. by sammc · 8 years ago
  92. a65b327 Remove ipc/unix_domain_socket_util.* by sammc · 8 years ago
  93. cb6d9ef Mojo EDK: Clean shutdown for ScopedIPCSupport in tests by rockot · 8 years ago
  94. 286ee10 Make printing work better with OOPIF. (try 2) by thestig · 8 years ago
  95. 203ebda Revert of Make printing work better with OOPIF. (patchset #17 id:340001 of https://codereview.chromium.org/2426503002/ ) by sgurun · 8 years ago
  96. 7cbacf4 Make printing work better with OOPIF. by thestig · 8 years ago
  97. e816a0c Revert of Remove IPC::BrokerableAttachment. (patchset #1 id:120001 of https://codereview.chromium.org/2494943002/ ) by horo · 8 years ago
  98. 3058e08 Remove IPC::BrokerableAttachment. by sammc · 8 years ago
  99. 65f302f Remove IPC channel IDs. by sammc · 8 years ago
  100. f115cb9 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 · 8 years ago