summaryrefslogtreecommitdiff
path: root/ipc/ipc_channel_proxy_unittest.cc
AgeCommit message (Expand)Author
2020-06-05Re-enable a test that we suspect flaked due to message-loss.Wez
2020-06-05Add OnChannelError() handler to QuitListener rather than hang on close.Wez
2020-06-05Run clang-tidy modernize-use-equals-{delete,default} on //ipcChris Watkins
2020-06-05Make IPC listener task runner changeableHajime Hoshi
2020-06-05Switch make_scoped_refptr to MakeRefCounted.kylechar
2020-06-05Mass replace MessageLoop::Quit*() with RunLoop::QuitCurrent*Deprecated().Gabriel Charette
2020-06-05Remove utility process batch mode support and its IPCsNoel Gordon
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-05Fix some test expectations for IPC testsrockot
2020-06-05IPC::MessageFilter::OnFilterAdded: IPC::Sender -> IPC::Channelrockot
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-05ipc: Remove unnecessary attachment broker plumbing.erikchen
2020-06-04ipc: Convert int types from basictypes.h to the ones from stdint.htfarina
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-04Fix build break from strict checking of {virtual,override,final}.Daniel Cheng
2020-06-04Standardize usage of virtual/override/final specifiers in ipc/.dcheng
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-04Decouple IPC::MessageFilter from IPC::Channelmorrita@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-04Disable IPCChannelBadMessageTest.BadMessage on Windows as it's flaking on var...jam@chromium.org
2020-06-04Ensure that the disabled test doesn't run setup on xpjam@chromium.org
2020-06-04Disable IPCChannelBadMessageTest.BadMessage on XP botsjam@chromium.org
2020-06-04Add regression tests to ensure that IPC::Listener::OnBadMessageReceived is al...jam@chromium.org
2020-06-04Move IPC::MessageFilter and router to a separate filedmichael@chromium.org
2020-06-04Make IPC::ChannelProxy test check filter eventsdmichael@chromium.org
2020-06-04Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org
2020-06-04Revert "Allow MessageFilters to restrict listening to specific message classes"jdduke@chromium.org
2020-06-04Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org