1. 4518400 Reland of Change base::Value::ListStorage to std::vector<base::Value> by jdoerrie · 7 years ago
  2. 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
  3. 0143ef0 Change base::Value::ListStorage to std::vector<base::Value> by jdoerrie · 7 years ago
  4. c56cc7f Remove base::BinaryValue by jdoerrie · 7 years ago
  5. 07f0b9d Move SharedBitmapManager implementation out of content/ by xlai · 7 years ago
  6. fcdbae7 Remove base::Value::CreateNullValue by jdoerrie · 7 years ago
  7. be818ff Mojofy GpuHostMsg_FieldTrialActivated by chiniforooshan · 7 years ago
  8. 6bc02c7 Remove IPC Message start entry ExtensionUtilityMsgStart by noel · 7 years ago
  9. 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
  10. 3555586 Reland "Add enable_ipc_logging build argument (patchset #2 id:20001 of https://codereview.chromium.org/2770653002/ )" by davidsz · 7 years ago
  11. 91dd464 Make sure channel-associated interface pointers are always safe to call. by yzshen · 7 years ago
  12. 39af274 Use WaitableEvents to wake up sync IPC waiting by rockot · 7 years ago
  13. caafbae Revert of Add enable_ipc_logging build argument (patchset #2 id:20001 of https://codereview.chromium.org/2770653002/ ) by rockot · 7 years ago
  14. 61f35fd Add enable_ipc_logging build argument by davidsz · 7 years ago
  15. 616bb0a Fix DCHECK in ipc_perftests by rockot · 7 years ago
  16. 8005f92 Mojo: Move waiting APIs to public library by rockot · 7 years ago
  17. 317a281 Remove ScopedVector from ipc/. by leon.han · 7 years ago
  18. a07beef Mojo: Armed Watchers by rockot · 7 years ago
  19. 745515c [Device Service] Port ScreenOrientationListener into Device Service. by leon.han · 7 years ago
  20. 7a1ef76 Require explicit selection of traits for LazyInstance by scottmg · 7 years ago
  21. 0d1295b Remove base::StringValue by jdoerrie · 7 years ago
  22. bfe825e Remove base::FundamentalValue by jdoerrie · 7 years ago
  23. fcb8e5c AssociatedGroupController impls: reduce message pipes created for sync message signalling. by yzshen · 7 years ago
  24. e04dcdb Mojo C++ bindings: remove usage of AssociatedGroup from ipc/ by yzshen · 7 years ago
  25. cad2561 Uncomment tracking macro in IPC_MESSAGE_HANDLER_GENERIC by ssid · 7 years ago
  26. 58325a4 Inline base::BinaryValue into base::Value by jdoerrie · 7 years ago
  27. 8dc7bd7 Mojo C++ bindings: Simplify associated interface API. by yzshen · 7 years ago
  28. 43a3bd5 Add IPC ParamTraits for c-style arrays by ericrk · 7 years ago
  29. 35d8b86 Fix nullptr dereference in thread-safe Channel forwarding by rockot · 7 years ago
  30. 7900d34 Mojo C++ Bindings: Eliminiate unbound ThreadSafeInterfacePtr by rockot · 7 years ago
  31. 92d4ac6 Add tests for detecting lost associated interfaces. by sammc · 7 years ago
  32. 264e153 Mojo C++ bindings: fix MultiplexRouter and ChannelAssociatedGroupController. by yzshen · 7 years ago
  33. be51c4f Mojo C++ bindings: introduce an optional array to store transferred interface IDs in messages. by yzshen · 7 years ago
  34. 959d1d9 Remove the MessageLoop::DestructionObserver from mojo bindings. by sammc · 7 years ago
  35. 05d22c1 Tag some of Mojo heap allocations for the heap profiler. by jcivelli · 8 years ago
  36. 8e0da44 Remove associated interface registration from ChannelProxy by rockot · 8 years ago
  37. 0d6b559 ChannelAssociatedGroupController: expect that endpoints may not be in closed state during destruction. by yzshen · 8 years ago
  38. 84782f7 Mojo bindings: merge the control messages of sending disconnect reason and notifying endpoint closed. by yzshen · 8 years ago
  39. 08c91ef Add more mojo perf tests. by jam · 8 years ago
  40. 917ab23 Remove mojo::edk::test::ScopedIPCSupport by rockot · 8 years ago
  41. ed61f4c Increase the depth limit of JSONParser and IPC serialization from 100 to 200. by joaodasilva · 8 years ago
  42. 63c2bf8 Reland of new multiprocess test client process launcher. by jcivelli · 8 years ago
  43. 423ebb0 Add some perf tests to compare Mojo overhead. by jam · 8 years ago
  44. 3907bec Fix ThreadSafeAssociatedInterfacePtrProvider raciness. by jcivelli · 8 years ago
  45. 80da299 Remove indexed_db_messages.h. by reillyg · 8 years ago
  46. 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
  47. 8fe4e98 Multiprocess test client: Android child process launcher rework. by jcivelli · 8 years ago
  48. 70f47d5 Reduce ipc_perftests iterations in debug builds by brucedawson · 8 years ago
  49. 41721e4 Include-what-you-use for ThreadTaskRunnerHandle. by fdoray · 8 years ago
  50. 984c9e4 mojo:: Rename mojo::GetProxy() to mojo::MakeRequest() by blundell · 8 years ago
  51. 89ee31a Make base::Value::TYPE a scoped enum. by jdoerrie · 8 years ago
  52. 53fa515 Cleanup remaining class/struct fwd declarations by jbriance · 8 years ago
  53. 644d4f4 Part 2 of base::IDMap refactor to eliminate IDMapOwnPointer/IDMapExternalPointer modes by rlanday · 8 years ago
  54. f6be8ad Remove MessageLoop destruction observer from mojo::Watcher. by yzshen · 8 years ago
  55. 4e08bca Provide a Mojo equivalent of ThreadSafeSender. by jcivelli · 8 years ago
  56. 1458336 Remove IPC::BrokerableAttachment. by sammc · 8 years ago
  57. a65b327 Remove ipc/unix_domain_socket_util.* by sammc · 8 years ago
  58. cb6d9ef Mojo EDK: Clean shutdown for ScopedIPCSupport in tests by rockot · 8 years ago
  59. 286ee10 Make printing work better with OOPIF. (try 2) by thestig · 8 years ago
  60. 203ebda Revert of Make printing work better with OOPIF. (patchset #17 id:340001 of https://codereview.chromium.org/2426503002/ ) by sgurun · 8 years ago
  61. 7cbacf4 Make printing work better with OOPIF. by thestig · 8 years ago
  62. e816a0c Revert of Remove IPC::BrokerableAttachment. (patchset #1 id:120001 of https://codereview.chromium.org/2494943002/ ) by horo · 8 years ago
  63. 3058e08 Remove IPC::BrokerableAttachment. by sammc · 8 years ago
  64. 65f302f Remove IPC channel IDs. by sammc · 8 years ago
  65. 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
  66. 5aeaa8a Remove unused parts of IPC::ChannelHandle. by sammc · 8 years ago
  67. b83485d Remove IPC::Endpoint. by sammc · 8 years ago
  68. d1d49f5 Mojo Bindings: Fix lock-order inversion in associated controllers by rockot · 8 years ago
  69. ec25359 Ensure clean up functions of MessageFilter are paired with their initialization functions by tzik · 8 years ago
  70. 2d06263 Remove obsolete methods from IPC::Channel and related classes. by sammc · 8 years ago
  71. c54b4e9 Delete IPC::ChannelPosix, IPC::ChannelWin and IPC::AttachmentBroker. by sammc · 8 years ago
  72. f627caf IPC: Relax thread constraints on Channel-associated send by rockot · 8 years ago
  73. 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
  74. 4c04178 Remove MessageLoop destruction observer from mojo::Watcher. by fdoray · 8 years ago
  75. d0d242e Call MessageFilter clean up handlers even for pending filters by tzik · 8 years ago
  76. 31881b7 Remove dependency of sequenced_worker_pool.h on SingleThreadTaskRunner. by gab · 8 years ago
  77. 9d51b18 Fix undefined behavior in UnixDomainSocketUtil.Connect test. by krasin · 8 years ago
  78. e3cae21 Change most IPC tests to use ChannelMojo. by sammc · 8 years ago
  79. 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
  80. f7796ee Change most IPC tests to use ChannelMojo. by sammc · 8 years ago
  81. d76056e Fix some test expectations for IPC tests by rockot · 8 years ago
  82. 14126a8 Use ChannelMojo for NaCl PPAPI channels. by sammc · 8 years ago
  83. 3ced2f6 Remove usage of base::ObserverList<T>::Iter::GetNext() in //ipc. by dcheng · 8 years ago
  84. bec3d2f [Autofill] Migrate ChromePasswordManagerClient<-->PasswordGenerationAgent IPCs to mojo. by leon.han · 8 years ago
  85. ae7a7b9 This CL migrates MediaSession message from IPC to mojo. by zqzhang · 8 years ago
  86. 6eb1b6d Always use ChannelMojo for content child processes. by sammc · 8 years ago
  87. 09ea9e3 Expose remote associated interfaces through SyncMessageFilter by rockot · 8 years ago
  88. 5bda6af Merge Content Settings IPCs back to chrome/common/render_messages.h by vabr · 8 years ago
  89. 5957e0a Move ViewMsg_New to mojom by rockot · 8 years ago
  90. f3a7ed5 Replace MessageLoop::current()->task_runner() with ThreadTaskRunnerHandle::Get(). by fdoray · 8 years ago
  91. d3e68cf Remove unneeded thread.h includes and fix IWUU. by gab · 8 years ago
  92. 342941a Suppress sandbox deprecation warnings by using the Seatbelt wrapper. by kerrnel · 8 years ago
  93. 76e690d Add base::UnguessableToken by tguilbert · 8 years ago
  94. 690fbbe IPC::MessageFilter::OnFilterAdded: IPC::Sender -> IPC::Channel by rockot · 8 years ago
  95. d0267ce IPC: Delete thread-safe send support by rockot · 8 years ago
  96. d7dad70 Corrects mojom::RouteProvider registration in ChildThreadImpl by rockot · 8 years ago
  97. c92aa46 misc files A-P: Change ScopedTempDir::path() to GetPath() by vabr · 8 years ago
  98. 065bc8f Adds associated interface support between RenderFrameHost and RenderFrame. by rockot · 8 years ago
  99. e7c4790 Reworks Channel pausing behavior by rockot · 8 years ago
  100. 685505b Mojo Channel: Fix deferred proxy dispatch; support paused channels by rockot · 8 years ago