- e98d214 DanglingPointer: annotate for unittests base+linux [1/N] by Arthur Sonzogni · 1 year, 5 months ago
- eb021cd Manual raw_ptr rewrite: //ipc by Ho Cheung · 1 year, 6 months ago
- 76c48cc Revert "Remove base/mac/scoped_dispatch_object.h" by Nina Satragno · 1 year, 6 months ago
- c22cb79 Remove base/mac/scoped_dispatch_object.h by Avi Drissman · 1 year, 6 months ago
- 67e9e6e8 Convert FuzzerClientListener::last_message_ to unique_ptr<> by Tom Sepez · 1 year, 7 months ago
- 93b5e8e Convert PendingSyncMsg::done_event to std::unique_ptr<> by Tom Sepez · 1 year, 7 months ago
- 5535407 Convert PendingSyncMessage::deserializer to std::unique_ptr<> by Tom Sepez · 1 year, 7 months ago
- ef8e7cd Rework base new/delete in ipc_sync_channel.cc by Tom Sepez · 1 year, 7 months ago
- b7f23c4 Remove DanglingUntriaged from PendingSyncMsg by Tom Sepez · 1 year, 7 months ago
- 4475e0a [ios] Enable building of ipc_unittests and event_unittests by Dave Tapuska · 1 year, 7 months ago
- 2b0ea1fb Rewrite ChannelProxy::outgoing_message_filter_ to raw_ptr by Keishi Hattori · 1 year, 7 months ago
- 7fe63cb Additional raw_ptr rewrites for linux by Keishi Hattori · 1 year, 7 months ago
- 525a014 Use thread_local: ipc/ by Peter Kasting · 1 year, 8 months ago
- c537f85d Making pickle friendly to base::span by Claudio DeSouza · 1 year, 8 months ago
- dd70bafb MojoIpcz: Enable by default for most platforms by Ken Rockot · 1 year, 9 months ago
- ae8b22d [ios] Separate the test sink into a separate library by Dave Tapuska · 1 year, 9 months ago
- e61641f Enable explicit conversion checks for base::span sizes. by Will Harris · 1 year, 9 months ago
- d854cdd [ios] Build `ipc` target when `use_blink` is enabled by Antonio Gomes · 1 year, 9 months ago
- 739f5748 Adapt missing //content, //services, //t_p/blink to GN use_blink flag by Antonio Gomes · 1 year, 9 months ago
- 3ff421c1 IPC: Fix flaky IPC unit test by Dominic Farolino · 1 year, 9 months ago
- d2a736f Remove base::Value::Type::DICTIONARY by Avi Drissman · 1 year, 9 months ago
- 228be95 Rename UnguessableToken Deserialize2 to Deserialize by Andrew Williams · 1 year, 9 months ago
- c07db02 Use new UnguessableToken::Deserialize method in most places by Andrew Williams · 1 year, 10 months ago
- 834fd1c Add RAW_PTR_EXCLUSION to files in ipc/ media/ by Keishi Hattori · 1 year, 10 months ago
- cac43f2 Update header includes for /base/functional in /h* and /i* by Avi Drissman · 1 year, 10 months ago
- e2e26eb Add more IPC security reviewers. by Daniel Cheng · 1 year, 10 months ago
- e672a66 task posting v3: remove includes of runner handles and IWYU task runners by Sean Maher · 1 year, 10 months ago
- 866245b Base: Fix improper usage of the base::Thread API by Dominic Farolino · 1 year, 10 months ago
- ff2ca67b DanglingPtr: Enforce receivers to have MayBeDangling<T> argument by Paul Semel · 1 year, 11 months ago
- a542ae12 ipc: Fix compile error when using IPC_MESSAGE_HANDLER_WITH_PARAM_DELAY_REPLY by Xinchao Tian · 1 year, 11 months ago
- 7308d4b Mojo: Remove MessageQuotaChecker by Ken Rockot · 1 year, 11 months ago
- b4ee00a Remove DictionaryValue IPC code. by Matt Menke · 1 year, 11 months ago
- a4faabc Clean up the sandbox::Seatbelt API a little. by Robert Sesek · 1 year, 11 months ago
- 9594a64 DanglingPtr: Mark all of them as untriaged [11/N] by Ali Hijazi · 1 year, 11 months ago
- 120b4b0 Mojo: Fix potential UAF in IPC Channel by Ken Rockot · 2 years ago
- 0714db6 Fix a typo. by Alex Kallam · 2 years ago
- 2bf6f29 [UnsafeDanglingUntriaged] ipc/ipc_mojo_bootstrap.cc by Ari Chivukula · 2 years ago
- c1b0023 [BRP] Apply raw_ptr rewriter by Keishi Hattori · 2 years ago
- 5b9af51f task posting v3: moving away from ThreadTaskRunnerHandle by Sean Maher · 2 years ago
- 961e904 DanglingPtr: Mark all of them as untriaged [8/N] by Ali Hijazi · 2 years ago
- 52fa5a7 task posting v3: moving away from SequencedTaskRunnerHandle by Sean Maher · 2 years ago
- 5517919 Rewrite T& into raw_ref<T> under multiple directories [1] by Ali Hijazi · 2 years ago
- b6f9212 Mojo: Disable sync call interrupts in the browser by Ken Rockot · 2 years ago
- 51b3c4fd Convert std::copy() to base::ranges::copy(). by Peter Kasting · 2 years ago
- bc4f6be6 Fix LAST_RESORT_SUGGESTION annotations in //ipc/SECURITY_OWNERS. by Daniel Cheng · 2 years, 1 month ago
- 6ab371d Remove support for sending base::ListValue via IPC messages. by Lei Zhang · 2 years, 1 month ago
- b0ce484 [Reland] DanglingPtr: fix dangling ptr for UnretainedWrapper by Paul Semel · 2 years, 1 month ago
- 5489885 Remove ChromotingMsgStart enum constant. by Tom Sepez · 2 years, 1 month ago
- cfa0a258 Revert "DanglingPtr: fix dangling ptr for UnretainedWrapper" by Andrew Grieve · 2 years, 1 month ago
- 21c70d1 DanglingPtr: fix dangling ptr for UnretainedWrapper by Paul Semel · 2 years, 1 month ago
- 25a1353 Remove unused includes of base/task/task_runner_util.h by Sean Maher · 2 years, 2 months ago
- ea1be23 Update copyright headers in ipc/, ios/, infra/ by Avi Drissman · 2 years, 2 months ago
- 1e598fa DanglingPtr: triage dangling ptrs by Ali Hijazi · 2 years, 2 months ago
- f9df0180 mojo-ipcz: Implement driver API by Ken Rockot · 2 years, 3 months ago
- 6558fd0f Remove mojo/public/cpp/system/core.h. by Lei Zhang · 2 years, 3 months ago
- 698b2ae ipcz: Prepare ipcz tests for custom drivers by Ken Rockot · 2 years, 3 months ago
- 7064abb Fixes to make prevent_unsafe_narrowing for ui/views build on trybots. by Peter Kasting · 2 years, 3 months ago
- d61f19c MojoHandle -> uintptr_t by Ken Rockot · 2 years, 3 months ago
- c695005 Avoid base::DictionaryValue::SetInteger in /ipc by Anders Hartvoll Ruud · 2 years, 3 months ago
- ed2126e Disable the -Wmax-tokens experiment by Hans Wennborg · 2 years, 3 months ago
- 4b919bd ipcz: Handle spontaneous route disconnection by Ken Rockot · 2 years, 4 months ago
- 28b51cf Reland: Prevent unsafe narrowing: base/ by Peter Kasting · 2 years, 4 months ago
- d13a4ea Revert "Prevent unsafe narrowing: base/" by Jeroen Dhollander · 2 years, 4 months ago
- 5d4fcae17 Prevent unsafe narrowing: base/ by Peter Kasting · 2 years, 4 months ago
- 8d84786 ipcz: Implement multiprocess tests by Ken Rockot · 2 years, 5 months ago
- f4c66071 Preferentially suggest chrome-ipc-reviews@google.com for IPC reviews. by Daniel Cheng · 2 years, 5 months ago
- dff201a Make macOS shared memory implementation work on iOS as well by Ali Juma · 2 years, 5 months ago
- 213598b Remove kerrnel from security owners files. by Greg Kerr · 2 years, 6 months ago
- 83953a7 [CodeHealth] Remove uses of ListValue::Append in /ipc. by David Bertoni · 2 years, 6 months ago
- 7b798b75 Fix for C++20 support. by Peter Kasting · 2 years, 6 months ago
- 41b5a8f Use absl::monostate where applicable. by Peter Kasting · 2 years, 6 months ago
- 38677e7c Move Mojo and IPC protobuf support to separate targets by David Benjamin · 2 years, 7 months ago
- 890225e6 ipcz: Build adaptation for Chromium vs standalone by Ken Rockot · 2 years, 7 months ago
- 43eebf70 [code-health] Add ParamTraits for base::Value::{Dict,List} by Fabrice de Gans · 2 years, 7 months ago
- 494bf1e5 [base] Undo erroneous IWYU of time.h in presence of base::Thread by Gabriel Charette · 2 years, 7 months ago
- d87f10f [base] IWYU for base::Time by Gabriel Charette · 2 years, 7 months ago
- 1dcf647 [base] IWYU for Callback by Gabriel Charette · 2 years, 7 months ago
- 527f0ce9 Add missing includes of thread_task_runner_handle.h by David Sanders · 2 years, 8 months ago
- dc8250f Add missing includes of //base/notreached.h (1/N) by David Sanders · 2 years, 8 months ago
- 7d49d635 Migrate base::{size,empty,data} to STL equivalents in //ipc. by Daniel Cheng · 2 years, 8 months ago
- 3cf5d1db [ipc] Enable more ipc_tests for Fuchsia by Fabrice de Gans · 2 years, 8 months ago
- 24027abc [tracing] Merge ScopedIpcHash and mojo Receive message events. by Alexander Timin · 2 years, 9 months ago
- 05134282 Convert GuestView's remaining legacy IPC messages to Mojo by Kevin McNee · 2 years, 9 months ago
- 5e4f41f [fuchsia] Make CFv2 the default for tests. by Greg Thompson · 2 years, 9 months ago
- 93a45b6 Revert "[fuchsia] Revert unit tests back to v1 Components" by Greg Thompson · 2 years, 9 months ago
- 354945d Migrate base::Value::GetList() to base::Value::GetListDeprecated(): 1/N. by Daniel Cheng · 2 years, 9 months ago
- 7bf70b3 Remove uses of Value::Equal by Ghazale Hosseinabadi · 2 years, 9 months ago
- 4611979 [fuchsia] Revert unit tests back to v1 Components by David Dorwin · 2 years, 9 months ago
- f31d7d2 [fuchsia] Migrate some tests to CFv2. by Greg Thompson · 2 years, 9 months ago
- 48a3208 Remove ignore_result.h by Avi Drissman · 2 years, 9 months ago
- 5226db7 Clean up includes in ipc/ipc_message_utils.h. by Lei Zhang · 2 years, 10 months ago
- 8db5d14 Use structured bindings more: ipc/ by Peter Kasting · 2 years, 10 months ago
- 53a51163 ipc: Use BUILDFLAG for OS checking by Xiaohan Wang · 2 years, 10 months ago
- 7395b2c [code health] Replace base::DictionaryValue::Iterator by Weiliang Chen · 2 years, 10 months ago
- e618e80 Convert WARN_UNUSED_RESULT to [[nodiscard]] in //ipc. by Daniel Cheng · 2 years, 10 months ago
- ab909b3 ipc: Use BUILDFLAG for OS checking by Xiaohan Wang · 2 years, 10 months ago
- f2560ca0 Remove NonSFI mode part 15. by Hidehiko Abe · 2 years, 10 months ago
- 02bb108 Use [[maybe_unused]] in the old IPC macros by Avi Drissman · 2 years, 10 months ago
- 0b0eab7 Remove std::bitset code from ipc/ipc_message_utils.h. by Lei Zhang · 2 years, 10 months ago
- 6084aa79 Clean up unneeded small_map.h references. by Lei Zhang · 2 years, 10 months ago