1. 474df014 Mojo C++ Bindings: Lazy Serialization by Ken Rockot · 8 years ago
  2. 93d53af Remove utility process batch mode support and its IPCs by Noel Gordon · 8 years ago
  3. 9805c86 Remove dummy AddRef/Release from //ipc/ipc_sync_channel_unittest.cc by tzik · 8 years ago
  4. 680c214 Move NetworkService mojom files to content/public/common. by mmenke · 8 years ago
  5. 1d692a2e Ban raw pointers to ref-counted types on base::Bind by tzik · 8 years ago
  6. 3eebff0 fuchsia: get ipc_tests compiling again by Scott Graham · 8 years ago
  7. 8cd3bd2 Rename TaskRunner::RunsTasksOnCurrentThread() in //ipc, //mojo by peary2 · 8 years ago
  8. f4b38b4 fuchsia: get //ipc compiling by Scott Graham · 8 years ago
  9. fdd19a3 Add a variadic version of ParamTraits, to allow for >5 IPC parameters. by ossu · 8 years ago
  10. 779c464 Mojo: Eliminate multiprocess test helper macros by Ken Rockot · 8 years ago
  11. de5ae67 Allow mojo bindings to run on SequencedTaskRunner. by Sam McNally · 8 years ago
  12. dd76ce71 Use OnceCallback on Mojo interfaces in //ipc by tzik · 8 years ago
  13. fada7d28 Adapt Mojo system API consumers to new messaging APIs by Ken Rockot · 8 years ago
  14. c1348298 [Mojo] Implement explicit operator bool on InterfacePtr and AssociatedInterfacePtr. by Jeremy Roman · 8 years ago
  15. 2299ba0 Convert web manifest IPCs to use mojo. by Sam McNally · 8 years ago
  16. cb205a5 Remove raw DictionaryValue::Set by jdoerrie · 8 years ago
  17. 192c7eb get rid of ipc_descriptors.h by Thiago Farina · 8 years ago
  18. 21edbfa Replace deprecated base::NonThreadSafe in ipc in favor of SequenceChecker. by gab · 8 years ago
  19. 89aa5721 Remove raw base::DictionaryValue::SetWithoutPathExpansion by jdoerrie · 8 years ago
  20. 31ef2464 Rename TaskRunner::RunsTasksOnCurrentThread() in //media, //ui, //ipc by peary2 · 8 years ago
  21. 9d6afd71 Add a size parameter to SharedMemoryHandle. by erikchen · 8 years ago
  22. 37c4e81 Remove renderer notifications of memory pressure. by brettw · 8 years ago
  23. 96d1b7b5 Mojo C++ Bindings: Remove redundant AssociatedInterfaceRequest APIs by Ken Rockot · 8 years ago
  24. fe0424e7 [reland] Support generation of component targets for Mojom C++ bindings by Ken Rockot · 8 years ago
  25. bcce6e4 Revert "[reland] Support generation of component targets for Mojom C++ bindings" by Ken Rockot · 8 years ago
  26. f64a25e Add missing IWYU message_loop.h includes. by gab · 8 years ago
  27. a999f951 [reland] Support generation of component targets for Mojom C++ bindings by Ken Rockot · 8 years ago
  28. 4247245 Mojo C++ Bindings: Remove superfluous Bind overloads by Ken Rockot · 8 years ago
  29. 041528a Reland "Add enable_ipc_logging build argument" by davidsz · 8 years ago
  30. a50d914 Revert "[reland] Support generation of component targets for Mojom C++ bindings" by Max Morin · 8 years ago
  31. e99f3c9 [reland] Support generation of component targets for Mojom C++ bindings by Ken Rockot · 8 years ago
  32. 0639e21a Enable use_once_callback on mojom GN rule by default by tzik · 8 years ago
  33. 5d54168 Revert "Support generation of component targets for Mojom C++ bindings" by Jochen Eisinger · 8 years ago
  34. 67711f36 Support generation of component targets for Mojom C++ bindings by Ken Rockot · 8 years ago
  35. 1452520 Add a GUID to base::SharedMemoryHandle. by erikchen · 8 years ago
  36. 2998ee7 Replace "nested message loop" with "nested run loop" in comments. by gab · 8 years ago
  37. 996f592 Get rid of all pid references from base::SharedMemoryHandle. by erikchen · 8 years ago
  38. d804e105 Make PlatformFileForTransit its own class on Windows. by erikchen · 8 years ago
  39. 22a813b Make base::SharedMemoryHandle a class on POSIX. by erikchen · 8 years ago
  40. f1e72e3 Remove base::ListValue::Set(size_t, base::Value*) by jdoerrie · 8 years ago
  41. 5328aff Remove base::Value::Get{Buffer,Size} by jdoerrie · 8 years ago
  42. 1af8d6ab Fix null pointer dereference in ipc_boostrap by csharrison · 8 years ago
  43. ca2ec763 Improvements to uses of base::SmallMap by brettw · 8 years ago
  44. 130cfd0c Convert WaitableEvent::EventCallback to OnceCallback by tzik · 8 years ago
  45. efb69730 network service: pass PlzNavigate resulting data via mojo data pipe by scottmg · 8 years ago
  46. 856f977 Minor Mojo docs cleanup by Ken Rockot · 8 years ago
  47. a5676c6 Reland of Change base::Value::ListStorage to std::vector<base::Value> by jdoerrie · 8 years ago
  48. df600cd Revert of Change base::Value::ListStorage to std::vector<base::Value> (patchset #14 id:260001 of https://codereview.chromium.org/2740143002/ ) by rouslan · 8 years ago
  49. ebab0de Change base::Value::ListStorage to std::vector<base::Value> by jdoerrie · 8 years ago
  50. 14b25da Remove base::BinaryValue by jdoerrie · 8 years ago
  51. 11ac780 Move SharedBitmapManager implementation out of content/ by xlai · 8 years ago
  52. e067999a Remove base::Value::CreateNullValue by jdoerrie · 8 years ago
  53. 701fa21 Mojofy GpuHostMsg_FieldTrialActivated by chiniforooshan · 8 years ago
  54. f59d2d6 Adds lots of Mojo documentation by rockot · 8 years ago
  55. 0a5a461 Remove IPC Message start entry ExtensionUtilityMsgStart by noel · 8 years ago
  56. c102892 Revert of Reland "Add enable_ipc_logging build argument" (patchset #1 id:1 of https://codereview.chromium.org/2777983005/ ) by jwd · 8 years ago
  57. b39d833 Reland "Add enable_ipc_logging build argument (patchset #2 id:20001 of https://codereview.chromium.org/2770653002/ )" by davidsz · 8 years ago
  58. 34dcca73 Make sure channel-associated interface pointers are always safe to call. by yzshen · 8 years ago
  59. 084c73aa Remove inactive reviewers from //ipc/SECURITY_OWNERS. by dcheng · 8 years ago
  60. 66fab6e Add estark as an IPC reviewer. by dcheng · 8 years ago
  61. b62e2e3 Use WaitableEvents to wake up sync IPC waiting by rockot · 8 years ago
  62. 844b401 Revert of Add enable_ipc_logging build argument (patchset #2 id:20001 of https://codereview.chromium.org/2770653002/ ) by rockot · 8 years ago
  63. 76890ec Add enable_ipc_logging build argument by davidsz · 8 years ago
  64. 40e9591 Fix DCHECK in ipc_perftests by rockot · 8 years ago
  65. a9d566a Mojo: Move waiting APIs to public library by rockot · 8 years ago
  66. c9a4560 Remove ScopedVector from ipc/. by leon.han · 8 years ago
  67. 9eadaba Mojo: Armed Watchers by rockot · 8 years ago
  68. bb3acfe [Device Service] Port ScreenOrientationListener into Device Service. by leon.han · 8 years ago
  69. 5e65e3a Require explicit selection of traits for LazyInstance by scottmg · 8 years ago
  70. 122c4da Remove base::StringValue by jdoerrie · 8 years ago
  71. 23972357 Remove base::FundamentalValue by jdoerrie · 8 years ago
  72. e25b5d5 AssociatedGroupController impls: reduce message pipes created for sync message signalling. by yzshen · 8 years ago
  73. 1aa8e56c Mojo C++ bindings: remove usage of AssociatedGroup from ipc/ by yzshen · 8 years ago
  74. 36b5511 Uncomment tracking macro in IPC_MESSAGE_HANDLER_GENERIC by ssid · 8 years ago
  75. e03e80f Inline base::BinaryValue into base::Value by jdoerrie · 8 years ago
  76. 2859a2ac Mojo C++ bindings: Simplify associated interface API. by yzshen · 8 years ago
  77. 8f2127bb [DirectoryOwnership] Add TEAM/COMPONENT into OWNERS files. by ymzhang · 8 years ago
  78. ad900d3 ipc: Use std::unique_ptr instead of linked_ptr by digit · 8 years ago
  79. b5de460 Add IPC ParamTraits for c-style arrays by ericrk · 8 years ago
  80. 67b4b0c Fix nullptr dereference in thread-safe Channel forwarding by rockot · 8 years ago
  81. a628d0b Mojo C++ Bindings: Eliminiate unbound ThreadSafeInterfacePtr by rockot · 8 years ago
  82. 5c8a6c6 Add tests for detecting lost associated interfaces. by sammc · 8 years ago
  83. 0a597131 Mojo C++ bindings: fix MultiplexRouter and ChannelAssociatedGroupController. by yzshen · 8 years ago
  84. ea784ea Mojo C++ bindings: introduce an optional array to store transferred interface IDs in messages. by yzshen · 8 years ago
  85. 14e09ca Remove the MessageLoop::DestructionObserver from mojo bindings. by sammc · 8 years ago
  86. 2207af1 Tag some of Mojo heap allocations for the heap profiler. by jcivelli · 9 years ago
  87. 70bbb5949 Remove associated interface registration from ChannelProxy by rockot · 9 years ago
  88. e003d59 ChannelAssociatedGroupController: expect that endpoints may not be in closed state during destruction. by yzshen · 9 years ago
  89. 8be41d3a Mojo bindings: merge the control messages of sending disconnect reason and notifying endpoint closed. by yzshen · 9 years ago
  90. f9fa5b8 Add more mojo perf tests. by jam · 9 years ago
  91. e5180e0e Remove mojo::edk::test::ScopedIPCSupport by rockot · 9 years ago
  92. 383b174a Increase the depth limit of JSONParser and IPC serialization from 100 to 200. by joaodasilva · 9 years ago
  93. f4462a35 Reland of new multiprocess test client process launcher. by jcivelli · 9 years ago
  94. ca86c9e Add some perf tests to compare Mojo overhead. by jam · 9 years ago
  95. 35e5ff5 Fix ThreadSafeAssociatedInterfacePtrProvider raciness. by jcivelli · 9 years ago
  96. bcb0b71 Remove indexed_db_messages.h. by reillyg · 9 years ago
  97. 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
  98. 5513e46 Multiprocess test client: Android child process launcher rework. by jcivelli · 9 years ago
  99. c062784 Reduce ipc_perftests iterations in debug builds by brucedawson · 9 years ago
  100. a19b770 Include-what-you-use for ThreadTaskRunnerHandle. by fdoray · 9 years ago