summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_proxy_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in ipc/.avi2015-12-221-0/+3
* ipc: Remove unnecessary attachment broker plumbing.erikchen2015-09-241-1/+1
* ipc: Convert int types from basictypes.h to the ones from stdint.htfarina2015-09-041-3/+3
* Remove Android filter file for ipc_tests.tfarina2015-07-281-3/+18
* IPC: Make ChannelReader inherit from SupportsAttachmentBrokering.erikchen2015-06-161-2/+1
* ipc: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-05-121-2/+1
* Fix build break from strict checking of {virtual,override,final}.Daniel Cheng2014-12-311-7/+2
* Standardize usage of virtual/override/final specifiers in ipc/.dcheng2014-12-231-3/+3
* Standardize usage of virtual/override/final in ipc/dcheng2014-10-221-13/+13
* Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id...dcheng2014-10-211-13/+13
* Standardize usage of virtual/override/final in ipc/dcheng2014-10-211-13/+13
* replace OVERRIDE and FINAL with override and final in ipc/mostynb2014-10-071-12/+12
* Decouple IPC::MessageFilter from IPC::Channelmorrita@chromium.org2014-06-131-2/+2
* Introduce IPC::Channel::Create*() to ensure it being heap-allocated.morrita@chromium.org2014-05-301-5/+5
* Revert 273575 "Introduce IPC::Channel::Create*() to ensure it be..."mattm@chromium.org2014-05-291-5/+5
* Introduce IPC::Channel::Create*() to ensure it being heap-allocated.morrita@chromium.org2014-05-291-5/+5
* Disable IPCChannelBadMessageTest.BadMessage on Windows as it's flaking on var...jam@chromium.org2014-05-271-14/+3
* Ensure that the disabled test doesn't run setup on xpjam@chromium.org2014-05-211-0/+5
* Disable IPCChannelBadMessageTest.BadMessage on XP botsjam@chromium.org2014-05-211-0/+9
* Add regression tests to ensure that IPC::Listener::OnBadMessageReceived is al...jam@chromium.org2014-05-211-61/+184
* Move IPC::MessageFilter and router to a separate filedmichael@chromium.org2014-04-251-1/+2
* Make IPC::ChannelProxy test check filter eventsdmichael@chromium.org2014-04-231-8/+52
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-261-0/+270
* Revert "Allow MessageFilters to restrict listening to specific message classes"jdduke@chromium.org2014-02-211-270/+0
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-161-0/+270