summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
...
* move from content/browser: UDevLinux -> device/udev; DeviceMonitorUdev -> med...mcasas2016-02-114-0/+161
* webusb: Reject the promise if the device is already open.reillyg2016-02-113-6/+21
* Fix -Wreorder warning after https://codereview.chromium.org/1681853003/Nico Weber2016-02-111-3/+3
* Remove //device/devices_app.reillyg2016-02-1032-586/+88
* Add BluetoothRemoteGattServiceWin to BluetoothDeviceWingogerald2016-02-1021-166/+469
* Rename ConnectToService to ConnectToInterface()ben2016-02-101-1/+1
* gn: make device/battery build on embedded linuxmostynb2016-02-101-1/+1
* [mojo] Delete third_party/mojorockot2016-02-1011-23/+23
* Add path open errors from the permission broker to the device log.reillyg2016-02-106-27/+78
* Rename Connection::AddService/ConnectToService to Connection::AddInterface/Ge...ben2016-02-091-2/+2
* Fix chromium-style errors after https://codereview.chromium.org/1676073002/Nico Weber2016-02-092-0/+20
* Implement BluetoothLowEnergyWrapperFake for Bluetooth test fixturegogerald2016-02-097-15/+344
* Fix Clang -Wreorder error in bluetooth_task_manager_win.ccHans Wennborg2016-02-081-2/+2
* Implement fake Bluetooth adapter for BluetoothTest.ConstructFakeAdaptergogerald2016-02-088-39/+126
* bluetooth: android: Fix a couple of crashes when adapter is turned on/off.perja2016-02-087-23/+207
* Rename ApplicationDelegate to ShellClient.ben2016-02-075-13/+13
* Extract shell methods from ApplicationImpl into a base class, and pass this t...ben2016-02-073-14/+16
* ConfigureIncomingConnection -> AcceptConnectionben2016-02-062-4/+2
* Refactor bluetooth_task_manager_win to prepare for new Bluetooth test fixturegogerald2016-02-0510-22/+278
* Make UsbDeviceHandle::ReleaseInterface asynchronous.reillyg2016-02-047-30/+73
* Add a GN target to build the USB gadget Python package.reillyg2016-02-041-0/+1
* Move gn _run target generation into test(). (RELAND)jbudorick2016-02-031-9/+0
* Refactor bluetooth_low_energy_win to prepare for new Bluetooth test fixturegogerald2016-02-037-50/+175
* IPC::Message -> base::Picklerockot2016-02-032-4/+7
* Revert of Move gn _run target generation into test(). (patchset #1 id:1 of ht...dpranke2016-02-031-0/+9
* Move gn _run target generation into test().jbudorick2016-02-031-9/+0
* bluetooth: Actually disconnect in Chrome OSortuno2016-02-033-11/+4
* Reland of Update device/usb and its Mojo interface for variable size ISO pack...reillyg2016-02-0210-240/+455
* Add service attribute handle and service device path to BLE Gatt service infogogerald2016-02-024-24/+142
* Call BluetoothGatt#close() after disconnectingtommyt2016-02-026-2/+54
* Revert of Update device/usb and its Mojo interface for variable size ISO pack...zhaoqin2016-02-0210-455/+240
* Update device/usb and its Mojo interface for variable size ISO packets.reillyg2016-02-0210-240/+455
* Move USB string descriptor reading out of usb_service_impl.cc.reillyg2016-01-304-99/+199
* Add Bluetooth class diagram documentation references to README files.scheib2016-01-291-0/+5
* Update webusb_descriptors.cc to parse the new WebUSB descriptors.reillyg2016-01-299-507/+618
* allocator cleanup: remove dependencies on allocator from all targetsprimiano2016-01-281-9/+0
* bluetooth: README.md fixes for gitiles rendering.scheib2016-01-281-10/+8
* Remove net/base/io_buffer.h include from usb_device_handle.h.reillyg2016-01-286-2/+10
* bluetooth: README.md and Android Fakes.java documentation.scheib2016-01-282-0/+133
* Creating a CBCentralManager mock for all tests.jlebel2016-01-271-0/+8
* [device] Add setupapi.lib dependency to //device/serialrockot2016-01-272-0/+37
* Change IPEndpoint::address() to return a net::IPAddressmartijn2016-01-271-7/+5
* Add cross platform Bluetooth testing fixture for Windows.gogerald2016-01-277-7/+110
* Emit logcats from device_unittests.stip2016-01-261-0/+1
* Update URLs referencing the draft WebUSB API specification.reillyg2016-01-261-1/+1
* Don't end closing namespace comments with ;Nico Weber2016-01-251-1/+1
* bluetooth: android: Refactor notification tests.scheib2016-01-221-38/+62
* Comment device/bluetooth OWNERS who are no longer fulltime on chromium.scheib2016-01-213-4/+10
* Change mojo enums to be scoped enums in the generated C++ bindings.sammc2016-01-2113-170/+173
* Tidy up service discovery state for bluez on disconnecttommyt2016-01-212-3/+37