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