1. 28c27b8 Connect history with base c16b351fe090f06ceb1f2531012df93c6219fb2d by Qijiang Fan · 4 years ago
  2. 6f71b8d Disconnect history from origin/master by Qijiang Fan · 4 years ago
  3. 5cf8b08 IPC: Avoid closing Channel endpoints on error by Ken Rockot · 6 years ago
  4. fc4fdb2 Reland "Use BigBuffer for legacy IPC messages" by Ken Rockot · 6 years ago
  5. 43dbbac Migrate //ipc test off of QuitCurrent*Deprecated(). by Wez · 6 years ago
  6. 401220c ipc: Add defaulted move ctor/assignment to ipc structs by Alexandr Ilin · 6 years ago
  7. 91e4b9f Revert "Use BigBuffer for legacy IPC messages" by Alice Boxhall · 6 years ago
  8. cb693d0 Migrate Chromium callers from ScopedZxHandle to libzx containers. by Wez · 6 years ago
  9. bad665d Use BigBuffer for legacy IPC messages by Ken Rockot · 6 years ago
  10. 629a804 Mojo EDK -> Core: content, ipc, services by Ken Rockot · 6 years ago
  11. 8e15fda Remove CHECK for IPC message queue size by Ken Rockot · 6 years ago
  12. c37a490 Mojo: Limit exposure of EDK internals by Ken Rockot · 6 years ago
  13. b59d509 ppapi: Add SHARED_MEMORY_REGION type to SerializedHandle by Alexandr Ilin · 6 years ago
  14. 703e899 Avoid unbounded queueing of IPC messages for crashed renderers. by Lukasz Anforowicz · 6 years ago
  15. 6a3ad7b Remove unused constants from ipc_message_start.h by Tom Sepez · 6 years ago
  16. 16adcdc Fuchsia: Include some Posix-only code paths in ipc. by Fabrice de Gans-Riberi · 6 years ago
  17. bc28eca Enable check on number of FDs in MessageAttachmentSet under Fuchsia. by Wez · 6 years ago
  18. 45da3f1 Update Mojo platform handle wrapping APIs by Ken Rockot · 6 years ago
  19. 2bdf009 [MessageLoop cleanup] Mass migrate away from MessageLoop::QuitWhenIdleClosure(). by Gabriel Charette · 6 years ago
  20. 06209d5 Add a message size check to channel-associated interfaces by Ken Rockot · 6 years ago
  21. b1ad1ab Fuchsia: Prepare for OS_POSIX removal in ipc/ by Fabrice de Gans-Riberi · 6 years ago
  22. e86d049 [MessageLoop] Fix message_loop.h includes by Gabriel Charette · 6 years ago
  23. 208544f [MessageLoop] Fix IWYU for (SingleThread|Sequenced)TaskRunner by Gabriel Charette · 6 years ago
  24. 1a7424d Migrate MessageLoop::current() to MessageLoopCurrent in /ipc by Gabriel Charette · 6 years ago
  25. 867b51f Base [android]: Introduce ScopedHardwareBufferHandle by Ken Rockot · 6 years ago
  26. bdcd1c2 Implement IPC::ParamTraits for PlatformSharedMemoryRegion by Alexandr Ilin · 6 years ago
  27. d9af553 IPC: Do not read message attachments more than once. by Alexandr Ilin · 6 years ago
  28. 03c697a Fix flaky IPCMojoBootstrapTest fixture by Ken Rockot · 6 years ago
  29. 193998e Remove dead message enumerators from ipc_message_start.h by Tom Sepez · 6 years ago
  30. 7511e9d Mojo Bindings: SequenceLocalSyncEventWatcher by Ken Rockot · 6 years ago
  31. 2f75e1e Move read_only_buffer.mojom from common to base by Oksana Zhuravlova · 6 years ago
  32. 1716940 [sheriff] Disable IPCMojoBootstrapTest.ReceiveEmptyMessage by Roger McFarlane · 6 years ago
  33. 36b500d Fix and re-enable IPCMojoBootstrapTest.ReceiveEmptyMessage by Ken Rockot · 6 years ago
  34. a5aabeb Rename buildflag_headers for consistency by Scott Violet · 6 years ago
  35. 9946b9d Add MemoryDumpProviders for RenderProcessHost and IPC Channels by Ken Rockot · 6 years ago
  36. 63e7636 Re-enable a test that we suspect flaked due to message-loss. by Wez · 6 years ago
  37. b0027dc Disable IPCMojoBootstrapTest.ReceiveEmptyMessage temporarily. by Wez · 6 years ago
  38. 6d13edd Reland "Add missing message-received expectation to IPCMojoBootstrapTest." by Wez · 6 years ago
  39. 7416b77 Revert "Add missing message-received expectation to IPCMojoBootstrapTest." by Wez · 6 years ago
  40. 04b20b9 Add missing message-received expectation to IPCMojoBootstrapTest. by Wez · 6 years ago
  41. ceb1e36 Reintroduce verbose logging in IPC::Channel::Send(). by Wez · 6 years ago
  42. 66507ab Port MediaStreamTrackMetrics IPC messages to mojo. by mck.giri · 6 years ago
  43. 66698d1 [ServiceWorker] Implement EmbeddedWorkerInstanceHost.CountFeature by Han Leon · 6 years ago
  44. e1bbde0 Add OnChannelError() handler to QuitListener rather than hang on close. by Wez · 6 years ago
  45. 7f17f03 Adds CHECKs in pursuit of message leaks by Ken Rockot · 6 years ago
  46. 6b80f39 Fix race on ipc_task_runner(). by Sergey Kuznetsov · 6 years ago
  47. b898f2b Add dependency on //mojo/public/interfaces/bindings:bindings to //ipc:mojom. by Eve Martin-Jones · 6 years ago
  48. 22cd1cb [ServiceWorker] Implement ServiceWorkerHost.{FocusClient,NavigateClient} by Han Leon · 6 years ago
  49. 1f64d22 Ensure that queued IPC messages can't leak by Ken Rockot · 6 years ago
  50. 726c970 Duplicate SerializedHandle definition in //ipc/ipc.mojom by Eve Martin-Jones · 6 years ago
  51. e6f96f8 Add a generic component export macro by Ken Rockot · 6 years ago
  52. c6b6390 android: Enforce read-only mapping of Ashmem regions. by David 'Digit' Turner · 6 years ago
  53. 3e7392c [DevTools] Remove devtools_messages.h by Dmitry Gozman · 6 years ago
  54. 404d6d6 Make task runners at RTCPeerConnectionHandle in WaitableEventWatcher changeable by Hajime Hoshi · 6 years ago
  55. 15c2b01 Mojofy DWriteFontProxy. by Sam McNally · 6 years ago
  56. 052dd80 Reduce includes of windows.h by Bruce Dawson · 6 years ago
  57. 02dec60 ACCESS_VIOLATION exception by Roman Karasev · 6 years ago
  58. 496286e Remove some defunct IPC msg constants. by Tom Sepez · 6 years ago
  59. 9b8647c Convert base::UInt64ToString to base::NumberToString by Daniel Cheng · 6 years ago
  60. 31bfe1a Run clang-tidy modernize-use-equals-{delete,default} on //ipc by Chris Watkins · 7 years ago
  61. 3816144 Avoid default arguments at IPC::Channel::CreateClient/Server and IPC::ChannelMojo::Create by Hajime Hoshi · 7 years ago
  62. 763bdfa Convert IPC LoadFont to mojo by Joel Hockey · 7 years ago
  63. 595c856 Make IPC::ChannelMojo's proxy task runner changeable by Hajime Hoshi · 7 years ago
  64. 9570c52 Make IPC listener task runner changeable by Hajime Hoshi · 7 years ago
  65. 99b030a Migrate MessageLoop::ScopedNestableTaskAllower to RunLoop::Type::kNestableTasksAllowed when used in same scope as a RunLoop variable. by Gabriel Charette · 7 years ago
  66. 4522c12 Reland "Avoid using `isolated` wrt. AssociatedInterfaces." by Balazs Engedy · 7 years ago
  67. 22df765 AHardwareBuffer-based GpuMemoryBuffer implementation by Klaus Weidner · 7 years ago
  68. ad7be04 Revert "Avoid using `isolated` wrt. AssociatedInterfaces." by Alexander Timin · 7 years ago
  69. 5ee44b6 Avoid using `isolated` wrt. AssociatedInterfaces. by Balazs Engedy · 7 years ago
  70. 80d7b64 Change custom data type from map to unordered_map in preperation for mojofication. by Stuart Langley · 7 years ago
  71. d7f09fa Fix ipc::ChannelMojo not to call GetWeakPtr() from multiple threads. by Wez · 7 years ago
  72. b3357f2 Update SingleThreadNoPostTaskPingPong by Vladislav Kuzkokov · 7 years ago
  73. 2f68d7c Remove two unused constants from ipc/ipc_message_start.h by Tom Sepez · 7 years ago
  74. 63558a0 Export CanonOutputT template instantiations to avoid double definition. by Mounir Lamouri · 7 years ago
  75. 703169d Rewrite base::Value::GetType to base::Value::type on Linux by jdoerrie · 7 years ago
  76. 497db10 base: Change make_scoped_refptr to WrapRefCounted. by kylechar · 7 years ago
  77. 33ace1d Mojo C++ bindings: Revert debugging code for investigating memory corruption issue. by Yuzhu Shen · 7 years ago
  78. 19fd2bb Add base::stack, convert std::stack uses use it. by Brett Wilson · 7 years ago
  79. d0b2807 Revert "Validate histograms around IPC calls on Android." by Brian White · 7 years ago
  80. 5c6f2e8 Convert std::deque to base::circular_deque. by Brett Wilson · 7 years ago
  81. 751d004 Use checked_cast instead of static_cast when casting sizes in Pickle. by Chris Palmer · 7 years ago
  82. 38823cf Switch make_scoped_refptr to MakeRefCounted. by kylechar · 7 years ago
  83. a9fb90e Validate histograms around IPC calls on Android. by Brian White · 7 years ago
  84. 51215ca Change Pickle::Write* methods to return void. by Daniel Cheng · 7 years ago
  85. 68ab1f9 Remove base::PickleSizer by Daniel Cheng · 7 years ago
  86. af47cf0 Convert many std::queue to base::queue by Brett Wilson · 7 years ago
  87. 50465b0 fuchsia: Magenta -> Zircon by Scott Graham · 7 years ago
  88. 610b17b Crash when sending oversized legacy IPC messages by Ken Rockot · 7 years ago
  89. f98504a Remove IPC::Channel::OutputElement in IPC::Channel by Gyuyoung Kim · 7 years ago
  90. 7cabfbb Mojo C++ bindings: introduce TrackedScopedRefPtr to debug corruptions. by Yuzhu Shen · 7 years ago
  91. b3a77c9 Mojo Bindings: Support handles in native structs by Ken Rockot · 7 years ago
  92. 90bc731 Follow-up from 'Removing iTunes support from media_gallery API.' by Jay Civelli · 7 years ago
  93. be1589d Remove ScopedProfile and ScopedTracker. by Brett Wilson · 7 years ago
  94. 15422a8 Remove tracked_objects::ScopedTracker instantiations. by Brett Wilson · 7 years ago
  95. b6db987 Add CPU usage perf tests for legacy IPC and Mojo. by Yuzhu Shen · 7 years ago
  96. 03ec1ca Remove ParamTraits::GetSize since it's not used anymore. by John Abd-El-Malek · 7 years ago
  97. c8447f5 Remove an IPC message copy on DispatchWithParamDelayReply by tzik · 7 years ago
  98. 6eae758 Reland "Mojo: Allow duplicate events in SyncHandleRegistry" by Ken Rockot · 7 years ago
  99. d140291 Pass Chrome IPC message parameters by move by tzik · 7 years ago
  100. 6c724c1 Add unit-test for passing base::SharedMemory via Chrome IPC. by Wez · 7 years ago