summaryrefslogtreecommitdiffstats
path: root/device/serial
Commit message (Expand)AuthorAgeFilesLines
* Remove implicit conversions from scoped_refptr to T* in device/dcheng2014-08-287-10/+10
* Implement the host side of serial connection I/O on data pipe.sammc2014-08-2711-115/+347
* Mojom: Blanket change to mark all pointer/handle fields as nullable.yzshen2014-08-262-9/+9
* Mojom cpp bindings: Enable non-nullable check.yzshen@chromium.org2014-08-201-3/+3
* Add data pipe wrappers to be used to implement serial send.sammc@chromium.org2014-08-198-0/+1255
* Make udev target disappear on linux when use_udev==0spang@chromium.org2014-08-181-1/+6
* Add data pipe wrappers to be used to implement serial receive.sammc@chromium.org2014-08-1110-0/+1164
* Ignore double cancels of serial reads and writes.sammc@chromium.org2014-08-111-2/+2
* Convert SerialIoHandler to use buffer interfaces for I/O API methods.sammc@chromium.org2014-08-0410-67/+101
* Extract mojo_base.gyp from mojo.gypmorrita@chromium.org2014-07-301-2/+2
* Implement chrome.serial.getDevices() on top of the Mojo serial service.sammc@chromium.org2014-07-302-11/+24
* Revert 286199 "Implement chrome.serial.getDevices() on top of th..."mpearson@chromium.org2014-07-292-23/+11
* Implement chrome.serial.getDevices() on top of the Mojo serial service.sammc@chromium.org2014-07-292-11/+23
* Revert 286122 "Implement chrome.serial.getDevices() on top of th..."serya@chromium.org2014-07-292-25/+8
* Implement chrome.serial.getDevices() on top of the Mojo serial service.sammc@chromium.org2014-07-292-8/+25
* Mojo: Use InterfaceFactory<Interface> for service registrationjamesr@chromium.org2014-07-244-10/+0
* Add a partial Mojo serial connection interface and implementation.sammc@chromium.org2014-07-2119-37/+857
* Revert of Revert of Change SPACEPARITY in the Windows serial api implementati...gab@chromium.org2014-07-181-1/+1
* Revert of Change SPACEPARITY in the Windows serial api implementation to ODDP...gab@chromium.org2014-07-181-1/+1
* Change SPACEPARITY in the Windows serial api implementation to ODDPARITY.sammc@chromium.org2014-07-181-1/+1
* Mojo: Automatically prepend enum names to enum values for C++ bindings.sammc@chromium.org2014-07-161-26/+26
* Add a basic Mojo SerialService that implements GetDevices().sammc@chromium.org2014-07-098-3/+147
* Move SerialIoHandler into device/serial.sammc@chromium.org2014-07-078-0/+1319
* Convert SerialIoHandler to use Mojo types.sammc@chromium.org2014-07-028-15/+81
* Make chrome/common compile in GNbrettw@chromium.org2014-06-202-0/+38
* Convert SerialDeviceInfo to a Mojo struct.sammc@chromium.org2014-06-1811-89/+59
* Move UTF16ToASCII, remove WideToASCII.brettw@chromium.org2014-03-141-1/+2
* Use udev for serial device enumeration on Linuxrockot@chromium.org2014-02-1411-0/+425