summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
* Move base::FreeDeleter into its own header.dcheng2016-03-261-0/+1
* WebUsb Android chooser UIjuncai2016-03-252-1/+30
* bluetooth: Test & make StartNotifySession reentrant.scheib2016-03-257-29/+150
* bluetooth: Refactor GetDescriptorForUUID to GetDescriptorsForUUID.scheib2016-03-258-65/+102
* Track USB endpoint state in Blink.lkgrreillyg2016-03-241-1/+1
* Set interface_number in USB to Mojo type converter.reillyg2016-03-231-0/+1
* Fix IPC loop in DeviceManager::GetDeviceChanges.reillyg2016-03-232-5/+19
* Simplifying Objective-Cjlebel2016-03-234-88/+101
* Add bluetooth BLE devices as TYPE_BLUETOOTHjosephsih2016-03-231-2/+9
* Add GetUUIDs to device::BluetoothAdapter for BlueZsmbarber2016-03-2214-0/+91
* Replace -[IOBluetoothL2CAPChannel getDevice] with -[IOBluetoothL2CAPChannel d...erikchen2016-03-171-2/+2
* Track USB device configuration state in Blink.reillyg2016-03-1510-16/+12
* bluetooth: Move StartNotifySession_Multiple adjacent to related tests.scheib2016-03-141-34/+34
* bluetooth: android: Confirm the notify session after the descriptor has been ...tommyt2016-03-1417-104/+1015
* bluetooth: android: Register JNI for BluetoothRemoteGattDescriptorAndroidscheib2016-03-141-0/+3
* Rename web_usb_permission_bubble.cc/h and webusb_permission_bubble.mojomjuncai2016-03-143-0/+21
* Implementing GATT connection/disconnect on OS X.jlebel2016-03-1417-80/+465
* Change scoped_ptr to a type alias for std::unique_ptr for OS_MACOSXdcheng2016-03-121-1/+1
* bluetooth: Clarify how StartNotifySession function worksortuno2016-03-111-0/+6
* Replace template_util.h stuff with C++11 <type_traits>tzik2016-03-101-1/+2
* Review comments from https://codereview.chromium.org/1415573014/rkc2016-03-099-78/+74
* Change scoped_ptr to a type alias for std::unique_ptr on OS_WINdcheng2016-03-081-0/+4
* Remove Mojo bindings environment.Yuzhu Shen2016-03-088-8/+0
* Convert the PermissionProvider Mojo interface to plain C++.reillyg2016-03-0414-352/+228
* Check USB device permissions with a full device::usb::DeviceInfo.reillyg2016-03-041-1/+1
* Implement read & write remote GATT characteristic value for Windowsgogerald2016-03-0311-59/+608
* Convert Pass()→std::move() on Windowsdcheng2016-03-025-23/+29
* Add missing 'override' to BluetoothRemoteGattDescriptorWin destructor.Daniel Cheng2016-03-021-1/+1
* Implement BluetoothRemoteGattCharacteristicWin::GetDescriptorsgogerald2016-03-0117-140/+648
* bluetooth: android: register for adapter on/off events followup.scheib2016-02-261-1/+2
* bluetooth: android: register for adapter on/off events.perja2016-02-2610-3/+134
* Implement BluetoothRemoteGattServiceWin and related unit testsgogerald2016-02-2619-111/+1107
* Ensure libusb_close is called from the FILE thread.reillyg2016-02-261-2/+8
* bluetooth: Check if Object Manager is supported before initializing clients o...ortuno2016-02-2620-63/+238
* Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrSet.yzshen2016-02-251-2/+2
* Revert "Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrS...yzshen2016-02-241-2/+2
* Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrSet.yzshen2016-02-241-2/+2
* device: Add out-of-line copy ctors for complex classes.vmpstr2016-02-2412-0/+36
* Determine device type via bluetooth appearance in OOBEjosephsih2016-02-2415-0/+202
* Chrome doesn't need to compile on 10.6, cleaning up the codejlebel2016-02-246-54/+30
* Add dependency between device_usb and device_usb_mojo_bindings.reillyg2016-02-201-0/+1
* Revert of Parse USB interface association descriptors. (patchset #3 id:100001...gab2016-02-144-163/+1
* Enable device_unittests on OS X trybots.reillyg2016-02-131-0/+4
* Destroy DeviceImpl when the underlying UsbDevice is disconnected.reillyg2016-02-138-7/+77
* Parse USB interface association descriptors.reillyg2016-02-134-1/+163
* Mojo C++ bindings: make Array/Map/String non-null by default.yzshen2016-02-134-6/+6
* Move two files into mojo/public/cpp/bindings.yzshen2016-02-121-1/+1
* Construct USB descriptors over explicit values.reillyg2016-02-129-118/+111
* Improve Bluetooth name in ChromeOS.xdai2016-02-121-0/+7
* usb: Make sure remaining interfaces are released on the right thread.reillyg2016-02-111-4/+10