summaryrefslogtreecommitdiffstats
path: root/device/serial
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename Get to GetProxysky2014-10-062-7/+7
* Add serialization support to the JS serial connection client.sammc2014-10-043-0/+35
* Revert of Add serialization support to the JS serial connection client. (patc...sammc2014-10-043-35/+0
* Add serialization support to the JS serial connection client.sammc2014-10-043-0/+35
* mojom: Change array syntax from uint8[] to array<uint8>.erg2014-10-031-1/+1
* Add serialization support to the JS DataSender and DataReceiver.sammc2014-09-253-1/+58
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/thestig2014-09-131-1/+1
* Make some fields non-nullable in serial.mojom and data_stream.mojom.sammc2014-09-114-14/+13
* Fix a crash in SerialIoHandler.sammc2014-09-081-6/+7
* 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