summaryrefslogtreecommitdiff
path: root/ipc/sync_socket_unittest.cc
AgeCommit message (Expand)Author
2020-06-05Run clang-tidy modernize-use-equals-{delete,default} on //ipcChris Watkins
2020-06-05Mass replace MessageLoop::Quit*() with RunLoop::QuitCurrent*Deprecated().Gabriel Charette
2020-06-05Add missing IWYU message_loop.h includes.gab
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-05Plumb explicit IPC task runner through to IPC::Channel creationrockot
2020-06-05Remove calls to deprecated MessageLoop methods in ipc.fdoray
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-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-04ipc: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil
2020-06-04MultiProcessTest: Update SpawnChild* to return a Process.rvargas
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-04replace OVERRIDE and FINAL with override and final in ipc/mostynb
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-04Update include paths in ipc for base/process changes.rsesek@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
2020-06-04More IPC test header cleanup.viettrungluu@chromium.org
2020-06-04Move IPC tests into anonymous namespaces.viettrungluu@chromium.org
2020-06-04Make ipc_tests file structure a little saner and add an ipc_perftests target.viettrungluu@chromium.org
2020-06-04Switch to TimeDelta interfaces for process waiting functions in net and ipc.tedvessenes@gmail.com
2020-06-04Remove Message::Sender and Channel::Listener typedefs.brettw@chromium.org
2020-06-04Make GlobalDescriptors::MaybeGet return -1 when the key is not found.jcivelli@chromium.org
2020-06-04Revert revert 132842xians@chromium.org
2020-06-04Revert 132842 - If we are using blocking write, when the renderer stop gettin...thestig@chromium.org
2020-06-04If we are using blocking write, when the renderer stop getting the data witho...xians@chromium.org
2020-06-04Implement support for a cancelable SyncSocket.tommi@chromium.org
2020-06-04Add support for exporting IPC messages from component DLLs.darin@chromium.org
2020-06-04More POSIX support for Chromium, consisting mostly of broadening ifdefs. Thistony@chromium.org
2020-06-04Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com
2020-06-04Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org
2020-06-04Add support for sockets that can listen and accept a connection.dmaclach@chromium.org
2020-06-04Revert 69694 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org
2020-06-04Add support for sockets that can listen and accept a connection.dmaclach@chromium.org
2020-06-04Revert 69690 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org
2020-06-04Add support for sockets that can listen and accept a connection.dmaclach@chromium.org