1. b908e43 Clean-ups to Fuchsia implementation of PlatformSharedMemoryRegion. by Wez · 7 years ago
  2. 58d15fc Revert "Clean-ups to Fuchsia implementation of PlatformSharedMemoryRegion." by John Abd-El-Malek · 7 years ago
  3. 9ee73d6 Clean-ups to Fuchsia implementation of PlatformSharedMemoryRegion. by Wez · 7 years ago
  4. 6544b8a base: Fix shared memory handle leak in IPC serialization by Alexandr Ilin · 7 years ago
  5. 9970f20e [base] Change Value::BlobStorage to std::vector<uint8_t> by jdoerrie · 7 years ago
  6. 0443a8f gfx: Improve handle management in gfx::GpuMemoryBuffer by Alexandr Ilin · 7 years ago
  7. 4c5bd80 Reland "Use BigBuffer for legacy IPC messages" by Ken Rockot · 7 years ago
  8. b0cfd1d Revert "Use BigBuffer for legacy IPC messages" by Alice Boxhall · 7 years ago
  9. 157707d6 Migrate Chromium callers from ScopedZxHandle to libzx containers. by Wez · 7 years ago
  10. 3e12619 Use BigBuffer for legacy IPC messages by Ken Rockot · 7 years ago
  11. ebab9da ppapi: Add SHARED_MEMORY_REGION type to SerializedHandle by Alexandr Ilin · 7 years ago
  12. cbce434 Fuchsia: Prepare for OS_POSIX removal in ipc/ by Fabrice de Gans-Riberi · 7 years ago
  13. 097248f0 Base [android]: Introduce ScopedHardwareBufferHandle by Ken Rockot · 7 years ago
  14. d497eee Implement IPC::ParamTraits for PlatformSharedMemoryRegion by Alexandr Ilin · 7 years ago
  15. e2a6576 android: Enforce read-only mapping of Ashmem regions. by David 'Digit' Turner · 8 years ago
  16. 3d199b1 Convert base::UInt64ToString to base::NumberToString by Daniel Cheng · 8 years ago
  17. 2d879af Run clang-tidy modernize-use-equals-{delete,default} on //ipc by Chris Watkins · 8 years ago
  18. 3824a888 AHardwareBuffer-based GpuMemoryBuffer implementation by Klaus Weidner · 8 years ago
  19. 76cee9c Rewrite base::Value::GetType to base::Value::type on Linux by jdoerrie · 8 years ago
  20. c5ea9b9 Use checked_cast instead of static_cast when casting sizes in Pickle. by Chris Palmer · 8 years ago
  21. 0d89f922 Change Pickle::Write* methods to return void. by Daniel Cheng · 8 years ago
  22. f4cec55 Remove ParamTraits::GetSize since it's not used anymore. by John Abd-El-Malek · 8 years ago
  23. 160eb92 Replace base::MakeUnique with std::make_unique in ipc/. by Jeremy Roman · 8 years ago
  24. 8c49ebc9 Implement most of Chrome IPC for Fuchsia. by Wez · 8 years ago
  25. 51eaaad Remove unnecessary fields from ipc::HandleAttachmentWin. by Wez · 8 years ago
  26. a98ff6b5 Define ParamTraits<long>::Log() on Fuchsia by Sergey Ulanov · 8 years ago
  27. 3eebff0 fuchsia: get ipc_tests compiling again by Scott Graham · 8 years ago
  28. 9d6afd71 Add a size parameter to SharedMemoryHandle. by erikchen · 8 years ago
  29. 1452520 Add a GUID to base::SharedMemoryHandle. by erikchen · 8 years ago
  30. 996f592 Get rid of all pid references from base::SharedMemoryHandle. by erikchen · 8 years ago
  31. d804e105 Make PlatformFileForTransit its own class on Windows. by erikchen · 8 years ago
  32. 22a813b Make base::SharedMemoryHandle a class on POSIX. by erikchen · 8 years ago
  33. f1e72e3 Remove base::ListValue::Set(size_t, base::Value*) by jdoerrie · 8 years ago
  34. 5328aff Remove base::Value::Get{Buffer,Size} by jdoerrie · 8 years ago
  35. a5676c6 Reland of Change base::Value::ListStorage to std::vector<base::Value> by jdoerrie · 8 years ago
  36. df600cd Revert of Change base::Value::ListStorage to std::vector<base::Value> (patchset #14 id:260001 of https://codereview.chromium.org/2740143002/ ) by rouslan · 8 years ago
  37. ebab0de Change base::Value::ListStorage to std::vector<base::Value> by jdoerrie · 8 years ago
  38. 14b25da Remove base::BinaryValue by jdoerrie · 8 years ago
  39. e067999a Remove base::Value::CreateNullValue by jdoerrie · 8 years ago
  40. 122c4da Remove base::StringValue by jdoerrie · 8 years ago
  41. 23972357 Remove base::FundamentalValue by jdoerrie · 8 years ago
  42. e03e80f Inline base::BinaryValue into base::Value by jdoerrie · 8 years ago
  43. 383b174a Increase the depth limit of JSONParser and IPC serialization from 100 to 200. by joaodasilva · 9 years ago
  44. dc72ee94 Make base::Value::TYPE a scoped enum. by jdoerrie · 9 years ago
  45. 6ed3efb Remove IPC::BrokerableAttachment. by sammc · 9 years ago
  46. cff1de9 Revert of Remove IPC::BrokerableAttachment. (patchset #1 id:120001 of https://codereview.chromium.org/2494943002/ ) by horo · 9 years ago
  47. f6e03ce5 Remove IPC::BrokerableAttachment. by sammc · 9 years ago
  48. 9bf370c Remove unused parts of IPC::ChannelHandle. by sammc · 9 years ago
  49. beeed368 Delete IPC::ChannelPosix, IPC::ChannelWin and IPC::AttachmentBroker. by sammc · 9 years ago
  50. 4a5ac60 Add base::UnguessableToken by tguilbert · 9 years ago
  51. 3618252 Support using a Mojo message pipe in a ChannelHandle. by amistry · 9 years ago
  52. 338b8829 Return a unique_ptr from BinaryValue::CreateWithCopiedBuffer. by dcheng · 9 years ago
  53. cb60e70 Use std::unique_ptr for base::DictionaryValue and base::ListValue's internal store. by dcheng · 9 years ago
  54. 3db6b6d Generate param traits size methods for IPC files in chrome/ (and traits it depends on). by jam · 9 years ago
  55. 45eceef Generate param traits size methods for IPC files in content/ (and traits it depends on). by jam · 9 years ago
  56. 03de39b2 Convert scoped_ptr to std::unique_ptr in //ipc. by danakj · 9 years ago
  57. 21fef17 Remove POSIX shared memory. by erikchen · 9 years ago
  58. 48b7edf Revert of mac: Remove POSIX shared memory. (patchset #1 id:1 of https://codereview.chromium.org/1893603002/ ) by erikchen · 9 years ago
  59. 0739bac Reland of mac: Remove POSIX shared memory. (patchset #1 id:1 of https://codereview.chromium.org/1890023002/ ) by erikchen · 9 years ago
  60. 6b5d3ac Revert of mac: Remove POSIX shared memory. (patchset #8 id:140001 of https://codereview.chromium.org/1867733002/ ) by shrike · 9 years ago
  61. acc9ec9e mac: Remove POSIX shared memory. by erikchen · 9 years ago
  62. c7a7a76 Make IPC::ParamTraits<>GetSize work with base::Value as a result of JSON parsing. by amistry · 9 years ago
  63. 19e5f69 Make PlatformFileForTransit a class on Windows. by erikchen · 9 years ago
  64. bf0d713a Add more out of line copy ctors for complex classes. by vmpstr · 9 years ago
  65. ac78d7d8 Fix Android x64 build. by jam · 9 years ago
  66. 03d8a78 Add compile time checks against longs being used in IPC structs on 32 bit Android. by jam · 9 years ago
  67. 0457af10 Add message sizing to basic IPC traits and struct macros. by rockot · 9 years ago
  68. 502c94f IPC::Message -> base::Pickle by rockot · 9 years ago
  69. 71bc3b2 Add member ownership_passes_to_ipc_ to SharedMemoryHandle on windows. by erikchen · 9 years ago
  70. 3d87ecf7 ipc: Implement attachment brokering for SharedMemoryHandle on Windows. by erikchen · 10 years ago
  71. 246998d8 Switch to standard integer types in ipc/. by avi · 10 years ago
  72. 2bccc2c Kills TraceTicks, which was functionally the same as TimeTicks by charliea · 10 years ago
  73. 19ecf184 ipc: Add ParamTraits<signed char> by ortuno · 10 years ago
  74. 328bf3f Reland 1: "mac: Add auto-close and share-read-only functionality to SharedMemory." by erikchen · 10 years ago
  75. 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
  76. 033bbbcb mac: Add auto-close and share-read-only functionality to Mach based SharedMemory. by erikchen · 10 years ago
  77. af8299d ipc: Implement MachPortMac serialization. by erikchen · 10 years ago
  78. 5604a11d Detecting and fixing stringprintf.h format bugs by brucedawson · 10 years ago
  79. 0d77970 mac: Implement Mach-primitive backed shared memory. by erikchen · 10 years ago
  80. 5ea2ab7 Make SharedMemoryHandle a class on windows. by erikchen · 10 years ago
  81. 10a5c06 ipc: Convert int types from basictypes.h to the ones from stdint.h by tfarina · 10 years ago
  82. 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
  83. 37a2e0b6 Reland #1: IPC: Add attachment brokering support to the message header. by erikchen · 10 years ago
  84. 16e26d489 Revert of IPC: Add attachment brokering support to the message header. (patchset #20 id:420001 of https://codereview.chromium.org/1286253002/ ) by ricea · 10 years ago
  85. e8e4f4f IPC: Add attachment brokering support to the message header. by erikchen · 10 years ago
  86. eece6c3 Stub in more IPC attachment brokering functionality. by erikchen · 10 years ago
  87. d19b4f7 Revert of Revert of Make SharedMemoryHandle a class on Mac. (patchset #1 id:1 of https://codereview.chromium.org/1200473003/) by scottmg · 10 years ago
  88. 6035df80 Revert of Make SharedMemoryHandle a class on Mac. (patchset #20 id:580001 of https://codereview.chromium.org/1163943004/) by scottmg · 10 years ago
  89. cc9f9127f Mac: Make SharedMemoryHandle its own class. by erikchen · 10 years ago
  90. bd4d711 Change most uses of Pickle to base::Pickle by brettw · 10 years ago
  91. 1ab506a Fixit: Fork base::TimeTicks --> TimeTicks + ThreadTicks + TraceTicks by miu · 10 years ago
  92. 8d04646 Convert JsonWriter::Write to taking a const ref for the in-param by estade · 10 years ago
  93. a68b044 More base::Values-related bare pointer -> scoped_ptr conversions by estade · 10 years ago
  94. f84f17f Cleanup: Remove wstring methods from base::Pickle. by thestig · 10 years ago
  95. 1aa788c IPC::Message Refactoring: Move POSIX specific bits to PlatformFileAttachment by morrita · 11 years ago
  96. 4b5c28e2 IPC: Generalize FileDescriptorSet to MessageAttachmentSet by morrita · 11 years ago
  97. 48fc13b Remove deprecated methods from Pickle. by avi · 11 years ago
  98. f13c491 Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of https://codereview.chromium.org/818833004/) by avi · 11 years ago
  99. b740bfe2 Remove deprecated methods from Pickle. by Avi Drissman · 11 years ago
  100. 9669385 IPC: Get rid of FileDescriptor usage from FileDescriptorSet and Message by morrita · 11 years ago