1. ea1be23 Update copyright headers in ipc/, ios/, infra/ by Avi Drissman · 2 years, 9 months ago
  2. c695005 Avoid base::DictionaryValue::SetInteger in /ipc by Anders Hartvoll Ruud · 2 years, 11 months ago
  3. 43eebf70 [code-health] Add ParamTraits for base::Value::{Dict,List} by Fabrice de Gans · 3 years, 3 months ago
  4. 8db5d14 Use structured bindings more: ipc/ by Peter Kasting · 3 years, 5 months ago
  5. ab909b3 ipc: Use BUILDFLAG for OS checking by Xiaohan Wang · 3 years, 5 months ago
  6. 1f42a45 ios, ipc, jingle: Replace base::Optional with absl::optional by Anton Bikineev · 4 years, 1 month ago
  7. 796cde2 Move StrongAlias and PassKey to base/types/ due to widespread value. by Peter Kasting · 4 years, 7 months ago
  8. 0291066 Make GpuMemoryBufferHandle::dxgi_handle a base::win::ScopedHandle by Robert Sesek · 5 years ago
  9. 4832b03b Fix StrongAlias (de)serialization in IPC messages. by Istiaque Ahmed · 5 years ago
  10. f2c7fa23 [ipc] Remove support for base::SharedMemoryHandle by Alex Ilin · 6 years ago
  11. ebc5273 test: Replace TYPED_TEST_CASE() with TYPED_TEST_SUITE(). by Victor Costan · 6 years ago
  12. d497eee Implement IPC::ParamTraits for PlatformSharedMemoryRegion by Alexandr Ilin · 7 years ago
  13. f4cec55 Remove ParamTraits::GetSize since it's not used anymore. by John Abd-El-Malek · 8 years ago
  14. 160eb92 Replace base::MakeUnique with std::make_unique in ipc/. by Jeremy Roman · 8 years ago
  15. fbb03dd Remove base::Value::SetStringWithoutPathExpansion by jdoerrie · 8 years ago
  16. 328810b Remove base::Value::SetDoubleWithoutPathExpansion by jdoerrie · 8 years ago
  17. 19cdc03 Remove base::Value::SetIntegerWithoutPathExpansion by jdoerrie · 8 years ago
  18. 89aa5721 Remove raw base::DictionaryValue::SetWithoutPathExpansion by jdoerrie · 8 years ago
  19. 9d6afd71 Add a size parameter to SharedMemoryHandle. by erikchen · 8 years ago
  20. ca2ec763 Improvements to uses of base::SmallMap by brettw · 8 years ago
  21. e067999a Remove base::Value::CreateNullValue by jdoerrie · 8 years ago
  22. 122c4da Remove base::StringValue by jdoerrie · 8 years ago
  23. 23972357 Remove base::FundamentalValue by jdoerrie · 8 years ago
  24. 9bf370c Remove unused parts of IPC::ChannelHandle. by sammc · 9 years ago
  25. 4a5ac60 Add base::UnguessableToken by tguilbert · 9 years ago
  26. 18573e1 Add IPC serialization support for base::Optional by bmcquade · 9 years ago
  27. 3618252 Support using a Mojo message pipe in a ChannelHandle. by amistry · 9 years ago
  28. 3e86de2a Remove ListValue::Append(new {Fundamental,String}Value(...)) pattern in //ipc by dcheng · 9 years ago
  29. 03de39b2 Convert scoped_ptr to std::unique_ptr in //ipc. by danakj · 9 years ago
  30. c7a7a76 Make IPC::ParamTraits<>GetSize work with base::Value as a result of JSON parsing. by amistry · 9 years ago
  31. 0457af10 Add message sizing to basic IPC traits and struct macros. by rockot · 9 years ago
  32. 246998d8 Switch to standard integer types in ipc/. by avi · 10 years ago
  33. 10a5c06 ipc: Convert int types from basictypes.h to the ones from stdint.h by tfarina · 10 years ago
  34. 1edf97f9 Add ipc ParamTraits for StackVector by miletus · 10 years ago
  35. bd4d711 Change most uses of Pickle to base::Pickle by brettw · 10 years ago
  36. 753bb25 Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330 by [email protected] · 12 years ago
  37. 9ea0ecd Remove unused IPC::Message priority. by [email protected] · 12 years ago
  38. 5799981 Move file_path.h to base/files. by [email protected] · 12 years ago
  39. 14062da ipc: Wrap unit test into IPC namespace. by [email protected] · 12 years ago
  40. 6d4b67a Rename FilePath -> base::FilePath in various toplevel directories by [email protected] · 12 years ago
  41. aeae59f Don't allow '\0' characters in FilePath. by [email protected] · 12 years ago
  42. 2a3aa7b5 Move IPC tests into anonymous namespaces. by [email protected] · 12 years ago
  43. 10cbaf0 Validate that paths don't contain embedded NULLs at deserialization. by [email protected] · 12 years ago
  44. 34d4861 Make the serialization of IPC::Messages inside other IPC::Messages independent by [email protected] · 13 years ago