summaryrefslogtreecommitdiffstats
path: root/device/serial/serial_service_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove interface_impl.h and error_handler.h usage from chromiumben2015-07-291-1/+0
* Convert all usages of mojo::ErrorHandler in //device/serial to callbacks.tanay.c2015-07-071-4/+6
* Remove mojo::InterfaceImpl from device/serial.sammc2015-05-201-8/+7
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in device module.pranay.kumar2015-04-281-1/+1
* Remove Client= from device/serial/data_stream.mojom.sammc2015-02-051-5/+5
* 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
* Set serial connection parameters immediately on connect.reillyg2015-01-281-0/+1
* Include Mojo SDK/EDK via fully-qualified paths in Chromium code.blundell2015-01-231-3/+3
* Standardize usage of virtual/override/final in device/dcheng2014-10-221-5/+5
* Implement permission_broker for serial devices.jorgelo2014-10-201-1/+1
* replace OVERRIDE and FINAL with override and final in device/mostynb2014-10-061-3/+3
* Rename Get to GetProxysky2014-10-061-4/+4
* 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-50/+42
* Add a partial Mojo serial connection interface and implementation.sammc@chromium.org2014-07-211-6/+102
* Add a basic Mojo SerialService that implements GetDevices().sammc@chromium.org2014-07-091-0/+53