1. 2bccc2c Kills TraceTicks, which was functionally the same as TimeTicks by charliea · 10 years ago
  2. 67d14d42 arc-bridge: Add IPC message definitions by lhchavez · 10 years ago
  3. bee541f4 Android Webview IPC-based sync compositing by boliu · 10 years ago
  4. adfa920 ipc: Add more UMA metrics for AttachmentBrokerUnprivileged. by erikchen · 10 years ago
  5. 06a2e65 Trim IPC ChannelReader's buffer after processing large messages. by dskiba · 10 years ago
  6. 3e9be73 Change VLOGs in ipc::SyncChannel to DVLOGs. by bauerb · 10 years ago
  7. fa70536 ipc: Make MessageAttachment inherit from RefCountedThreadSafe. by erikchen · 10 years ago
  8. 19ecf184 ipc: Add ParamTraits<signed char> by ortuno · 10 years ago
  9. 282e55ac ipc: Add a lock to guard modifications of state of the AttachmentBroker. by erikchen · 10 years ago
  10. a03dde6f IPC: Remove unnecessary conversions of BrokerableAttachment. by erikchen · 10 years ago
  11. 5fe8f376 Revert "Temporarily add UMA histogram for IPC message sizes." by dskiba · 10 years ago
  12. f065078 ipc: Add UMA metrics for all possible errors during attachment brokering. by erikchen · 10 years ago
  13. 636bceb3 Build nacl_helper_nonsfi with GN by phosek · 10 years ago
  14. 328bf3f Reland 1: "mac: Add auto-close and share-read-only functionality to SharedMemory." by erikchen · 10 years ago
  15. 160caaa 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 · 10 years ago
  16. 033bbbcb mac: Add auto-close and share-read-only functionality to Mach based SharedMemory. by erikchen · 10 years ago
  17. d8a3d902 ipc: Move AttachmentBrokerPrivileged singleton logic into ipc/. by erikchen · 10 years ago
  18. 24e44d30 ipc: Allow attachment broker messages to be processed out of order. by erikchen · 10 years ago
  19. 7b9f895 ipc: Move methods into AttachmentBroker interface. by erikchen · 10 years ago
  20. ec3519f ipc: Fix minor bug in ChannelProxy. by erikchen · 10 years ago
  21. da902e18 mac: Make Mach port scopers better ScopedGenerics by mark · 10 years ago
  22. e2eeedbf Revert of ipc: Add a member to IPC::Message::Header on Windows. (patchset #1 id:1 of https://codereview.chromium.org/1400713002/ ) by erikchen · 10 years ago
  23. 55eeeffd Fold IPCSupportInitializer::ForceShutdown() with ShutDown(). by amistry · 10 years ago
  24. c32bea67 ipc: Add a member to IPC::Message::Header on Windows. by erikchen · 10 years ago
  25. a553a3b Make ipc_tests and ipc_perftests run on Android by pkotwicz · 10 years ago
  26. 5961c6d Temporarily add UMA histogram for IPC message sizes. by dskiba · 10 years ago
  27. d29eaeb5f Isolate ipc_tests_apk. by stip · 10 years ago
  28. b82097cc ipc: Write end-to-end tests for SharedMemoryHandle brokering on Mac. by erikchen · 10 years ago
  29. 89d7423 ipc: Move Mac test utilities into their own file. by erikchen · 10 years ago
  30. a21ed8c Don't use base::MessageLoop::{Quit,QuitClosure} in extensions/, ipc/ by ki.stfu · 10 years ago
  31. 81543db ipc: Refactor and fix a bug in AttachmentBrokerPrivilegedMac. by erikchen · 10 years ago
  32. b95a81f Revert "Add more tracking detail to Mojo async waits." by rockot · 10 years ago
  33. ae6d321 ipc: Make a separate vector for brokerable attachments. by erikchen · 10 years ago
  34. 87397e0 ipc: Add missing includes for USE_ATTACHMENT_BROKER. by erikchen · 10 years ago
  35. 3ee5d55e3 ipc: Add BrokerableAttachmentMac. by erikchen · 10 years ago
  36. af8299d ipc: Implement MachPortMac serialization. by erikchen · 10 years ago
  37. 3722a32 ipc: Update MachPortMac ownership semantics. by erikchen · 10 years ago
  38. cdc80b06 ipc: Make factory methods for attachment brokers. by erikchen · 10 years ago
  39. c4c7668 ipc: Initialize a struct member passed to mach_msg(). by erikchen · 10 years ago
  40. f81b10a ipc: Plumbing for attachment brokering in ChannelPosix. by erikchen · 10 years ago
  41. b3481e2f ipc: Write privileged and unprivileged attachment brokers for Mac. by erikchen · 10 years ago
  42. 5604a11d Detecting and fixing stringprintf.h format bugs by brucedawson · 10 years ago
  43. de281b5 Add more tracking detail to Mojo async waits. by rockot · 10 years ago
  44. 4ff34db7 Presubmit fixes from r352123 since presubmit scripts crashed in it. by jam · 10 years ago
  45. 7667186a Fix build errors from r478251. by jam · 10 years ago
  46. 0d77970 mac: Implement Mach-primitive backed shared memory. by erikchen · 10 years ago
  47. f03da236 Reland 1: "ipc: Change the timing of the construction of the attachment broker." by erikchen · 10 years ago
  48. 76bcf0c Add a Mojo EDK for Chrome that uses one OS pipe per message pipe. by jam · 10 years ago
  49. e8032be Fix another 'enumerator not handled in switch' Win-Clang warning by Hans Wennborg · 10 years ago
  50. 2f6cfd0e Fix 'enumeration not handled in switch' error on Win-Clang bots by Hans Wennborg · 10 years ago
  51. c6828f1 ipc: Add UMA metrics for the unprivileged attachment broker. by erikchen · 10 years ago
  52. 1c1e665 ipc: Make a wrapper and attachment for mach ports. by erikchen · 10 years ago
  53. 6f3790a Resize IPC input buffer to fit the next message. by dskiba · 10 years ago
  54. cd52c88 ipc: Add a new field num_brokered_attachments to the message header on Mac. by erikchen · 10 years ago
  55. 33f1909 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 · 10 years ago
  56. 5e7a0f7 Cleanup: Pass std::string as const reference from ipc/ by ki.stfu · 10 years ago
  57. 5ea2ab7 Make SharedMemoryHandle a class on windows. by erikchen · 10 years ago
  58. 8758b4b ipc: Change the timing of the construction of the attachment broker. by erikchen · 10 years ago
  59. 98daa73 ipc: Extend attachment broker unit tests. by erikchen · 10 years ago
  60. 29bd405 Re-land architecture for cross-process memory notification suppressing by petrcermak · 10 years ago
  61. 30dc281 ipc: Remove unnecessary attachment broker plumbing. by erikchen · 10 years ago
  62. 28299a1 ipc: Refactor some attachment broker classes. by erikchen · 10 years ago
  63. fa2e4f2d Revert of Reland debugging for ipc related crash. by erikchen · 10 years ago
  64. 16f9112d Add UMA metrics to log attachment broker errors. by erikchen · 10 years ago
  65. 3b32506 ipc: Serialize brokerable attachments and append them to the message. by erikchen · 10 years ago
  66. a8b611f Reland of land debugging for ipc related crash. (patchset #1 id:1 of https://codereview.chromium.org/1354863004/ ) by erikchen · 10 years ago
  67. baa42d3 Revert of Architecture for cross-process memory notification suppressing (patchset #11 id:240001 of https://codereview.chromium.org/1332583002/ ) by huangs · 10 years ago
  68. 0b119f3 Architecture for cross-process memory notification suppressing by petrcermak · 10 years ago
  69. dbc8c186 Revert of Reland debugging for ipc related crash. (patchset #1 id:1 of https://codereview.chromium.org/1354063002/ ) by erikchen · 10 years ago
  70. 1baeeb3 ipc: Remove a CHECK to fix some memory tests. by erikchen · 10 years ago
  71. 9fa62d5 PageLoadMetrics renderer and browser implementation. by csharrison · 10 years ago
  72. a7502c6d Reland debugging for ipc related crash. by erikchen · 10 years ago
  73. 1fa7dad9 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 · 10 years ago
  74. 4da8275d ipc: Remove basictypes.h includes. by tfarina · 10 years ago
  75. a2e71be Reland #2 "ipc: Add a new field num_brokered_attachments to the message header." by erikchen · 10 years ago
  76. 87351da ipc: Make a new class PlaceholderBrokerableAttachment. by erikchen · 10 years ago
  77. a5085cda ipc: Move //crypto dependency into a Windows-only file. by erikchen · 10 years ago
  78. 914d82e Create a RenderProcess message class and move keygen to it. by avi · 10 years ago
  79. 5708aae ipc: Use a global for the process's attachment broker. by erikchen · 10 years ago
  80. 384a29c9 Remove dependency on //crypto in //ipc, except on windows. by Sergey Ulanov · 10 years ago
  81. 7023f52 ipc: Convert k(u)int*max types from basictypes.h to std::numeric_limits variants. by tfarina · 10 years ago
  82. 29e0f2f ipc: Update Message::FindNext to parse brokered attachments. by erikchen · 10 years ago
  83. 53d919d ipc: Make sure that ChannelReader is destroyed correctly. by erikchen · 10 years ago
  84. 5142dc7 ipc: Add the inner class OutputElement to Channel. by erikchen · 10 years ago
  85. 36aa8be Move Singleton and related structs to namespace base by olli.raula · 10 years ago
  86. 63a4d15 Fix sbox_validation_tests & Make isolate_driver.py include the executable itself by maruel · 10 years ago
  87. 10a5c06 ipc: Convert int types from basictypes.h to the ones from stdint.h by tfarina · 10 years ago
  88. 1b6ce022 Add missing locking for the |sender_| member in IPC::SyncMessageFilter. by amistry · 10 years ago
  89. 3086a2e 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 · 10 years ago
  90. 8135275 ipc: Add methods for AttachmentBroker nonce serialization. by erikchen · 10 years ago
  91. 44067ac ipc: Temporarily disable attachment broker end-to-end tests. by erikchen · 10 years ago
  92. d32c32b Reland #1 "ipc: Add a new field num_brokered_attachments to the message header." by erikchen · 10 years ago
  93. 7c8964f Revert of Fix sbox_validation_tests & Make isolate_driver.py include the executable itself (patchset #3 id:90001 of https://codereview.chromium.org/1245873002/ ) by stgao · 10 years ago
  94. c6649f2 Fix sbox_validation_tests & Make isolate_driver.py include the executable itself by maruel · 10 years ago
  95. 0b0e748 Fix races with MessagePipeReader due to the Mojo IPC channel being thread-safe. by amistry · 10 years ago
  96. 01eb81a7 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 · 10 years ago
  97. 9e3e945 ipc: Add a new field num_brokered_attachments to the message header. by erikchen · 10 years ago
  98. 06faf0c Revert of IPC: Add attachment brokering support to the message header. (patchset #3 id:40001 of https://codereview.chromium.org/1303103002/ ) by erikchen · 10 years ago
  99. 298955fc Sync GN tests with GYP. by brettw · 10 years ago
  100. b6a14b7 Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 by rockot · 10 years ago