1. 4522c12 Reland "Avoid using `isolated` wrt. AssociatedInterfaces." by Balazs Engedy · 7 years ago
  2. 22df765 AHardwareBuffer-based GpuMemoryBuffer implementation by Klaus Weidner · 7 years ago
  3. ad7be04 Revert "Avoid using `isolated` wrt. AssociatedInterfaces." by Alexander Timin · 7 years ago
  4. 5ee44b6 Avoid using `isolated` wrt. AssociatedInterfaces. by Balazs Engedy · 7 years ago
  5. 80d7b64 Change custom data type from map to unordered_map in preperation for mojofication. by Stuart Langley · 7 years ago
  6. d7f09fa Fix ipc::ChannelMojo not to call GetWeakPtr() from multiple threads. by Wez · 7 years ago
  7. b3357f2 Update SingleThreadNoPostTaskPingPong by Vladislav Kuzkokov · 7 years ago
  8. 2f68d7c Remove two unused constants from ipc/ipc_message_start.h by Tom Sepez · 7 years ago
  9. 63558a0 Export CanonOutputT template instantiations to avoid double definition. by Mounir Lamouri · 7 years ago
  10. 703169d Rewrite base::Value::GetType to base::Value::type on Linux by jdoerrie · 7 years ago
  11. 497db10 base: Change make_scoped_refptr to WrapRefCounted. by kylechar · 7 years ago
  12. 33ace1d Mojo C++ bindings: Revert debugging code for investigating memory corruption issue. by Yuzhu Shen · 7 years ago
  13. 19fd2bb Add base::stack, convert std::stack uses use it. by Brett Wilson · 7 years ago
  14. d0b2807 Revert "Validate histograms around IPC calls on Android." by Brian White · 7 years ago
  15. 5c6f2e8 Convert std::deque to base::circular_deque. by Brett Wilson · 7 years ago
  16. 751d004 Use checked_cast instead of static_cast when casting sizes in Pickle. by Chris Palmer · 7 years ago
  17. 38823cf Switch make_scoped_refptr to MakeRefCounted. by kylechar · 7 years ago
  18. a9fb90e Validate histograms around IPC calls on Android. by Brian White · 7 years ago
  19. 51215ca Change Pickle::Write* methods to return void. by Daniel Cheng · 7 years ago
  20. 68ab1f9 Remove base::PickleSizer by Daniel Cheng · 7 years ago
  21. af47cf0 Convert many std::queue to base::queue by Brett Wilson · 7 years ago
  22. 50465b0 fuchsia: Magenta -> Zircon by Scott Graham · 7 years ago
  23. 610b17b Crash when sending oversized legacy IPC messages by Ken Rockot · 7 years ago
  24. f98504a Remove IPC::Channel::OutputElement in IPC::Channel by Gyuyoung Kim · 7 years ago
  25. 7cabfbb Mojo C++ bindings: introduce TrackedScopedRefPtr to debug corruptions. by Yuzhu Shen · 7 years ago
  26. b3a77c9 Mojo Bindings: Support handles in native structs by Ken Rockot · 7 years ago
  27. 90bc731 Follow-up from 'Removing iTunes support from media_gallery API.' by Jay Civelli · 7 years ago
  28. be1589d Remove ScopedProfile and ScopedTracker. by Brett Wilson · 7 years ago
  29. 15422a8 Remove tracked_objects::ScopedTracker instantiations. by Brett Wilson · 7 years ago
  30. b6db987 Add CPU usage perf tests for legacy IPC and Mojo. by Yuzhu Shen · 7 years ago
  31. 03ec1ca Remove ParamTraits::GetSize since it's not used anymore. by John Abd-El-Malek · 7 years ago
  32. c8447f5 Remove an IPC message copy on DispatchWithParamDelayReply by tzik · 7 years ago
  33. 6eae758 Reland "Mojo: Allow duplicate events in SyncHandleRegistry" by Ken Rockot · 7 years ago
  34. d140291 Pass Chrome IPC message parameters by move by tzik · 7 years ago
  35. 6c724c1 Add unit-test for passing base::SharedMemory via Chrome IPC. by Wez · 7 years ago
  36. 91c67ab Speculatively revert "Mojo: Allow duplicate events in SyncHandleRegistry" by Tarun Bansal · 7 years ago
  37. 918a052 Mojo: Allow duplicate events in SyncHandleRegistry by Ken Rockot · 7 years ago
  38. 56733a0 Add missing HANDLE_EINTR macro around dup() calls. by Dale Curtis · 7 years ago
  39. bd20ea9 Replace base::MakeUnique with std::make_unique in ipc/. by Jeremy Roman · 7 years ago
  40. c10c72c Fuchsia: Add platform implementation for Mojo WrapAttachmentImpl. by Wez · 7 years ago
  41. afc2bb8 Migrate IPCs between the browser and service processes to mojo. by Sam McNally · 7 years ago
  42. a7e8f9c IPC-over-mojo: Eliminate two buffer copies. by Yuzhu Shen · 7 years ago
  43. f0d64c6 Move IDMap to base namespace. by Brett Wilson · 7 years ago
  44. bc7f3c8 Remove MediaStreamMsgStart and its references by Chandan Padhi · 7 years ago
  45. cd63c2e Remove base::Value::SetStringWithoutPathExpansion by jdoerrie · 7 years ago
  46. 2c0ad2e Remove base::Value::SetDoubleWithoutPathExpansion by jdoerrie · 7 years ago
  47. 773e7f2 [c++] Whitelist std::integer_sequence and replace base::IndexSequence with std::index_sequence. by Jeremy Roman · 7 years ago
  48. 1615c31 Remove uses NON_EXPORTED_BASE now that it's a no-op. by Nico Weber · 7 years ago
  49. b5e8f4f Mojo bindings: remove an unnecessary DCHECK. by Yuzhu Shen · 7 years ago
  50. 37ae4c6 Reland "Check whether incoming interface IDs have correct namespace bit." by Yuzhu Shen · 7 years ago
  51. 7abbaed Revert "Check whether incoming interface IDs have correct namespace bit." by Walter Korman · 7 years ago
  52. 2effe17 Check whether incoming interface IDs have correct namespace bit. by Yuzhu Shen · 7 years ago
  53. b8014a7 Implement most of Chrome IPC for Fuchsia. by Wez · 7 years ago
  54. 8957cbc Remove unnecessary fields from ipc::HandleAttachmentWin. by Wez · 7 years ago
  55. 1ceeea2 Add perf test cases to compare the cost of passing associated and non-associated interfaces. by Yuzhu Shen · 7 years ago
  56. c6b8178 Remove base::Value::SetIntegerWithoutPathExpansion by jdoerrie · 7 years ago
  57. 08ce100 Remove unused constants from ipc_message_start.h (try #2). by Tom Sepez · 7 years ago
  58. 274bec8 Mass replace MessageLoop::Quit*() with RunLoop::QuitCurrent*Deprecated(). by Gabriel Charette · 7 years ago
  59. 8d01353 IPC perf tests: make sure we use the same IO thread for Mojo and IPC::Channel. by yzshen · 7 years ago
  60. f0ea075 Mojo C++ bindings: more readable error message for missing *Traits specialization. by Yuzhu Shen · 7 years ago
  61. 2eda4da Support Serializing and Deserializing RepeatedField / RepeatedPtrField in IPC::Message by zijiehe · 7 years ago
  62. f4a97cb Add a dcheck to warn if someone sends a sync IPC through IPC::ChannelProxy. by John Abd-El-Malek · 7 years ago
  63. a00e05e Fix sync IPC perf tests. by Yuzhu Shen · 7 years ago
  64. 60ad4be Cleanup ipc_perftests. by John Abd-El-Malek · 7 years ago
  65. 9b47785 Replace base::StaticAtomicSequenceNumber with base::AtomicSequenceNumber in //extensions and //ipc by tzik · 7 years ago
  66. 173bfd7 Define ParamTraits<long>::Log() on Fuchsia by Sergey Ulanov · 7 years ago
  67. 4d1e38c Mojo C++ Bindings: Lazy Serialization by Ken Rockot · 7 years ago
  68. ac08511 Remove utility process batch mode support and its IPCs by Noel Gordon · 7 years ago
  69. 7786715 Remove dummy AddRef/Release from //ipc/ipc_sync_channel_unittest.cc by tzik · 7 years ago
  70. 6c539cd Ban raw pointers to ref-counted types on base::Bind by tzik · 7 years ago
  71. 3038c29 fuchsia: get ipc_tests compiling again by Scott Graham · 7 years ago
  72. e3be235 Rename TaskRunner::RunsTasksOnCurrentThread() in //ipc, //mojo by peary2 · 7 years ago
  73. 3bf3a7e fuchsia: get //ipc compiling by Scott Graham · 7 years ago
  74. e8a9749 Add a variadic version of ParamTraits, to allow for >5 IPC parameters. by ossu · 7 years ago
  75. 0947993 Mojo: Eliminate multiprocess test helper macros by Ken Rockot · 7 years ago
  76. 7854eed Allow mojo bindings to run on SequencedTaskRunner. by Sam McNally · 7 years ago
  77. 4ddf17b Use OnceCallback on Mojo interfaces in //ipc by tzik · 7 years ago
  78. 7683414 Adapt Mojo system API consumers to new messaging APIs by Ken Rockot · 7 years ago
  79. 294562e [Mojo] Implement explicit operator bool on InterfacePtr and AssociatedInterfacePtr. by Jeremy Roman · 7 years ago
  80. b089636 Convert web manifest IPCs to use mojo. by Sam McNally · 7 years ago
  81. be3a2ae Remove raw DictionaryValue::Set by jdoerrie · 7 years ago
  82. 0164933 get rid of ipc_descriptors.h by Thiago Farina · 7 years ago
  83. 59d7ef0 Replace deprecated base::NonThreadSafe in ipc in favor of SequenceChecker. by gab · 7 years ago
  84. 92a162d Remove raw base::DictionaryValue::SetWithoutPathExpansion by jdoerrie · 7 years ago
  85. 0b3a3c4 Rename TaskRunner::RunsTasksOnCurrentThread() in //media, //ui, //ipc by peary2 · 7 years ago
  86. d7ee410 Add a size parameter to SharedMemoryHandle. by erikchen · 7 years ago
  87. 65bdef7 Remove renderer notifications of memory pressure. by brettw · 7 years ago
  88. 05405fe Mojo C++ Bindings: Remove redundant AssociatedInterfaceRequest APIs by Ken Rockot · 7 years ago
  89. 0a9b782 Add missing IWYU message_loop.h includes. by gab · 7 years ago
  90. 9841406 Mojo C++ Bindings: Remove superfluous Bind overloads by Ken Rockot · 7 years ago
  91. 3bf38eb Reland "Add enable_ipc_logging build argument" by davidsz · 7 years ago
  92. 2f499bb Add a GUID to base::SharedMemoryHandle. by erikchen · 7 years ago
  93. 0cbc7c7 Replace "nested message loop" with "nested run loop" in comments. by gab · 7 years ago
  94. 6cdf6e9 Get rid of all pid references from base::SharedMemoryHandle. by erikchen · 7 years ago
  95. 9a454c1 Make PlatformFileForTransit its own class on Windows. by erikchen · 7 years ago
  96. df30248 Make base::SharedMemoryHandle a class on POSIX. by erikchen · 7 years ago
  97. a933ff9 Remove base::ListValue::Set(size_t, base::Value*) by jdoerrie · 7 years ago
  98. f3e48ea Remove base::Value::Get{Buffer,Size} by jdoerrie · 7 years ago
  99. f9f20b3 Fix null pointer dereference in ipc_boostrap by csharrison · 7 years ago
  100. d3d9de0 Improvements to uses of base::SmallMap by brettw · 7 years ago