summaryrefslogtreecommitdiffstats
path: root/device/serial/serial_service_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove mojo::InterfaceImpl from device/serial.sammc2015-05-201-8/+11
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in device module.pranay.kumar2015-04-281-16/+14
* Remove Client= from device/serial/data_stream.mojom.sammc2015-02-051-6/+5
* Revert of Remove Client= from device/serial/data_stream.mojom. (patchset #1 i...sammc2015-02-041-6/+6
* Remove Client= from device/serial/data_stream.mojom.sammc2015-02-031-6/+6
* Implement permission_broker for serial devices.jorgelo2014-10-201-5/+9
* Implement the host side of serial connection I/O on data pipe.sammc2014-08-271-9/+8
* Mojo: Use InterfaceFactory<Interface> for service registrationjamesr@chromium.org2014-07-241-4/+0
* Add a partial Mojo serial connection interface and implementation.sammc@chromium.org2014-07-211-6/+53
* Add a basic Mojo SerialService that implements GetDevices().sammc@chromium.org2014-07-091-0/+44