summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
* device/bluetooth:Implement BluetoothMediaEndpointServiceProvider delegate and...mcchou2015-02-183-77/+372
* Obj-C 2.0 allows to declare ivars in @implementation section.dvh2015-02-131-5/+5
* Revert of device: Add GN version of the device_unittests target. (patchset #1...fgorski2015-02-122-126/+10
* device: Add GN version of the device_unittests target.tfarina2015-02-122-10/+126
* Added bluetooth LE support on Mac platformdvh2015-02-127-0/+632
* Use the JS stash client from the JS serial service.sammc2015-02-101-1/+1
* Fix crash on second failed connect to a paired devicejamuraa2015-02-094-20/+52
* Revert of Added bluetooth LE support on Mac platform (patchset #13 id:340001 ...ccameron2015-02-077-630/+0
* Added bluetooth LE support on Mac platformdvh2015-02-077-0/+630
* chromeos/dbus: Update Bluetooth GATT API clients to upstream definitionarmansito2015-02-067-104/+83
* Update {virtual,override,final} to follow C++11 style in device.Daniel Cheng2015-02-061-1/+1
* Add a UsbService::Observer function for cleanup actions.reillyg2015-02-062-0/+8
* Adding instrumentation to locate the source of jankiness.Peter Kasting2015-02-051-1/+2
* Remove Client= from device/serial/data_stream.mojom.sammc2015-02-0521-318/+237
* Revert of Remove Client= from device/serial/data_stream.mojom. (patchset #1 i...sammc2015-02-0421-161/+91
* device/bluetooth:Implement Register() for BluetoothAudioSinkChromeOS.mcchou2015-02-037-51/+377
* Remove Client= from device/serial/data_stream.mojom.sammc2015-02-0321-91/+161
* Manage profiles in BluetoothAdapter on ChromeOSjamuraa2015-01-3012-164/+837
* bluetooth: Provide more device attributes in requestDevice reply.scheib2015-01-301-1/+2
* Revert of Manage profiles in BluetoothAdapter on ChromeOS (patchset #5 id:800...perkj2015-01-3012-833/+164
* Manage profiles in BluetoothAdapter on ChromeOSjamuraa2015-01-3012-164/+833
* device: Add armansito@ to OWNERS.Arman Uguray2015-01-291-0/+1
* Set serial connection parameters immediately on connect.reillyg2015-01-2810-159/+230
* Remove iterator typedefs for USB descriptor types.reillyg2015-01-231-4/+0
* Include Mojo SDK/EDK via fully-qualified paths in Chromium code.blundell2015-01-2316-22/+22
* Changes for Windows GN build, fixes in device/bluetooth.vchigrin2015-01-231-0/+4
* Fix Android USB debugging through DevTools.reillyg2015-01-231-2/+7
* device/bluetooth: Add BluetoothAudioSinkChromeOS.mcchou2015-01-224-0/+318
* Add browser tests for USB device add/remove events.reillyg2015-01-226-148/+198
* device/bluetooth: BluetoothAudioSink: Rename ERRORCODE_* to ERROR_armansito2015-01-214-6/+6
* GN: Add -Wl,-z defs on linux and fix errorsjamesr2015-01-211-0/+2
* Enable find-missing-symbols-at-link-time for chromeos builds too.Nico Weber2015-01-202-1/+5
* bluetooth: Use BluetoothAdapter in BluetoothDispatcherHost.scheib2015-01-203-3/+3
* Move //mojo/{public, edk} underneath //third_partyblundell2015-01-198-21/+21
* Added API to BluetoothDevice to be able to access service data informationdvh2015-01-172-2/+57
* bluetooth: Shutdown BluetoothAdapter before DBus on ChromeOS.scheib2015-01-179-14/+182
* Update {virtual,override,final} to follow C++11 style in device.dcheng2015-01-1618-347/+297
* device/bluetooth: Add RegisterAudioSink method to Bluetooth adapter.mcchou2015-01-1510-20/+95
* Include raw HID report descriptor in HID device info.reillyg2015-01-1316-536/+598
* Mark UsbServiceImpl::UIThreadHelper as final.reillyg2015-01-131-1/+2
* Rename HidServiceLinux and HidConnectionLinux helper classes.reillyg2015-01-124-23/+27
* UsbDeviceHandleImpl must hold a scoped_refptr to UsbDeviceImpl.reillyg2015-01-102-4/+4
* Convert HidDeviceInfo from a struct to a refcounted class.reillyg2015-01-0920-236/+287
* Add support for sending a USB SET_CONFIGURATION request.reillyg2015-01-088-124/+134
* Stop using [Client=...] feature of Mojom for BatteryMonitordarin2015-01-085-25/+74
* bluetooth: BluetoothAdapterDeleter used to control BluetoothAdapter destruction.scheib2015-01-0810-2/+49
* Use DeviceMonitorWin to observe "UsbDevice" class devices.reillyg2015-01-081-1/+68
* Add GetConnectionInfo function for BluetoothDevice, replacing the existingtengs2015-01-0712-180/+160
* Add onDeviceAdded and onDeviceRemoved events to chrome.usb.reillyg2015-01-073-11/+18
* Add browser_tests to the GN build.brettw2015-01-072-4/+2