summaryrefslogtreecommitdiffstats
path: root/device/serial/data_sink_receiver.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-1/+2
* Remove Client= from device/serial/data_stream.mojom.sammc2015-02-051-54/+53
* Revert of Remove Client= from device/serial/data_stream.mojom. (patchset #1 i...sammc2015-02-041-14/+8
* Remove Client= from device/serial/data_stream.mojom.sammc2015-02-031-8/+14
* Change data pipe wrappers used by SerialConnection to use message pipe.sammc2014-10-281-121/+100
* 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-1/+1
* Remove implicit conversions from scoped_refptr to T* in device/dcheng2014-08-281-1/+1
* Add data pipe wrappers to be used to implement serial send.sammc@chromium.org2014-08-191-0/+306