summaryrefslogtreecommitdiffstats
path: root/device/serial/data_source_sender.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert Pass()→std::move() in //devicedcheng2015-12-271-3/+4
* Convert all usages of mojo::ErrorHandler in //device/serial to callbacks.tanay.c2015-07-071-2/+4
* Remove Client= from device/serial/data_stream.mojom.sammc2015-02-051-5/+12
* Revert of Remove Client= from device/serial/data_stream.mojom. (patchset #1 i...sammc2015-02-041-12/+5
* Remove Client= from device/serial/data_stream.mojom.sammc2015-02-031-5/+12
* Change data pipe wrappers used by SerialConnection to use message pipe.sammc2014-10-281-75/+69
* Standardize usage of virtual/override/final in device/dcheng2014-10-221-5/+5
* replace OVERRIDE and FINAL with override and final in device/mostynb2014-10-061-4/+4
* Make some fields non-nullable in serial.mojom and data_stream.mojom.sammc2014-09-111-3/+2
* Remove implicit conversions from scoped_refptr to T* in device/dcheng2014-08-281-3/+3
* Add data pipe wrappers to be used to implement serial receive.sammc@chromium.org2014-08-111-0/+249