summaryrefslogtreecommitdiffstats
path: root/device/serial/serial_connection_factory.cc
Commit message (Expand)AuthorAgeFilesLines
* Change mojo enums to be scoped enums in the generated C++ bindings.sammc2016-01-211-6/+6
* Convert Pass()→std::move() in //devicedcheng2015-12-271-10/+12
* Switch to standard integer types in device/.avi2015-12-221-0/+1
* Fix cross-thread InterfacePtr passing in device/serial.sammc2015-10-071-3/+4
* Remove mojo::InterfaceImpl from device/serial.sammc2015-05-201-4/+2
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in device module.pranay.kumar2015-04-281-3/+3
* Remove Client= from device/serial/data_stream.mojom.sammc2015-02-051-11/+14
* Revert of Remove Client= from device/serial/data_stream.mojom. (patchset #1 i...sammc2015-02-041-19/+11
* Remove Client= from device/serial/data_stream.mojom.sammc2015-02-031-11/+19
* Set serial connection parameters immediately on connect.reillyg2015-01-281-7/+8
* 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-7/+23
* Add a partial Mojo serial connection interface and implementation.sammc@chromium.org2014-07-211-0/+114