1. 0b3a3c4 Rename TaskRunner::RunsTasksOnCurrentThread() in //media, //ui, //ipc by peary2 · 7 years ago
  2. d7ee410 Add a size parameter to SharedMemoryHandle. by erikchen · 7 years ago
  3. 65bdef7 Remove renderer notifications of memory pressure. by brettw · 7 years ago
  4. 05405fe Mojo C++ Bindings: Remove redundant AssociatedInterfaceRequest APIs by Ken Rockot · 7 years ago
  5. 0a9b782 Add missing IWYU message_loop.h includes. by gab · 7 years ago
  6. 9841406 Mojo C++ Bindings: Remove superfluous Bind overloads by Ken Rockot · 7 years ago
  7. 3bf38eb Reland "Add enable_ipc_logging build argument" by davidsz · 7 years ago
  8. 2f499bb Add a GUID to base::SharedMemoryHandle. by erikchen · 7 years ago
  9. 0cbc7c7 Replace "nested message loop" with "nested run loop" in comments. by gab · 7 years ago
  10. 6cdf6e9 Get rid of all pid references from base::SharedMemoryHandle. by erikchen · 7 years ago
  11. 9a454c1 Make PlatformFileForTransit its own class on Windows. by erikchen · 7 years ago
  12. df30248 Make base::SharedMemoryHandle a class on POSIX. by erikchen · 7 years ago
  13. a933ff9 Remove base::ListValue::Set(size_t, base::Value*) by jdoerrie · 7 years ago
  14. f3e48ea Remove base::Value::Get{Buffer,Size} by jdoerrie · 7 years ago
  15. f9f20b3 Fix null pointer dereference in ipc_boostrap by csharrison · 7 years ago
  16. d3d9de0 Improvements to uses of base::SmallMap by brettw · 7 years ago
  17. 6a27536 Convert WaitableEvent::EventCallback to OnceCallback by tzik · 7 years ago
  18. 39f0aa4 network service: pass PlzNavigate resulting data via mojo data pipe by scottmg · 7 years ago
  19. 4518400 Reland of Change base::Value::ListStorage to std::vector<base::Value> by jdoerrie · 7 years ago
  20. 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
  21. 0143ef0 Change base::Value::ListStorage to std::vector<base::Value> by jdoerrie · 7 years ago
  22. c56cc7f Remove base::BinaryValue by jdoerrie · 7 years ago
  23. 07f0b9d Move SharedBitmapManager implementation out of content/ by xlai · 7 years ago
  24. fcdbae7 Remove base::Value::CreateNullValue by jdoerrie · 7 years ago
  25. be818ff Mojofy GpuHostMsg_FieldTrialActivated by chiniforooshan · 7 years ago
  26. 6bc02c7 Remove IPC Message start entry ExtensionUtilityMsgStart by noel · 7 years ago
  27. 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
  28. 3555586 Reland "Add enable_ipc_logging build argument (patchset #2 id:20001 of https://codereview.chromium.org/2770653002/ )" by davidsz · 7 years ago
  29. 91dd464 Make sure channel-associated interface pointers are always safe to call. by yzshen · 7 years ago
  30. 39af274 Use WaitableEvents to wake up sync IPC waiting by rockot · 7 years ago
  31. caafbae Revert of Add enable_ipc_logging build argument (patchset #2 id:20001 of https://codereview.chromium.org/2770653002/ ) by rockot · 7 years ago
  32. 61f35fd Add enable_ipc_logging build argument by davidsz · 7 years ago
  33. 616bb0a Fix DCHECK in ipc_perftests by rockot · 7 years ago
  34. 8005f92 Mojo: Move waiting APIs to public library by rockot · 7 years ago
  35. 317a281 Remove ScopedVector from ipc/. by leon.han · 7 years ago
  36. a07beef Mojo: Armed Watchers by rockot · 7 years ago
  37. 745515c [Device Service] Port ScreenOrientationListener into Device Service. by leon.han · 7 years ago
  38. 7a1ef76 Require explicit selection of traits for LazyInstance by scottmg · 7 years ago
  39. 0d1295b Remove base::StringValue by jdoerrie · 7 years ago
  40. bfe825e Remove base::FundamentalValue by jdoerrie · 7 years ago
  41. fcb8e5c AssociatedGroupController impls: reduce message pipes created for sync message signalling. by yzshen · 7 years ago
  42. e04dcdb Mojo C++ bindings: remove usage of AssociatedGroup from ipc/ by yzshen · 7 years ago
  43. cad2561 Uncomment tracking macro in IPC_MESSAGE_HANDLER_GENERIC by ssid · 7 years ago
  44. 58325a4 Inline base::BinaryValue into base::Value by jdoerrie · 7 years ago
  45. 8dc7bd7 Mojo C++ bindings: Simplify associated interface API. by yzshen · 7 years ago
  46. 43a3bd5 Add IPC ParamTraits for c-style arrays by ericrk · 7 years ago
  47. 35d8b86 Fix nullptr dereference in thread-safe Channel forwarding by rockot · 7 years ago
  48. 7900d34 Mojo C++ Bindings: Eliminiate unbound ThreadSafeInterfacePtr by rockot · 7 years ago
  49. 92d4ac6 Add tests for detecting lost associated interfaces. by sammc · 7 years ago
  50. 264e153 Mojo C++ bindings: fix MultiplexRouter and ChannelAssociatedGroupController. by yzshen · 7 years ago
  51. be51c4f Mojo C++ bindings: introduce an optional array to store transferred interface IDs in messages. by yzshen · 7 years ago
  52. 959d1d9 Remove the MessageLoop::DestructionObserver from mojo bindings. by sammc · 7 years ago
  53. 05d22c1 Tag some of Mojo heap allocations for the heap profiler. by jcivelli · 8 years ago
  54. 8e0da44 Remove associated interface registration from ChannelProxy by rockot · 8 years ago
  55. 0d6b559 ChannelAssociatedGroupController: expect that endpoints may not be in closed state during destruction. by yzshen · 8 years ago
  56. 84782f7 Mojo bindings: merge the control messages of sending disconnect reason and notifying endpoint closed. by yzshen · 8 years ago
  57. 08c91ef Add more mojo perf tests. by jam · 8 years ago
  58. 917ab23 Remove mojo::edk::test::ScopedIPCSupport by rockot · 8 years ago
  59. ed61f4c Increase the depth limit of JSONParser and IPC serialization from 100 to 200. by joaodasilva · 8 years ago
  60. 63c2bf8 Reland of new multiprocess test client process launcher. by jcivelli · 8 years ago
  61. 423ebb0 Add some perf tests to compare Mojo overhead. by jam · 8 years ago
  62. 3907bec Fix ThreadSafeAssociatedInterfacePtrProvider raciness. by jcivelli · 8 years ago
  63. 80da299 Remove indexed_db_messages.h. by reillyg · 8 years ago
  64. 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
  65. 8fe4e98 Multiprocess test client: Android child process launcher rework. by jcivelli · 8 years ago
  66. 70f47d5 Reduce ipc_perftests iterations in debug builds by brucedawson · 8 years ago
  67. 41721e4 Include-what-you-use for ThreadTaskRunnerHandle. by fdoray · 8 years ago
  68. 984c9e4 mojo:: Rename mojo::GetProxy() to mojo::MakeRequest() by blundell · 8 years ago
  69. 89ee31a Make base::Value::TYPE a scoped enum. by jdoerrie · 8 years ago
  70. 53fa515 Cleanup remaining class/struct fwd declarations by jbriance · 8 years ago
  71. 644d4f4 Part 2 of base::IDMap refactor to eliminate IDMapOwnPointer/IDMapExternalPointer modes by rlanday · 8 years ago
  72. f6be8ad Remove MessageLoop destruction observer from mojo::Watcher. by yzshen · 8 years ago
  73. 4e08bca Provide a Mojo equivalent of ThreadSafeSender. by jcivelli · 8 years ago
  74. 1458336 Remove IPC::BrokerableAttachment. by sammc · 8 years ago
  75. a65b327 Remove ipc/unix_domain_socket_util.* by sammc · 8 years ago
  76. cb6d9ef Mojo EDK: Clean shutdown for ScopedIPCSupport in tests by rockot · 8 years ago
  77. 286ee10 Make printing work better with OOPIF. (try 2) by thestig · 8 years ago
  78. 203ebda Revert of Make printing work better with OOPIF. (patchset #17 id:340001 of https://codereview.chromium.org/2426503002/ ) by sgurun · 8 years ago
  79. 7cbacf4 Make printing work better with OOPIF. by thestig · 8 years ago
  80. e816a0c Revert of Remove IPC::BrokerableAttachment. (patchset #1 id:120001 of https://codereview.chromium.org/2494943002/ ) by horo · 8 years ago
  81. 3058e08 Remove IPC::BrokerableAttachment. by sammc · 8 years ago
  82. 65f302f Remove IPC channel IDs. by sammc · 8 years ago
  83. 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
  84. 5aeaa8a Remove unused parts of IPC::ChannelHandle. by sammc · 8 years ago
  85. b83485d Remove IPC::Endpoint. by sammc · 8 years ago
  86. d1d49f5 Mojo Bindings: Fix lock-order inversion in associated controllers by rockot · 8 years ago
  87. ec25359 Ensure clean up functions of MessageFilter are paired with their initialization functions by tzik · 8 years ago
  88. 2d06263 Remove obsolete methods from IPC::Channel and related classes. by sammc · 8 years ago
  89. c54b4e9 Delete IPC::ChannelPosix, IPC::ChannelWin and IPC::AttachmentBroker. by sammc · 8 years ago
  90. f627caf IPC: Relax thread constraints on Channel-associated send by rockot · 8 years ago
  91. c9e6485 Revert of Remove MessageLoop destruction observer from mojo::Watcher. (patchset #2 id:20001 of https://codereview.chromium.org/2475273003/ ) by xlai · 8 years ago
  92. 4c04178 Remove MessageLoop destruction observer from mojo::Watcher. by fdoray · 8 years ago
  93. d0d242e Call MessageFilter clean up handlers even for pending filters by tzik · 8 years ago
  94. 31881b7 Remove dependency of sequenced_worker_pool.h on SingleThreadTaskRunner. by gab · 8 years ago
  95. 9d51b18 Fix undefined behavior in UnixDomainSocketUtil.Connect test. by krasin · 8 years ago
  96. e3cae21 Change most IPC tests to use ChannelMojo. by sammc · 8 years ago
  97. 80bf9ec Revert of Change most IPC tests to use ChannelMojo. (patchset #1 id:100001 of https://codereview.chromium.org/2451953003/ ) by foolip · 8 years ago
  98. f7796ee Change most IPC tests to use ChannelMojo. by sammc · 8 years ago
  99. d76056e Fix some test expectations for IPC tests by rockot · 8 years ago
  100. 14126a8 Use ChannelMojo for NaCl PPAPI channels. by sammc · 8 years ago