1. 879c046 Create a RenderProcess message class and move keygen to it. by avi · 9 years ago
  2. 2ffe51b ipc: Use a global for the process's attachment broker. by erikchen · 9 years ago
  3. 47182a2 Remove dependency on //crypto in //ipc, except on windows. by Sergey Ulanov · 9 years ago
  4. d328d52 ipc: Convert k(u)int*max types from basictypes.h to std::numeric_limits variants. by tfarina · 9 years ago
  5. c8dc3f5 ipc: Update Message::FindNext to parse brokered attachments. by erikchen · 9 years ago
  6. 133c289 ipc: Make sure that ChannelReader is destroyed correctly. by erikchen · 9 years ago
  7. ec7f16c ipc: Add the inner class OutputElement to Channel. by erikchen · 9 years ago
  8. 5ba9489 Move Singleton and related structs to namespace base by olli.raula · 9 years ago
  9. 1cbfa08 ipc: Convert int types from basictypes.h to the ones from stdint.h by tfarina · 9 years ago
  10. 1569f07 Add missing locking for the |sender_| member in IPC::SyncMessageFilter. by amistry · 9 years ago
  11. 2956255 Revert of Reland #1 "ipc: Add a new field num_brokered_attachments to the message header." (patchset #4 id:60001 of https://codereview.chromium.org/1330563002/ ) by erikchen · 9 years ago
  12. f986cd8 ipc: Add methods for AttachmentBroker nonce serialization. by erikchen · 9 years ago
  13. 5532167 Reland #1 "ipc: Add a new field num_brokered_attachments to the message header." by erikchen · 9 years ago
  14. 5dfb9c2 Fix races with MessagePipeReader due to the Mojo IPC channel being thread-safe. by amistry · 9 years ago
  15. 2b2b1f6 Revert of ipc: Add a new field num_brokered_attachments to the message header. (patchset #1 id:1 of https://codereview.chromium.org/1311673011/ ) by erikchen · 9 years ago
  16. aabc9b1 ipc: Add a new field num_brokered_attachments to the message header. by erikchen · 9 years ago
  17. 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
  18. 46db050 Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 by rockot · 9 years ago
  19. 28a021e Revert of Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (patchset #1 id:1 of https://codereview.chromium.org/1310103002/ ) by rockot · 9 years ago
  20. 7859f57 Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 by rockot · 9 years ago
  21. 62ddcee Revert of Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (patchset #3 id:120001 of https://codereview.chromium.org/1296453004/ ) by yosin · 9 years ago
  22. ee7ac0f Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 by rockot · 9 years ago
  23. 228c086 Reland #1: IPC: Add attachment brokering support to the message header. by erikchen · 9 years ago
  24. 9d751ff IWYU for base/memory/scoped_vector.h. by thestig · 9 years ago
  25. ce67c8c Revert of Re-enable ChannelMojo (patchset #1 id:1 of https://codereview.chromium.org/1297993002/ ) by rockot · 9 years ago
  26. 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
  27. 62bc367 IPC: Add attachment brokering support to the message header. by erikchen · 9 years ago
  28. 1fc1a2f Migrate IPC to use Flow API v2. by yuhaoz · 9 years ago
  29. 76f9917 Re-enable ChannelMojo by rockot · 9 years ago
  30. 00cf036 Fix a few typos in the IPC message macros documentation by philipj · 9 years ago
  31. e6605e7 ipc: Add the class HandleWin. by erikchen · 9 years ago
  32. a681353 ipc: Make a common subclass for Channel and ProxyChannel. by erikchen · 9 years ago
  33. a379033 Revert of Re-enable ChannelMojo. (patchset #1 id:40001 of https://codereview.chromium.org/1273283002/ ) by rockot · 9 years ago
  34. a2345af Re-enable ChannelMojo. by rockot · 9 years ago
  35. 8115a59 Complete SyncMessageFilter initialization after SyncChannel initialization by rockot · 9 years ago
  36. c3e3393 Revert of Re-enable ChannelMojo (patchset #1 id:20001 of https://codereview.chromium.org/1262503011/ ) by hiroshige · 9 years ago
  37. b066e07 Re-enable ChannelMojo by rockot · 9 years ago
  38. edb9203 Let IPC::SyncMessageFilter take advantage of thread-safe Send. by rockot · 9 years ago
  39. 518a692 ipc: Allow ChannelProxy to be set as a channel endpoint. by erikchen · 9 years ago
  40. ca630d7 Reland #1: Clean up interface of attachment broker. by erikchen · 9 years ago
  41. 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
  42. ae7442b ipc: Clean up interface of attachment broker. by erikchen · 9 years ago
  43. bbb5fed Revert of Re-enable ChannelMojo (patchset #1 id:80001 of https://codereview.chromium.org/1256473002/) by rockot · 9 years ago
  44. 521604c Re-enable ChannelMojo by rockot · 9 years ago
  45. 1722491 Hold message in SyncMessageFilter before init by boliu · 9 years ago
  46. 7870b09 ipc: Create AttachmentBrokerPrivileged and AttachmentBrokerUnprivileged. by erikchen · 9 years ago
  47. cc6ccfc ipc: Create an unforgeable mechanism to get the process id of the sender. by erikchen · 9 years ago
  48. d66bf11 Remove Android filter file for ipc_tests. by tfarina · 9 years ago
  49. 3155dee ipc: Add attachment broker code for the privileged browser process. by erikchen · 9 years ago
  50. f295bbc Update ChannelReader to use AttachmentBroker. by erikchen · 9 years ago
  51. b2addb3 ipc: Move BasicMessageTest into ipc_message_unittest.cc by tfarina · 9 years ago
  52. ec6f1a3 Use thread-safe send when using Mojo. by jam · 9 years ago
  53. d41fe22 Add ipc ParamTraits for StackVector by miletus · 9 years ago
  54. 46ce00d Remove ForwardingMessageFilter. by mvanouwerkerk · 9 years ago
  55. 3edf15a ipc: Remove the ability to override the listener task runner by skyostil · 9 years ago
  56. 784e89c Add IPC and Windows message map macro blocks to .clang-format options by Daniel Cheng · 9 years ago
  57. da5404b Make attachment broker a subclass of IPC::Listener. by erikchen · 9 years ago
  58. 85e4712 ChannelPosix: Robustly close FDs of deleting messages. by morrita · 9 years ago
  59. 78b9e49 Fix unused private fields errors in ipc/mojo/. by mlamouri · 9 years ago
  60. a3c26c3 Adjust the binding point of IPC flow events from the next slice to the enclosing scope. by yuhaoz · 9 years ago
  61. 32cfb8e Update mojo sdk to rev a05bfef8096006056b2fff78092faf14d1319782 by rockot · 9 years ago
  62. 47068c1 Convert usage of mojo::ErrorHandler in //ipc/mojo to callbacks. by amistry · 9 years ago
  63. fdd43fe Stub in more IPC attachment brokering functionality. by erikchen · 9 years ago
  64. c872710 Revert of Update mojo sdk to rev a05bfef8096006056b2fff78092faf14d1319782 (patchset #1 id:1 of https://codereview.chromium.org/1216023006/) by thakis · 9 years ago
  65. cd60f7a Update mojo sdk to rev a05bfef8096006056b2fff78092faf14d1319782 by rockot · 9 years ago
  66. 4353962 Replace image_messages.h with Mojo service by halton.huo · 9 years ago
  67. a045e6d Update client side navigator.connect API to use ServicePortCollection [2/3] by mek · 9 years ago
  68. 7ce235f IPC::ChannelMojo::Send() should fail once it is closed. by morrita · 9 years ago
  69. 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
  70. e76a93e Revert of Make SharedMemoryHandle a class on Mac. (patchset #20 id:580001 of https://codereview.chromium.org/1163943004/) by scottmg · 9 years ago
  71. e52d17b Mac: Make SharedMemoryHandle its own class. by erikchen · 9 years ago
  72. d2d22b5 Disable ipc_mojo_unittests that timeout on Android. by msw · 9 years ago
  73. 5dd52cd Release obigation to call ChannelMojoHost::OnClientLaunched() by leon.han · 9 years ago
  74. ce99285 ipc: Remove virtual inheritance of SupportsAttachmentBrokering. by erikchen · 9 years ago
  75. 99b3dc0 IPC: Make ChannelReader inherit from SupportsAttachmentBrokering. by erikchen · 9 years ago
  76. 62d3813 IPC: Add new classes required for attachment brokering. by erikchen · 9 years ago
  77. 0a29f3d Disable ChannelMojo by rockot · 9 years ago
  78. a6d452b Fix leak of PlatformHandleDispatchers in Mojo IPC by rogerj · 9 years ago
  79. 22d9c46 ChannelMojo: Make MOJO_RESULT_FAILED_PRECONDITION an error. by morrita · 9 years ago
  80. 184b350 Replace more ObserverList with base::ObserverList. by brettw · 9 years ago
  81. 1f007c2 Refactoring: Moving the SafeJsonParser to its own component. by eranm · 9 years ago
  82. f314620 Change most uses of Pickle to base::Pickle by brettw · 9 years ago
  83. a487947 Move Pickle to base namespace. by brettw · 9 years ago
  84. cf58460 Move ObserverList to base namespace. by brettw · 9 years ago
  85. 85c3556 Fixit: Fork base::TimeTicks --> TimeTicks + ThreadTicks + TraceTicks by miu · 9 years ago
  86. 79a9090 Move Tuple to base namespace. by brettw · 9 years ago
  87. 88511de Make IPC::Channel buffers stack based and secure against growth by bratell · 9 years ago
  88. 37db35d ipc: remove IPC_USES_READWRITE by mdempsky · 9 years ago
  89. b5f30dd Convert JsonWriter::Write to taking a const ref for the in-param by estade · 9 years ago
  90. e3a801d Force immediate Mojo EDK shutdown on IO loop destruction. by rockot · 9 years ago
  91. 033e61e More base::Values-related bare pointer -> scoped_ptr conversions by estade · 9 years ago
  92. e468e66 ipc: Remove use of MessageLoopProxy and deprecated MessageLoop APIs by skyostil · 9 years ago
  93. ab99227 Mojo IPC threading fixes by rockot · 9 years ago
  94. df3387d Change kMaxDescriptorsPerMessage back to 7 by yusukes · 9 years ago
  95. b5bd86a Resolve the beforeinstallprompt event's promise. by benwells · 9 years ago
  96. 731d7ca Change the callsites of InterfacePtr<> methods which directly deal with message pipe handles. by yzshen · 9 years ago
  97. 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 · 9 years ago
  98. 644fb7b Change the callsites of InterfacePtr<> methods which directly deal with message pipe handles. by yzshen · 9 years ago
  99. 8317b71 Update {virtual,override} to follow C++11 style in ipc. by nick · 9 years ago
  100. 6c7dfb1 DER VIED IST NICHT FUER DER GEFINGERPOKEN. by thakis · 9 years ago