summaryrefslogtreecommitdiffstats
path: root/mojo/system/raw_channel_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Mojo: Make Channel::OnFatalError() less spammy.viettrungluu@chromium.org2014-06-051-15/+16
* Mojo: Fix some platform handle passing bugs and add a test.viettrungluu@chromium.org2014-05-151-6/+16
* Mojo: Factor MessageInTransit secondary buffer stuff out into a separate class.viettrungluu@chromium.org2014-05-031-1/+1
* Mojo: Handle "nested" Shutdown() in RawChannelWin.viettrungluu@chromium.org2014-04-251-21/+3
* Mojo: Add RawChannel tests for calling Shutdown() from OnReadMessage()/OnFata...viettrungluu@chromium.org2014-04-241-6/+149
* Mojo: Make Channel take a RawChannel rather than creating it.viettrungluu@chromium.org2014-04-031-41/+23
* Mojo: Move mojo/system/embedder to mojo/embedder.viettrungluu@chromium.org2014-03-191-3/+3
* Removes use of vector::datasky@chromium.org2014-03-141-4/+6
* Mojo: RawChannelPosix correctly handle the "EOF" case.viettrungluu@chromium.org2014-03-121-62/+41
* Enable mojo unittests on chromium_trybot and waterfall bots.yzshen@chromium.org2014-03-111-1/+10
* Mojo: Refactor MultiprocessMessagePipeTest to use TestIOThread.viettrungluu@chromium.org2014-03-111-52/+41
* Mojo: Replace TestWithIOThreadBase with just a helper TestIOThread class.viettrungluu@chromium.org2014-03-061-26/+27
* Implement RawChannel on Windows.yzshen@chromium.org2014-03-041-0/+591