summaryrefslogtreecommitdiffstats
path: root/device/serial/serial_service_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Remove mojo::InterfaceImpl from device/serial.sammc2015-05-201-6/+8
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in device module.pranay.kumar2015-04-281-6/+7
* Remove Client= from device/serial/data_stream.mojom.sammc2015-02-051-5/+7
* Revert of Remove Client= from device/serial/data_stream.mojom. (patchset #1 i...sammc2015-02-041-8/+5
* Remove Client= from device/serial/data_stream.mojom.sammc2015-02-031-5/+8
* Include Mojo SDK/EDK via fully-qualified paths in Chromium code.blundell2015-01-231-1/+1
* Standardize usage of virtual/override/final in device/dcheng2014-10-221-9/+9
* Implement permission_broker for serial devices.jorgelo2014-10-201-0/+2
* replace OVERRIDE and FINAL with override and final in device/mostynb2014-10-061-2/+2
* Implement the host side of serial connection I/O on data pipe.sammc2014-08-271-4/+4
* Mojo: Use InterfaceFactory<Interface> for service registrationjamesr@chromium.org2014-07-241-1/+0
* Add a partial Mojo serial connection interface and implementation.sammc@chromium.org2014-07-211-2/+21
* Add a basic Mojo SerialService that implements GetDevices().sammc@chromium.org2014-07-091-0/+37