1. 6a8a6dc ipc: Slight change to GetSenderWithProcessId(). by erikchen · 9 years ago
  2. d11f5bc Remove SimpleBroker and instead use the production broker implementation in tests. by jam · 9 years ago
  3. ce9fd66 ipc: Minor fixes to AttachmentBrokerPrivilegedMac. by erikchen · 9 years ago
  4. 6c7c93f Call base::DispatchToMethod by the fully qualified name by tzik · 9 years ago
  5. 0bdf377 Use std::default_delete as the default deleter for scoped_ptr. by dcheng · 9 years ago
  6. 8b12be3 IPC: Use <algorithm> helpers for comparing arrays by jsbell · 9 years ago
  7. 4dd89bd Fix the new Mojo EDK working in component build on Linux. by jam · 9 years ago
  8. 394c43c Add UMA metric: Startup.BrowserMainToRendererMain. by fdoray · 9 years ago
  9. 4cdcc1b Pass distillability updates from renderer to browser by wychen · 9 years ago
  10. a5a03ef Fix racy crash in Mandoline child processes. by jam · 9 years ago
  11. d029552 Revert of Fix racy crash in Mandoline child processes. (patchset #4 id:60001 of https://codereview.chromium.org/1439863002/ ) by hablich · 9 years ago
  12. af32acb Move third_party/mojo/src/mojo/public to mojo/public by rockot · 9 years ago
  13. 2e8a628 Fix racy crash in Mandoline child processes. by jam · 9 years ago
  14. 9d412f1 mac: The attachment broker waits for the port provider before brokering. by erikchen · 9 years ago
  15. d7a5750 include what you use: errno.h and string.h in ipc_channel_posix_unittest.cc by mostynb · 9 years ago
  16. 0bf1240 ipc: AttachmentBroker dispatches notifications onto an appropriate thread. by erikchen · 9 years ago
  17. a9f80b9 Make sure IPC deserialization isn't O(n^2) in the message size. by thakis · 9 years ago
  18. 1cd1210 Kills TraceTicks, which was functionally the same as TimeTicks by charliea · 9 years ago
  19. e415a7b arc-bridge: Add IPC message definitions by lhchavez · 9 years ago
  20. 22ab238 Android Webview IPC-based sync compositing by boliu · 9 years ago
  21. 123ae25 ipc: Add more UMA metrics for AttachmentBrokerUnprivileged. by erikchen · 9 years ago
  22. 905b9b9 Trim IPC ChannelReader's buffer after processing large messages. by dskiba · 9 years ago
  23. 1892b29 Change VLOGs in ipc::SyncChannel to DVLOGs. by bauerb · 9 years ago
  24. e7e3092 ipc: Make MessageAttachment inherit from RefCountedThreadSafe. by erikchen · 9 years ago
  25. 6e3f7b3 ipc: Add ParamTraits<signed char> by ortuno · 9 years ago
  26. 5f9320c ipc: Add a lock to guard modifications of state of the AttachmentBroker. by erikchen · 9 years ago
  27. 32e67f3 IPC: Remove unnecessary conversions of BrokerableAttachment. by erikchen · 9 years ago
  28. 065868e Revert "Temporarily add UMA histogram for IPC message sizes." by dskiba · 9 years ago
  29. ebf396f ipc: Add UMA metrics for all possible errors during attachment brokering. by erikchen · 9 years ago
  30. ebe6e5c Reland 1: "mac: Add auto-close and share-read-only functionality to SharedMemory." by erikchen · 9 years ago
  31. d0ad511 Revert of mac: Add auto-close and share-read-only functionality to SharedMemory. (patchset #5 id:80001 of https://codereview.chromium.org/1418113003/ ) by erikchen · 9 years ago
  32. e14aba7 mac: Add auto-close and share-read-only functionality to Mach based SharedMemory. by erikchen · 9 years ago
  33. 424332f ipc: Move AttachmentBrokerPrivileged singleton logic into ipc/. by erikchen · 9 years ago
  34. 2c0e5dc ipc: Allow attachment broker messages to be processed out of order. by erikchen · 9 years ago
  35. 5192140 ipc: Move methods into AttachmentBroker interface. by erikchen · 9 years ago
  36. 84373e1 ipc: Fix minor bug in ChannelProxy. by erikchen · 9 years ago
  37. 1ca4695 Revert of ipc: Add a member to IPC::Message::Header on Windows. (patchset #1 id:1 of https://codereview.chromium.org/1400713002/ ) by erikchen · 9 years ago
  38. 611595a Fold IPCSupportInitializer::ForceShutdown() with ShutDown(). by amistry · 9 years ago
  39. fdcc95d ipc: Add a member to IPC::Message::Header on Windows. by erikchen · 9 years ago
  40. 6fb8f65 Temporarily add UMA histogram for IPC message sizes. by dskiba · 9 years ago
  41. cb85086 ipc: Write end-to-end tests for SharedMemoryHandle brokering on Mac. by erikchen · 9 years ago
  42. ad02964 Don't use base::MessageLoop::{Quit,QuitClosure} in extensions/, ipc/ by ki.stfu · 9 years ago
  43. 4113835 Revert "Add more tracking detail to Mojo async waits." by rockot · 9 years ago
  44. c8fa421 ipc: Make a separate vector for brokerable attachments. by erikchen · 9 years ago
  45. e67a7a2 ipc: Add missing includes for USE_ATTACHMENT_BROKER. by erikchen · 9 years ago
  46. a422982 ipc: Add BrokerableAttachmentMac. by erikchen · 9 years ago
  47. ae16e0c ipc: Implement MachPortMac serialization. by erikchen · 9 years ago
  48. 8a68ef9 ipc: Update MachPortMac ownership semantics. by erikchen · 9 years ago
  49. 5ccf67e ipc: Make factory methods for attachment brokers. by erikchen · 9 years ago
  50. 0948aee ipc: Plumbing for attachment brokering in ChannelPosix. by erikchen · 9 years ago
  51. 19419b7 ipc: Write privileged and unprivileged attachment brokers for Mac. by erikchen · 9 years ago
  52. d7e5dfd Detecting and fixing stringprintf.h format bugs by brucedawson · 9 years ago
  53. 38cd397 Add more tracking detail to Mojo async waits. by rockot · 9 years ago
  54. 8ebc54c Presubmit fixes from r352123 since presubmit scripts crashed in it. by jam · 9 years ago
  55. 347f5cb mac: Implement Mach-primitive backed shared memory. by erikchen · 9 years ago
  56. 3186155 Reland 1: "ipc: Change the timing of the construction of the attachment broker." by erikchen · 9 years ago
  57. e76324e Add a Mojo EDK for Chrome that uses one OS pipe per message pipe. by jam · 9 years ago
  58. 8d0bfc9 ipc: Add UMA metrics for the unprivileged attachment broker. by erikchen · 9 years ago
  59. 4bb47c6 ipc: Make a wrapper and attachment for mach ports. by erikchen · 9 years ago
  60. aa08dcb Resize IPC input buffer to fit the next message. by dskiba · 9 years ago
  61. 45f827a ipc: Add a new field num_brokered_attachments to the message header on Mac. by erikchen · 9 years ago
  62. 25c3c8f Revert of ipc: Change the timing of the construction of the attachment broker. (patchset #3 id:40001 of https://codereview.chromium.org/1367013003/ ) by erikchen · 9 years ago
  63. b139e7b Cleanup: Pass std::string as const reference from ipc/ by ki.stfu · 9 years ago
  64. 18430e5 Make SharedMemoryHandle a class on windows. by erikchen · 9 years ago
  65. c753d52 ipc: Change the timing of the construction of the attachment broker. by erikchen · 9 years ago
  66. f29dc68 ipc: Extend attachment broker unit tests. by erikchen · 9 years ago
  67. 5af4d87 Re-land architecture for cross-process memory notification suppressing by petrcermak · 9 years ago
  68. c596f54 ipc: Remove unnecessary attachment broker plumbing. by erikchen · 9 years ago
  69. bcef056 ipc: Refactor some attachment broker classes. by erikchen · 9 years ago
  70. b2e191c Revert of Reland debugging for ipc related crash. by erikchen · 9 years ago
  71. 5cc0121 Add UMA metrics to log attachment broker errors. by erikchen · 9 years ago
  72. c753da9 ipc: Serialize brokerable attachments and append them to the message. by erikchen · 9 years ago
  73. 73fa812 Reland of land debugging for ipc related crash. (patchset #1 id:1 of https://codereview.chromium.org/1354863004/ ) by erikchen · 9 years ago
  74. ec5a377 Revert of Architecture for cross-process memory notification suppressing (patchset #11 id:240001 of https://codereview.chromium.org/1332583002/ ) by huangs · 9 years ago
  75. a915d36 Architecture for cross-process memory notification suppressing by petrcermak · 9 years ago
  76. 42df3ba Revert of Reland debugging for ipc related crash. (patchset #1 id:1 of https://codereview.chromium.org/1354063002/ ) by erikchen · 9 years ago
  77. 5860242 ipc: Remove a CHECK to fix some memory tests. by erikchen · 9 years ago
  78. 0b41523 PageLoadMetrics renderer and browser implementation. by csharrison · 9 years ago
  79. 5b4c098 Reland debugging for ipc related crash. by erikchen · 9 years ago
  80. 53bc1be Revert of Reland #2 "ipc: Add a new field num_brokered_attachments to the message header." (patchset #5 id:80001 of https://codereview.chromium.org/1334593002/ ) by erikchen · 9 years ago
  81. 2d565d3 ipc: Remove basictypes.h includes. by tfarina · 9 years ago
  82. 0a23235 Reland #2 "ipc: Add a new field num_brokered_attachments to the message header." by erikchen · 9 years ago
  83. a5840dd ipc: Make a new class PlaceholderBrokerableAttachment. by erikchen · 9 years ago
  84. 5762650 ipc: Move //crypto dependency into a Windows-only file. by erikchen · 9 years ago
  85. 879c046 Create a RenderProcess message class and move keygen to it. by avi · 9 years ago
  86. 2ffe51b ipc: Use a global for the process's attachment broker. by erikchen · 9 years ago
  87. 47182a2 Remove dependency on //crypto in //ipc, except on windows. by Sergey Ulanov · 9 years ago
  88. d328d52 ipc: Convert k(u)int*max types from basictypes.h to std::numeric_limits variants. by tfarina · 9 years ago
  89. c8dc3f5 ipc: Update Message::FindNext to parse brokered attachments. by erikchen · 9 years ago
  90. 133c289 ipc: Make sure that ChannelReader is destroyed correctly. by erikchen · 9 years ago
  91. ec7f16c ipc: Add the inner class OutputElement to Channel. by erikchen · 9 years ago
  92. 5ba9489 Move Singleton and related structs to namespace base by olli.raula · 9 years ago
  93. 1cbfa08 ipc: Convert int types from basictypes.h to the ones from stdint.h by tfarina · 9 years ago
  94. 1569f07 Add missing locking for the |sender_| member in IPC::SyncMessageFilter. by amistry · 9 years ago
  95. 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
  96. f986cd8 ipc: Add methods for AttachmentBroker nonce serialization. by erikchen · 9 years ago
  97. 5532167 Reland #1 "ipc: Add a new field num_brokered_attachments to the message header." by erikchen · 9 years ago
  98. 5dfb9c2 Fix races with MessagePipeReader due to the Mojo IPC channel being thread-safe. by amistry · 9 years ago
  99. 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
  100. aabc9b1 ipc: Add a new field num_brokered_attachments to the message header. by erikchen · 9 years ago