summaryrefslogtreecommitdiff
path: root/ipc/ipc_test_base.h
AgeCommit message (Expand)Author
2020-06-05Mojo EDK -> Core: content, ipc, servicesKen Rockot
2020-06-05Remove the MessageLoop::DestructionObserver from mojo bindings.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-05Plumb explicit IPC task runner through to IPC::Channel creationrockot
2020-06-05IPC: Fix attachment brokering race condition.erikchen
2020-06-05Convert scoped_ptr to std::unique_ptr in //ipc.danakj
2020-06-05Change IPC::ChannelMojo to use associated interfaces.sammc
2020-06-05Switch to standard integer types in ipc/.avi
2020-06-05ipc: Write end-to-end tests for SharedMemoryHandle brokering on Mac.erikchen
2020-06-04ipc: Remove basictypes.h includes.tfarina
2020-06-04ipc: Add attachment broker code for the privileged browser process.erikchen
2020-06-04Fix ipc_mojo_perftests which has been broken since last Mojo rollmorrita
2020-06-04Make ChannelMojoHost::ChannelDelegate a RefContedThreadSafemorrita
2020-06-04MultiProcessTest: Update SpawnChild* to return a Process.rvargas
2020-06-04Standardize usage of virtual/override/final specifiers in ipc/.dcheng
2020-06-04replace OVERRIDE and FINAL with override and final in ipc/mostynb
2020-06-04IPC::ChannelMojo: Introduce IPC::MojoBootstrap for Windowsmorrita
2020-06-04Add ipc_mojo_perftestsmorrita
2020-06-04Fix a DCHECK violation in ipc_perftestsyzshen
2020-06-04ipc/ fixups for scoped_refptr operator T* removal.dcheng
2020-06-04Add ChannelProxy benchmark to ipc_perftests.morrita
2020-06-04Introduce ChannelMojomorrita@chromium.org
2020-06-04Update include paths in ipc for base/process changes.rsesek@chromium.org
2020-06-04Move MessageLoop to base namespace.brettw@chromium.org
2020-06-04Refactor (many) IPC tests, notably most of the multiprocess tests.viettrungluu@chromium.org
2020-06-04Make ipc_tests file structure a little saner and add an ipc_perftests target.viettrungluu@chromium.org