1. 92a162d Remove raw base::DictionaryValue::SetWithoutPathExpansion by jdoerrie · 7 years ago
  2. d7ee410 Add a size parameter to SharedMemoryHandle. by erikchen · 7 years ago
  3. d3d9de0 Improvements to uses of base::SmallMap by brettw · 8 years ago
  4. fcdbae7 Remove base::Value::CreateNullValue by jdoerrie · 8 years ago
  5. 0d1295b Remove base::StringValue by jdoerrie · 8 years ago
  6. bfe825e Remove base::FundamentalValue by jdoerrie · 8 years ago
  7. 5aeaa8a Remove unused parts of IPC::ChannelHandle. by sammc · 8 years ago
  8. 76e690d Add base::UnguessableToken by tguilbert · 8 years ago
  9. 1175837 Add IPC serialization support for base::Optional by bmcquade · 8 years ago
  10. 70d6357 Support using a Mojo message pipe in a ChannelHandle. by amistry · 8 years ago
  11. 886319e Remove ListValue::Append(new {Fundamental,String}Value(...)) pattern in //ipc by dcheng · 8 years ago
  12. c3fb6c5 Convert scoped_ptr to std::unique_ptr in //ipc. by danakj · 8 years ago
  13. 0bab732 Make IPC::ParamTraits<>GetSize work with base::Value as a result of JSON parsing. by amistry · 9 years ago
  14. 15c8ac4 Add message sizing to basic IPC traits and struct macros. by rockot · 9 years ago
  15. 42ebda4 Switch to standard integer types in ipc/. by avi · 9 years ago
  16. 1cbfa08 ipc: Convert int types from basictypes.h to the ones from stdint.h by tfarina · 9 years ago
  17. d41fe22 Add ipc ParamTraits for StackVector by miletus · 9 years ago
  18. f314620 Change most uses of Pickle to base::Pickle by brettw · 9 years ago
  19. ab4c6bc Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330 by bbudge@chromium.org · 11 years ago
  20. fb0e031 Remove unused IPC::Message priority. by bbudge@chromium.org · 11 years ago
  21. 59eef1f Move file_path.h to base/files. by brettw@chromium.org · 12 years ago
  22. 97808a3 ipc: Wrap unit test into IPC namespace. by tfarina@chromium.org · 12 years ago
  23. 22b3fda Rename FilePath -> base::FilePath in various toplevel directories by brettw@chromium.org · 12 years ago
  24. 51127b9 Don't allow '\0' characters in FilePath. by aedla@chromium.org · 12 years ago
  25. 7ca1913 Move IPC tests into anonymous namespaces. by viettrungluu@chromium.org · 12 years ago
  26. 2d83ff4 Validate that paths don't contain embedded NULLs at deserialization. by cevans@chromium.org · 12 years ago
  27. f48910a Make the serialization of IPC::Messages inside other IPC::Messages independent by brettw@chromium.org · 12 years ago