summaryrefslogtreecommitdiff
path: root/ipc/ipc_send_fds_test.cc
AgeCommit message (Expand)Author
2020-06-05Fuchsia: Include some Posix-only code paths in ipc.Fabrice de Gans-Riberi
2020-06-05Mass replace MessageLoop::Quit*() with RunLoop::QuitCurrent*Deprecated().Gabriel Charette
2020-06-05Add missing IWYU message_loop.h includes.gab
2020-06-05Remove IPC::BrokerableAttachment.sammc
2020-06-05Delete IPC::ChannelPosix, IPC::ChannelWin and IPC::AttachmentBroker.sammc
2020-06-05Change most IPC tests to use ChannelMojo.sammc
2020-06-05Revert of Change most IPC tests to use ChannelMojo. (patchset #1 id:100001 of...foolip
2020-06-05Change most IPC tests to use ChannelMojo.sammc
2020-06-05Remove unneeded thread.h includes and fix IWUU.gab
2020-06-05Suppress sandbox deprecation warnings by using the Seatbelt wrapper.kerrnel
2020-06-05Plumb explicit IPC task runner through to IPC::Channel creationrockot
2020-06-05Remove calls to deprecated MessageLoop methods in ipc.fdoray
2020-06-05Migrate WaitableEvent to enum-based constructor in ipc/gab
2020-06-05Re-land: Re-enable multi-process IPC tests on Android.amistry
2020-06-05Revert of Re-enable multi-process IPC tests on Android. (patchset #3 id:40001...mlamouri
2020-06-05Re-enable multi-process IPC tests on Android.amistry
2020-06-05Convert scoped_ptr to std::unique_ptr in //ipc.danakj
2020-06-05Wrap deprecated sandbox functions in C++ class.kerrnel
2020-06-05Suppress deprecation warnings for OS X sandbox functions.kerrnel
2020-06-05Switch to standard integer types in ipc/.avi
2020-06-05Don't use base::MessageLoop::{Quit,QuitClosure} in extensions/, ipc/ki.stfu
2020-06-05ipc: Remove unnecessary attachment broker plumbing.erikchen
2020-06-04Remove Android filter file for ipc_tests.tfarina
2020-06-04IPC: Make ChannelReader inherit from SupportsAttachmentBrokering.erikchen
2020-06-04Change most uses of Pickle to base::Picklebrettw
2020-06-04ipc: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil
2020-06-04Change kMaxDescriptorsPerMessage back to 7yusukes
2020-06-04Increase MessageAttachmentSet::kMaxDescriptorsPerMessage to 128yusukes
2020-06-04Adding "static_assert" in lieu of "COMPILE_ASSERT" in ipc moduleanujk.sharma
2020-06-04IPC: Generalize FileDescriptorSet to MessageAttachmentSetmorrita
2020-06-04Send more file descriptors in IPCSendFdsTest.DescriptorTestyusukes
2020-06-04Standardize usage of virtual/override/final in ipc/dcheng
2020-06-04Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id...dcheng
2020-06-04Standardize usage of virtual/override/final in ipc/dcheng
2020-06-04Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD.morrita
2020-06-04replace OVERRIDE and FINAL with override and final in ipc/mostynb
2020-06-04Make IPC::Channel polymorphicmorrita@chromium.org
2020-06-04Introduce IPC::Channel::Create*() to ensure it being heap-allocated.morrita@chromium.org
2020-06-04Revert 273575 "Introduce IPC::Channel::Create*() to ensure it be..."mattm@chromium.org
2020-06-04Introduce IPC::Channel::Create*() to ensure it being heap-allocated.morrita@chromium.org
2020-06-04Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org
2020-06-04Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330bbudge@chromium.org
2020-06-04Remove unused IPC::Message priority.bbudge@chromium.org
2020-06-04Alternative workaround for mac kernel bug.hubbe@chromium.org
2020-06-04Revert 227999 "Alternative workaround for mac kernel bug."benwells@chromium.org
2020-06-04Alternative workaround for mac kernel bug.hubbe@chromium.org
2020-06-04Use a direct include of the message_loop header in dbus/, device/, extensions...avi@chromium.org
2020-06-04ipc: Use base::MessageLoop.xhwang@chromium.org
2020-06-04Linux/ChromeOS Chromium style checker cleanup, ipc/ edition.rsleevi@chromium.org
2020-06-04Refactor (many) IPC tests, notably most of the multiprocess tests.viettrungluu@chromium.org