summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
* Add utilities to parse WebUSB device descriptors.reillyg2015-08-056-0/+794
* Add ClearHalt function to UsbDeviceHandlejuncai2015-08-057-2/+53
* Add function to get all the UsbConfigDescriptor for the devicejuncai2015-08-0511-77/+128
* Enabled 2 device tests to run on OS X (> 10.10) and adjusted androidkrstnmnlsn2015-08-034-19/+31
* Modified BluetoothTestMac to support device discovery tests.krstnmnlsn2015-07-3112-44/+282
* Revert of Bringing 4 more BluetoothTest.* unit tests to Mac (patchset #6 id:1...dmurph2015-07-3112-280/+44
* Modified BluetoothTestMac to support device discovery tests.krstnmnlsn2015-07-3112-44/+280
* Add code to detect new added ReceiveError on Linux.juncai2015-07-305-3/+1182
* Move JNI annotations to annotations package.aurimas2015-07-305-9/+9
* Add palmer as a security reviewer for .mojom files.palmer2015-07-301-0/+1
* Revert of ApplicationImpl cleanup, part 1: (patchset #4 id:60001 of https://c...dzhioev2015-07-301-1/+1
* ApplicationImpl cleanup, part 1:ben2015-07-301-1/+1
* Remove interface_impl.h and error_handler.h usage from chromiumben2015-07-291-1/+0
* Make use of '// static' consistent.ajose2015-07-282-2/+2
* clang/win: Fix most -Wunused-function warnings in Chromium code.thakis2015-07-281-14/+0
* Add more isolate/swarming support for GN builds.dpranke2015-07-271-0/+9
* Fix custom baudrates on Linux and support more on OS X.reillyg2015-07-241-40/+58
* bluetooth: android: Remove unused Adapter members: address_, name_.scheib2015-07-211-3/+0
* Adding class BluetoothTestMac so that the ConstructDefaultAdapter,krstnmnlsn2015-07-2112-47/+169
* Move CBCentralManager from the Discovery Manager to Adapterkrstnmnlsn2015-07-219-102/+168
* Add code to detect new added ReceiveError on Windowsjuncai2015-07-171-9/+21
* Low energy devices are now inserted into the adapter's |devices_| list whenkrstnmnlsn2015-07-172-7/+91
* Using a truncated SHA256 hash to deterministically map CBPeripheral identifierskrstnmnlsn2015-07-1711-29/+209
* Conditionally disable bthledef.h workaroundbrucedawson2015-07-161-1/+8
* Fix BLE register Dbus interactions.rkc2015-07-151-14/+36
* Added runtime checks to BluetoothLowEnergyDeviceMac andkrstnmnlsn2015-07-156-93/+51
* Add more ReceiveError enumsjuncai2015-07-151-0/+5
* Make default bluetooth adaptor name more robust w.r.t. CrOS device type.jdufault2015-07-151-8/+18
* bluetooth: android: Initial BluetoothDeviceAndroid implementation.scheib2015-07-1416-17/+736
* bluetooth: android: Strings included in Chrome build.scheib2015-07-133-64/+70
* bluetooth: android: Initial Low Energy Discovery Sessions.scheib2015-07-138-10/+480
* Use permission_broker's OpenPath method to open serial ports.reillyg2015-07-135-69/+64
* Convert usages of mojo::ErrorHandler in //device to callbacks.leon.han2015-07-115-34/+10
* Use permission_broker's OpenPath method to open HID devices.reillyg2015-07-102-44/+65
* Remove fallback when requesting a single USB interface.reillyg2015-07-104-48/+0
* Replace base::str[n]casecmp with helper functions.brettw2015-07-101-3/+2
* Revert of bluetooth: android: Initial Low Energy Discovery Sessions. (patchse...scheib2015-07-098-480/+10
* bluetooth: android: Initial Low Energy Discovery Sessions.scheib2015-07-088-10/+480
* Fixed all unused-variable Clang warnings on Windows.mgiuca2015-07-082-4/+0
* Reland: Add a public cpp targets for devices_approckot2015-07-0810-26/+141
* Recreated class BluetoothDeviceMac, now as an interface for bothkrstnmnlsn2015-07-079-15/+71
* 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
* Add test for UsbDeviceHandle::SetInterfaceAlternateSetting.reillyg2015-07-061-2/+30
* Fix some clang warnings with -Wmissing-braces in device.dcheng2015-07-061-1/+1
* clang/win: Fix warnings to prepare for building without -Wno-reorder.sammc2015-07-022-5/+5
* Refactoring BluetoothDeviceMac to be namedkrstnmnlsn2015-06-309-83/+87
* Isolate device_unittests.reillyg2015-06-302-0/+48
* bluetooth: android: Refactor tests, wrappers, and fakes.scheib2015-06-3020-259/+387