1. c577844 Revert of IPC: Add attachment brokering support to the message header. (patchset #3 id:40001 of https://codereview.chromium.org/1303103002/ ) by erikchen · 9 years ago
  2. 46db050 Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 by rockot · 9 years ago
  3. 28a021e Revert of Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (patchset #1 id:1 of https://codereview.chromium.org/1310103002/ ) by rockot · 9 years ago
  4. 7859f57 Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 by rockot · 9 years ago
  5. 62ddcee Revert of Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (patchset #3 id:120001 of https://codereview.chromium.org/1296453004/ ) by yosin · 9 years ago
  6. ee7ac0f Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 by rockot · 9 years ago
  7. 228c086 Reland #1: IPC: Add attachment brokering support to the message header. by erikchen · 9 years ago
  8. 9d751ff IWYU for base/memory/scoped_vector.h. by thestig · 9 years ago
  9. ce67c8c Revert of Re-enable ChannelMojo (patchset #1 id:1 of https://codereview.chromium.org/1297993002/ ) by rockot · 9 years ago
  10. 786abbd Revert of IPC: Add attachment brokering support to the message header. (patchset #20 id:420001 of https://codereview.chromium.org/1286253002/ ) by ricea · 9 years ago
  11. 62bc367 IPC: Add attachment brokering support to the message header. by erikchen · 9 years ago
  12. 1fc1a2f Migrate IPC to use Flow API v2. by yuhaoz · 9 years ago
  13. 76f9917 Re-enable ChannelMojo by rockot · 9 years ago
  14. 00cf036 Fix a few typos in the IPC message macros documentation by philipj · 9 years ago
  15. e6605e7 ipc: Add the class HandleWin. by erikchen · 9 years ago
  16. a681353 ipc: Make a common subclass for Channel and ProxyChannel. by erikchen · 9 years ago
  17. a379033 Revert of Re-enable ChannelMojo. (patchset #1 id:40001 of https://codereview.chromium.org/1273283002/ ) by rockot · 9 years ago
  18. a2345af Re-enable ChannelMojo. by rockot · 9 years ago
  19. 8115a59 Complete SyncMessageFilter initialization after SyncChannel initialization by rockot · 9 years ago
  20. c3e3393 Revert of Re-enable ChannelMojo (patchset #1 id:20001 of https://codereview.chromium.org/1262503011/ ) by hiroshige · 9 years ago
  21. b066e07 Re-enable ChannelMojo by rockot · 9 years ago
  22. edb9203 Let IPC::SyncMessageFilter take advantage of thread-safe Send. by rockot · 9 years ago
  23. 518a692 ipc: Allow ChannelProxy to be set as a channel endpoint. by erikchen · 9 years ago
  24. ca630d7 Reland #1: Clean up interface of attachment broker. by erikchen · 9 years ago
  25. 5db2705 Revert of ipc: Clean up interface of attachment broker. (patchset #5 id:80001 of https://codereview.chromium.org/1269553003/) by avi · 9 years ago
  26. ae7442b ipc: Clean up interface of attachment broker. by erikchen · 9 years ago
  27. bbb5fed Revert of Re-enable ChannelMojo (patchset #1 id:80001 of https://codereview.chromium.org/1256473002/) by rockot · 9 years ago
  28. 521604c Re-enable ChannelMojo by rockot · 9 years ago
  29. 1722491 Hold message in SyncMessageFilter before init by boliu · 9 years ago
  30. 7870b09 ipc: Create AttachmentBrokerPrivileged and AttachmentBrokerUnprivileged. by erikchen · 9 years ago
  31. cc6ccfc ipc: Create an unforgeable mechanism to get the process id of the sender. by erikchen · 9 years ago
  32. d66bf11 Remove Android filter file for ipc_tests. by tfarina · 9 years ago
  33. 3155dee ipc: Add attachment broker code for the privileged browser process. by erikchen · 9 years ago
  34. f295bbc Update ChannelReader to use AttachmentBroker. by erikchen · 9 years ago
  35. b2addb3 ipc: Move BasicMessageTest into ipc_message_unittest.cc by tfarina · 9 years ago
  36. ec6f1a3 Use thread-safe send when using Mojo. by jam · 9 years ago
  37. d41fe22 Add ipc ParamTraits for StackVector by miletus · 9 years ago
  38. 46ce00d Remove ForwardingMessageFilter. by mvanouwerkerk · 9 years ago
  39. 3edf15a ipc: Remove the ability to override the listener task runner by skyostil · 9 years ago
  40. 784e89c Add IPC and Windows message map macro blocks to .clang-format options by Daniel Cheng · 9 years ago
  41. da5404b Make attachment broker a subclass of IPC::Listener. by erikchen · 9 years ago
  42. 85e4712 ChannelPosix: Robustly close FDs of deleting messages. by morrita · 9 years ago
  43. 78b9e49 Fix unused private fields errors in ipc/mojo/. by mlamouri · 9 years ago
  44. a3c26c3 Adjust the binding point of IPC flow events from the next slice to the enclosing scope. by yuhaoz · 9 years ago
  45. 32cfb8e Update mojo sdk to rev a05bfef8096006056b2fff78092faf14d1319782 by rockot · 9 years ago
  46. 47068c1 Convert usage of mojo::ErrorHandler in //ipc/mojo to callbacks. by amistry · 9 years ago
  47. fdd43fe Stub in more IPC attachment brokering functionality. by erikchen · 9 years ago
  48. c872710 Revert of Update mojo sdk to rev a05bfef8096006056b2fff78092faf14d1319782 (patchset #1 id:1 of https://codereview.chromium.org/1216023006/) by thakis · 9 years ago
  49. cd60f7a Update mojo sdk to rev a05bfef8096006056b2fff78092faf14d1319782 by rockot · 9 years ago
  50. 4353962 Replace image_messages.h with Mojo service by halton.huo · 9 years ago
  51. a045e6d Update client side navigator.connect API to use ServicePortCollection [2/3] by mek · 9 years ago
  52. 7ce235f IPC::ChannelMojo::Send() should fail once it is closed. by morrita · 9 years ago
  53. 8149127 Revert of Revert of Make SharedMemoryHandle a class on Mac. (patchset #1 id:1 of https://codereview.chromium.org/1200473003/) by scottmg · 9 years ago
  54. e76a93e Revert of Make SharedMemoryHandle a class on Mac. (patchset #20 id:580001 of https://codereview.chromium.org/1163943004/) by scottmg · 9 years ago
  55. e52d17b Mac: Make SharedMemoryHandle its own class. by erikchen · 9 years ago
  56. d2d22b5 Disable ipc_mojo_unittests that timeout on Android. by msw · 9 years ago
  57. 5dd52cd Release obigation to call ChannelMojoHost::OnClientLaunched() by leon.han · 9 years ago
  58. ce99285 ipc: Remove virtual inheritance of SupportsAttachmentBrokering. by erikchen · 9 years ago
  59. 99b3dc0 IPC: Make ChannelReader inherit from SupportsAttachmentBrokering. by erikchen · 9 years ago
  60. 62d3813 IPC: Add new classes required for attachment brokering. by erikchen · 9 years ago
  61. 0a29f3d Disable ChannelMojo by rockot · 9 years ago
  62. a6d452b Fix leak of PlatformHandleDispatchers in Mojo IPC by rogerj · 9 years ago
  63. 22d9c46 ChannelMojo: Make MOJO_RESULT_FAILED_PRECONDITION an error. by morrita · 9 years ago
  64. 184b350 Replace more ObserverList with base::ObserverList. by brettw · 9 years ago
  65. 1f007c2 Refactoring: Moving the SafeJsonParser to its own component. by eranm · 9 years ago
  66. f314620 Change most uses of Pickle to base::Pickle by brettw · 9 years ago
  67. a487947 Move Pickle to base namespace. by brettw · 9 years ago
  68. cf58460 Move ObserverList to base namespace. by brettw · 9 years ago
  69. 85c3556 Fixit: Fork base::TimeTicks --> TimeTicks + ThreadTicks + TraceTicks by miu · 9 years ago
  70. 79a9090 Move Tuple to base namespace. by brettw · 9 years ago
  71. 88511de Make IPC::Channel buffers stack based and secure against growth by bratell · 9 years ago
  72. 37db35d ipc: remove IPC_USES_READWRITE by mdempsky · 9 years ago
  73. b5f30dd Convert JsonWriter::Write to taking a const ref for the in-param by estade · 9 years ago
  74. e3a801d Force immediate Mojo EDK shutdown on IO loop destruction. by rockot · 9 years ago
  75. 033e61e More base::Values-related bare pointer -> scoped_ptr conversions by estade · 10 years ago
  76. e468e66 ipc: Remove use of MessageLoopProxy and deprecated MessageLoop APIs by skyostil · 10 years ago
  77. ab99227 Mojo IPC threading fixes by rockot · 10 years ago
  78. df3387d Change kMaxDescriptorsPerMessage back to 7 by yusukes · 10 years ago
  79. b5bd86a Resolve the beforeinstallprompt event's promise. by benwells · 10 years ago
  80. 731d7ca Change the callsites of InterfacePtr<> methods which directly deal with message pipe handles. by yzshen · 10 years ago
  81. 1939c74 Revert of Change the callsites of InterfacePtr<> methods which directly deal with message pipe handles. (patchset #3 id:40001 of https://codereview.chromium.org/1120753004/) by dbeam · 10 years ago
  82. 644fb7b Change the callsites of InterfacePtr<> methods which directly deal with message pipe handles. by yzshen · 10 years ago
  83. 8317b71 Update {virtual,override} to follow C++11 style in ipc. by nick · 10 years ago
  84. 6c7dfb1 DER VIED IST NICHT FUER DER GEFINGERPOKEN. by thakis · 10 years ago
  85. 54748e1 GuestView: Decouple extension IPCs from soon-to-be component IPCs by fsamuel · 10 years ago
  86. 5138bf5 ChannelMojo: Introduce thread-safe Send() by morrita · 10 years ago
  87. 75e0f67 Add CastChannelMsgStart to IPCMessageStart. by derekjchow · 10 years ago
  88. 420ae51 Add instrumentation for various functions janky on the Mac IO thread. by pkasting · 10 years ago
  89. 1520fa1 Make chrome/renderer/content_settings_observer.cc depend on //components/contents_settings for IPC by vabr · 10 years ago
  90. d7325c2 ChannelMojo: Ensure that it always has ScopedIPCSupport by morrita · 10 years ago
  91. 592c6fd Revert of ChannelMojo: Ensure that it always has ScopedIPCSupport (patchset #1 id:1 of https://codereview.chromium.org/1054253005/) by sorin · 10 years ago
  92. 106fb00 ChannelMojo: Ensure that it always has ScopedIPCSupport by morrita · 10 years ago
  93. 76a6992 Implement IPC::ParamTraits<mojo::MessagePipeHandle> by morrita · 10 years ago
  94. f544e4e ChannelMojo: Use DestoryChannelOnIOThread() by morrita · 10 years ago
  95. 5652f35 Revert of Implement IPC::ParamTraits<mojo::MessagePipeHandle> (patchset #4 id:60001 of https://codereview.chromium.org/1051443003/) by mfomitchev · 10 years ago
  96. e242b0d Implement IPC::ParamTraits<mojo::MessagePipeHandle> by morrita · 10 years ago
  97. 8fad663 Revert of Implement IPC::ParamTraits<mojo::MessagePipeHandle> (patchset #3 id:40001 of https://codereview.chromium.org/1051443003/) by mfomitchev · 10 years ago
  98. 2aee4a4 Implement IPC::ParamTraits<mojo::MessagePipeHandle> by morrita · 10 years ago
  99. a737e80 Re-enable ChannelMojo by morrita · 10 years ago
  100. 4c5bdf1 Simplify IPC::SyncMessageSchema::WriteReplyParams() using variadic templates by mikhail.pozdnyakov · 10 years ago