summaryrefslogtreecommitdiffstats
path: root/device/serial/serial_connection_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert all usages of mojo::ErrorHandler in //device/serial to callbacks.tanay.c2015-07-071-5/+6
* Remove mojo::InterfaceImpl from device/serial.sammc2015-05-201-8/+7
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in device module.pranay.kumar2015-04-281-1/+1
* Remove Client= from device/serial/data_stream.mojom.sammc2015-02-051-11/+13
* Revert of Remove Client= from device/serial/data_stream.mojom. (patchset #1 i...sammc2015-02-041-17/+11
* Remove Client= from device/serial/data_stream.mojom.sammc2015-02-031-11/+17
* Include Mojo SDK/EDK via fully-qualified paths in Chromium code.blundell2015-01-231-3/+3
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-291-1/+1
* Change data pipe wrappers used by SerialConnection to use message pipe.sammc2014-10-281-1/+6
* Standardize usage of virtual/override/final in device/dcheng2014-10-221-2/+2
* replace OVERRIDE and FINAL with override and final in device/mostynb2014-10-061-3/+3
* Rename Get to GetProxysky2014-10-061-3/+3
* Remove implicit conversions from scoped_refptr to T* in device/dcheng2014-08-281-1/+1
* Implement the host side of serial connection I/O on data pipe.sammc2014-08-271-29/+175
* Add a partial Mojo serial connection interface and implementation.sammc@chromium.org2014-07-211-0/+181