1. 4518400 Reland of Change base::Value::ListStorage to std::vector<base::Value> by jdoerrie · 7 years ago
  2. 7ce5d82 Revert of Change base::Value::ListStorage to std::vector<base::Value> (patchset #14 id:260001 of https://codereview.chromium.org/2740143002/ ) by rouslan · 7 years ago
  3. 0143ef0 Change base::Value::ListStorage to std::vector<base::Value> by jdoerrie · 7 years ago
  4. c56cc7f Remove base::BinaryValue by jdoerrie · 7 years ago
  5. fcdbae7 Remove base::Value::CreateNullValue by jdoerrie · 7 years ago
  6. 0d1295b Remove base::StringValue by jdoerrie · 7 years ago
  7. bfe825e Remove base::FundamentalValue by jdoerrie · 7 years ago
  8. 58325a4 Inline base::BinaryValue into base::Value by jdoerrie · 7 years ago
  9. ed61f4c Increase the depth limit of JSONParser and IPC serialization from 100 to 200. by joaodasilva · 8 years ago
  10. 89ee31a Make base::Value::TYPE a scoped enum. by jdoerrie · 8 years ago
  11. 1458336 Remove IPC::BrokerableAttachment. by sammc · 8 years ago
  12. e816a0c Revert of Remove IPC::BrokerableAttachment. (patchset #1 id:120001 of https://codereview.chromium.org/2494943002/ ) by horo · 8 years ago
  13. 3058e08 Remove IPC::BrokerableAttachment. by sammc · 8 years ago
  14. 5aeaa8a Remove unused parts of IPC::ChannelHandle. by sammc · 8 years ago
  15. c54b4e9 Delete IPC::ChannelPosix, IPC::ChannelWin and IPC::AttachmentBroker. by sammc · 8 years ago
  16. 76e690d Add base::UnguessableToken by tguilbert · 8 years ago
  17. 70d6357 Support using a Mojo message pipe in a ChannelHandle. by amistry · 8 years ago
  18. 03c8f32 Return a unique_ptr from BinaryValue::CreateWithCopiedBuffer. by dcheng · 8 years ago
  19. 1fa44fb Use std::unique_ptr for base::DictionaryValue and base::ListValue's internal store. by dcheng · 8 years ago
  20. 1ea1e0d Generate param traits size methods for IPC files in chrome/ (and traits it depends on). by jam · 8 years ago
  21. 7f5c574 Generate param traits size methods for IPC files in content/ (and traits it depends on). by jam · 8 years ago
  22. c3fb6c5 Convert scoped_ptr to std::unique_ptr in //ipc. by danakj · 8 years ago
  23. a355c82 Remove POSIX shared memory. by erikchen · 8 years ago
  24. 4ac69ee Revert of mac: Remove POSIX shared memory. (patchset #1 id:1 of https://codereview.chromium.org/1893603002/ ) by erikchen · 8 years ago
  25. db519ba Reland of mac: Remove POSIX shared memory. (patchset #1 id:1 of https://codereview.chromium.org/1890023002/ ) by erikchen · 8 years ago
  26. 84a38bf Revert of mac: Remove POSIX shared memory. (patchset #8 id:140001 of https://codereview.chromium.org/1867733002/ ) by shrike · 8 years ago
  27. a148edf mac: Remove POSIX shared memory. by erikchen · 8 years ago
  28. 0bab732 Make IPC::ParamTraits<>GetSize work with base::Value as a result of JSON parsing. by amistry · 8 years ago
  29. b23e3a4 Make PlatformFileForTransit a class on Windows. by erikchen · 8 years ago
  30. d661bf7 Add more out of line copy ctors for complex classes. by vmpstr · 8 years ago
  31. 739d8d1 Fix Android x64 build. by jam · 8 years ago
  32. 923e546 Add compile time checks against longs being used in IPC structs on 32 bit Android. by jam · 8 years ago
  33. 15c8ac4 Add message sizing to basic IPC traits and struct macros. by rockot · 8 years ago
  34. 6dbfea5 IPC::Message -> base::Pickle by rockot · 8 years ago
  35. eeaf5f9 Add member ownership_passes_to_ipc_ to SharedMemoryHandle on windows. by erikchen · 8 years ago
  36. 97211e1 ipc: Implement attachment brokering for SharedMemoryHandle on Windows. by erikchen · 9 years ago
  37. 42ebda4 Switch to standard integer types in ipc/. by avi · 9 years ago
  38. 1cd1210 Kills TraceTicks, which was functionally the same as TimeTicks by charliea · 9 years ago
  39. 6e3f7b3 ipc: Add ParamTraits<signed char> by ortuno · 9 years ago
  40. ebe6e5c Reland 1: "mac: Add auto-close and share-read-only functionality to SharedMemory." by erikchen · 9 years ago
  41. 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
  42. e14aba7 mac: Add auto-close and share-read-only functionality to Mach based SharedMemory. by erikchen · 9 years ago
  43. ae16e0c ipc: Implement MachPortMac serialization. by erikchen · 9 years ago
  44. d7e5dfd Detecting and fixing stringprintf.h format bugs by brucedawson · 9 years ago
  45. 347f5cb mac: Implement Mach-primitive backed shared memory. by erikchen · 9 years ago
  46. 18430e5 Make SharedMemoryHandle a class on windows. by erikchen · 9 years ago
  47. 1cbfa08 ipc: Convert int types from basictypes.h to the ones from stdint.h by tfarina · 9 years ago
  48. 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
  49. 228c086 Reland #1: IPC: Add attachment brokering support to the message header. by erikchen · 9 years ago
  50. 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
  51. 62bc367 IPC: Add attachment brokering support to the message header. by erikchen · 9 years ago
  52. fdd43fe Stub in more IPC attachment brokering functionality. by erikchen · 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. f314620 Change most uses of Pickle to base::Pickle by brettw · 9 years ago
  57. 85c3556 Fixit: Fork base::TimeTicks --> TimeTicks + ThreadTicks + TraceTicks by miu · 9 years ago
  58. b5f30dd Convert JsonWriter::Write to taking a const ref for the in-param by estade · 9 years ago
  59. 033e61e More base::Values-related bare pointer -> scoped_ptr conversions by estade · 9 years ago
  60. 4a30855 Cleanup: Remove wstring methods from base::Pickle. by thestig · 9 years ago
  61. 7d1bfcc IPC::Message Refactoring: Move POSIX specific bits to PlatformFileAttachment by morrita · 9 years ago
  62. 33a3590 IPC: Generalize FileDescriptorSet to MessageAttachmentSet by morrita · 10 years ago
  63. c9f0ad0 Remove deprecated methods from Pickle. by avi · 10 years ago
  64. fadd1f2 Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of https://codereview.chromium.org/818833004/) by avi · 10 years ago
  65. dcc95fa Remove deprecated methods from Pickle. by Avi Drissman · 10 years ago
  66. ab20725 IPC: Get rid of FileDescriptor usage from FileDescriptorSet and Message by morrita · 10 years ago
  67. 150a849 Fixes for re-enabling more MSVC level 4 warnings: misc edition #2 by pkasting@chromium.org · 10 years ago
  68. 9e469f6 Convert Media Galleries to use base::File by rvargas@chromium.org · 11 years ago
  69. 4f87d8f Update uses of UTF conversions in courgette/, device/, extensions/, google_apis/, gpu/, ipc/, media/, net/ to use the base:: namespace. by avi@chromium.org · 11 years ago
  70. 5b04085 Move more uses of string16 to specify base:: by brettw@chromium.org · 11 years ago
  71. dd413b4 Optimize ParamTraits<float> and ParamTraits<double> by piman@chromium.org · 11 years ago
  72. 09eb95f Add support for marshalling unsigned char in IPC. by tsepez@chromium.org · 11 years ago
  73. 78a7e7b Use a direct include of time headers in courgette/, crypto/, dbus/, device/, google_apis/, gpu/, ipc/, jingle/. by avi@chromium.org · 11 years ago
  74. 3228519 Add base namespace to more values in sync and elsewhere. by brettw@chromium.org · 11 years ago
  75. ccffb7d Make net and ipc explicitly use the base namespace for Values. by brettw@chromium.org · 11 years ago
  76. d817965 Move nullable_string16.h to the string subdirectory. by avi@chromium.org · 11 years ago
  77. cc7a273 Revert 205889 "Revert 205775 "Revert 205772 "Revert "Revert 2054..." by jochen@chromium.org · 11 years ago
  78. b1c0d3a Revert 205775 "Revert 205772 "Revert "Revert 205443 "headless wi..." by jochen@chromium.org · 11 years ago
  79. 9c5bc78 Revert 205772 "Revert "Revert 205443 "headless windows content_s..." by jochen@chromium.org · 11 years ago
  80. 1ca0c80 Revert "Revert 205443 "headless windows content_shell"" by jochen@chromium.org · 11 years ago
  81. e7eaf39 Use a direct include of strings headers in ipc/, jingle/, media/. by avi@chromium.org · 11 years ago
  82. 6453554 Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/, media/, ppapi/, printing/, remoting/, rlz/, skia/, sql/, sync/, third_party/, tools/, webkit/, win8/. by avi@chromium.org · 11 years ago
  83. 22e9398 Proudly fixing funny indents since 1969 by groby@chromium.org · 11 years ago
  84. 1708581 Fix libcxx build. by eugenis@chromium.org · 11 years ago
  85. 6b4dc5e [Cleanup] Remove StringPrintf from global namespace by groby@chromium.org · 11 years ago
  86. fb87c34 Add IPC handling for INVALID_HANDLE_VALUE on Win64 builds by jschuh@chromium.org · 11 years ago
  87. 59eef1f Move file_path.h to base/files. by brettw@chromium.org · 11 years ago
  88. 22b3fda Rename FilePath -> base::FilePath in various toplevel directories by brettw@chromium.org · 11 years ago
  89. 4ef57d9 ipc: Do not use Value::Create* functions. by tfarina@chromium.org · 11 years ago
  90. 51127b9 Don't allow '\0' characters in FilePath. by aedla@chromium.org · 12 years ago
  91. a2fbefc Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside of chrome/browser. by pneubeck@chromium.org · 12 years ago
  92. 2d83ff4 Validate that paths don't contain embedded NULLs at deserialization. by cevans@chromium.org · 12 years ago
  93. c3ad051 Remove IPC::MessageIterator. by viettrungluu@chromium.org · 12 years ago
  94. b9ee7d6 Verify lfFaceName is NUL terminated in IPC deserializer. by jschuh@chromium.org · 12 years ago
  95. 6639c18 LogData.message_name not marshalled across logging IPCs. by tsepez@chromium.org · 12 years ago
  96. a8ca4fd Correct const accessors in base/values.(h|cc), Part II (ListValue) by vabr@chromium.org · 12 years ago
  97. 7456243 Correct const accessors in base/values.(h|cc) by vabr@chromium.org · 12 years ago
  98. 88de387 Fixed several CHECKED_RETURN defects in ipc message utils cc by orenb@chromium.org · 12 years ago
  99. f48910a Make the serialization of IPC::Messages inside other IPC::Messages independent by brettw@chromium.org · 12 years ago
  100. ce352e5 This groups the ParamTraits into different categories and orders the .cc file the same. It makes all non-trivial Read/Write calls non-inline. by brettw@chromium.org · 12 years ago