summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final in device/dcheng2014-10-2232-356/+304
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-211-2/+2
* Implement permission_broker for serial devices.jorgelo2014-10-2010-29/+123
* [gcc 4.x] Fix the build failure due to -Werror=char-subscriptsvivek.vg2014-10-201-2/+2
* Fix type truncation warnings in HID code.pkasting2014-10-188-37/+44
* Enforce handle ownership in base::Process.rvargas2014-10-171-2/+2
* Cache important USB string descriptors all at once.reillyg2014-10-172-81/+70
* Convert the few remaining ARRAYSIZE_UNSAFE -> arraysize.viettrungluu2014-10-172-6/+6
* Open HID connections asynchronously.reillyg2014-10-168-99/+165
* [Clean up] Expose ConnectToServiceInsecurely as a BluetoothDevice API on all ...isherman2014-10-168-14/+48
* Fixes device/bluetooth / chromeos dependencies for GN.mukai2014-10-151-1/+1
* Make chrome_shell_apk buildcjhopman2014-10-131-0/+2
* Update constants to MACRO_STYLEjamuraa2014-10-134-37/+37
* Read HID report descriptor from sysfs and request permission on connect.reillyg2014-10-113-82/+96
* Add //chromeos GN target.mukai2014-10-092-2/+2
* Use IOService enumeration instead of IOHIDManager in HidServiceMac.reillyg2014-10-0912-262/+282
* Move mojo/edk gyp targets in to mojo/edk/mojo_edk.gypjamesr2014-10-071-1/+1
* Define gyp targets for mojo/public/* in mojo/public/mojo_public.gypjamesr2014-10-071-2/+2
* Add HidConnection::Close and register OS X callbacks on the UI thread.reillyg2014-10-0712-95/+161
* replace OVERRIDE and FINAL with override and final in device/mostynb2014-10-0671-514/+514
* 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
* hid: Don't interpret the report ID from incoming feature reports.reillyg2014-10-043-6/+13
* mojom: Change array syntax from uint8[] to array<uint8>.erg2014-10-031-1/+1
* Move mojo edk into mojo/edkjamesr2014-10-032-2/+2
* Revert "Move mojo edk into mojo/edk"Trent Apted2014-10-032-2/+2
* Move mojo edk into mojo/edkJames Robinson2014-10-032-2/+2
* Add unit testing for org.bluez.Error.* translationjamuraa2014-10-021-7/+71
* An internal tool shows that the task created by ObjectWatcher::DoneWaiting is...sergeyu2014-10-011-0/+6
* First part of errors coming up from the dbus APIjamuraa2014-10-018-26/+135
* [Clean-up] Prune unnecessary dependencies from //device/bluetooth.isherman2014-09-293-9/+0
* Remove implicit HANDLE conversions from device.rvargas2014-09-293-20/+21
* Use USE_UDEV instead of OS_LINUX when trying to use Udev functionalitydnicoara2014-09-262-7/+7
* Move string descriptor getters from UsbDeviceHandle to UsbDevice.reillyg2014-09-2511-220/+309
* Add serialization support to the JS DataSender and DataReceiver.sammc2014-09-253-1/+58
* Replace forward_dependent_configs with public_depsBrett Wilson2014-09-231-2/+1
* Remove implicit conversions from scoped_refptr to T* in device/dcheng2014-09-192-2/+2
* Add a service to track devices selected by the user.reillyg2014-09-195-75/+113
* [Easy Unlock] Move the existing Bluetooth utility code into the component.isherman2014-09-181-0/+3
* Remove ikarienator from OWNERS files.thestig2014-09-171-1/+1
* Remove implicit conversions from scoped_refptr to T* in devicedcheng2014-09-153-15/+15
* Do not open or close IOHIDManager's IOHIDDeviceRefs.reillyg2014-09-132-9/+23
* Reland: Convert device::UsbConfigDescriptor and friends to structs.reillyg2014-09-1315-591/+341
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/thestig2014-09-131-1/+1
* Revert of Convert device::UsbConfigDescriptor and friends to structs. (patchs...weitaosu2014-09-1215-339/+591
* Convert device::UsbConfigDescriptor and friends to structs.reillyg2014-09-1215-591/+339
* Make some fields non-nullable in serial.mojom and data_stream.mojom.sammc2014-09-114-14/+13
* Grant ownership of device things to reillygrockot2014-09-101-0/+1