summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
* Updating XTBs based on .GRDs from branch masterKrishna Govind2015-08-1752-208/+780
* Fix bounds checks in USB string parsing and add more tests.reillyg2015-08-159-23/+186
* Vibration API: convert implementation to java mojo-service.leon.han2015-08-1410-239/+87
* Devices app: Update interfaces, fix threads, add configsrockot2015-08-128-50/+51
* Remove DCHECK that all removed USB devices must have been enumerated.juncai2015-08-121-1/+0
* Remove remaining legacy SplitString calls.brettw2015-08-121-2/+2
* Rename device_bluetooth_strings to bluetooth_strings.newt2015-08-1157-180/+180
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-112-2/+2
* bluetooth: mac: Add VLOGs to diagnose device discovery failures.scheib2015-08-112-6/+22
* Remove "delete this" pattern from UsbContext completely.reillyg2015-08-102-15/+11
* ApplicationImpl cleanup, part 1:ben2015-08-101-1/+1
* Fix UAF on libusb threadrockot2015-08-101-1/+2
* Allow a UsbServiceImpl to be created if libusb_init fails.reillyg2015-08-083-29/+25
* Initialize active_configuration_ to be nullptr.juncai2015-08-072-2/+2
* Fix non-working battery status manager on Linux.jbauch2015-08-071-0/+1
* Corrected the key used on |advertisement_data| inkrstnmnlsn2015-08-062-6/+14
* Update DeviceImpl::GetDeviceInfo functionjuncai2015-08-063-13/+9
* Try to read BOS and WebUSB descriptors from USB devices.reillyg2015-08-064-101/+302
* 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