summaryrefslogtreecommitdiffstats
path: root/device/serial
Commit message (Expand)AuthorAgeFilesLines
* Extracts more information from serial devices on Maccharliea2015-09-101-30/+133
* Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598rockot2015-08-243-0/+3
* Revert of Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (pa...rockot2015-08-233-3/+0
* Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598rockot2015-08-223-0/+3
* Revert of Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (pa...yosin2015-08-223-3/+0
* Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598rockot2015-08-223-0/+3
* use_udev is more accurate than is_linux for udev gn depsmostynb2015-08-181-1/+2
* Add code to detect new added ReceiveError on Linux.juncai2015-07-303-3/+1180
* Remove interface_impl.h and error_handler.h usage from chromiumben2015-07-291-1/+0
* Fix custom baudrates on Linux and support more on OS X.reillyg2015-07-241-40/+58
* Add code to detect new added ReceiveError on Windowsjuncai2015-07-171-9/+21
* Add more ReceiveError enumsjuncai2015-07-151-0/+5
* Use permission_broker's OpenPath method to open serial ports.reillyg2015-07-135-69/+64
* Chrome serial device reconnect detectionjuncai2015-07-073-33/+13
* Convert all usages of mojo::ErrorHandler in //device/serial to callbacks.tanay.c2015-07-0710-30/+36
* Move MatchPattern to its own header and the base namespace.brettw2015-07-061-1/+2
* Detect chrome serial device disconnectionjuncai2015-06-243-1/+33
* Implement break signal for serial api.limasdf2015-06-127-0/+55
* Log serial read and write errors on Windows.reillyg2015-05-211-0/+2
* Remove mojo::InterfaceImpl from device/serial.sammc2015-05-207-40/+45
* Use Linux custom baud rate selection based on struct termios2.reillyg2015-05-081-11/+29
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in device module.pranay.kumar2015-04-2812-89/+87
* Update {virtual,override} to follow C++11 style in device.nick2015-04-232-16/+16
* Add more targets to GN check.brettw2015-02-201-1/+7
* Revert of Add more targets to "gn check" (patchset #3 id:40001 of https://cod...rdevlin.cronin2015-02-201-7/+1
* Add more targets to "gn check"brettw2015-02-191-1/+7
* Use the JS stash client from the JS serial service.sammc2015-02-101-1/+1
* Remove Client= from device/serial/data_stream.mojom.sammc2015-02-0521-318/+237
* Revert of Remove Client= from device/serial/data_stream.mojom. (patchset #1 i...sammc2015-02-0421-161/+91
* Remove Client= from device/serial/data_stream.mojom.sammc2015-02-0321-91/+161
* Set serial connection parameters immediately on connect.reillyg2015-01-2810-159/+230
* Include Mojo SDK/EDK via fully-qualified paths in Chromium code.blundell2015-01-2312-18/+18
* Move //mojo/{public, edk} underneath //third_partyblundell2015-01-192-4/+4
* Add browser_tests to the GN build.brettw2015-01-072-4/+2
* Standardize usage of virtual/override/final specifiers in device/.dcheng2014-12-221-1/+1
* Move mojo gypfiles to toplevel mojorockot2014-12-161-3/+3
* Linux: Dynamically load libudev.thestig2014-11-222-5/+6
* Add missing dependencies to the GN build.blundell2014-11-211-1/+1
* Remove async_waiter in device/serial and use the copied version in mojo/public.jam2014-11-116-83/+2
* Update mojo sdk to rev cfc99316100efdfa7d53d83f9e07f1d4d3765c21jamesr2014-11-044-15/+7
* Update mojo sdk to rev e083961bf11fd0c94d40be8853761da529b6d444aa2014-10-313-4/+4
* Revert of Update mojo sdk to rev e083961bf11fd0c94d40be8853761da529b6d444 (pa...binjin2014-10-303-4/+4
* Update mojo sdk to rev e083961bf11fd0c94d40be8853761da529b6d444aa2014-10-303-4/+4
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-294-7/+7
* Change data pipe wrappers used by SerialConnection to use message pipe.sammc2014-10-2811-504/+384
* Cleanup: Merge device/udev_linux/udev.{cc,h} into device/udev_linux/scoped_ud...thestig2014-10-242-25/+3
* Standardize usage of virtual/override/final in device/dcheng2014-10-2214-85/+84
* Implement permission_broker for serial devices.jorgelo2014-10-2010-29/+123
* Define gyp targets for mojo/public/* in mojo/public/mojo_public.gypjamesr2014-10-071-2/+2
* replace OVERRIDE and FINAL with override and final in device/mostynb2014-10-0619-76/+76