summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
* Convert uint8/uint16 to uint8_t/uint16_t in //device/usb.reillyg2015-09-2416-132/+125
* bluetooth: android: Rename ScanCallbackImpl to ForwardScanCallbackToWrapper.scheib2015-09-231-10/+11
* bluetooth: android: Rename FakeBluetoothLeScanner.mCallback to mScanCallback.scheib2015-09-231-11/+11
* bluetooth: android: Implement CreateGattConnection.scheib2015-09-2314-33/+778
* bluetooth: android: Update to new logging tag style, 'cr_Bluetooth'.scheib2015-09-232-2/+2
* Cleanup: Pass std::string as const reference from device/ki.stfu2015-09-231-1/+1
* Implement getConfiguration in WebUSBDeviceImpl.reillyg2015-09-222-4/+4
* Move device opening from DeviceManager to Device.reillyg2015-09-218-210/+222
* bluetooth: windows: Reorder bluetooth_device_win.cc to match .h method ordering.scheib2015-09-211-110/+105
* bluetooth: Remove unused MockBluetoothDevice::StartConnectionMonitor.scheib2015-09-211-4/+0
* bluetooth: Create base class BluetoothDevice::CreateGattConnection impl.scheib2015-09-2118-36/+272
* Use UintToString() for unsigned values.ricea2015-09-181-2/+2
* Add chrome.usb.getConfigurations function.reillyg2015-09-182-0/+21
* Fix threading issues in UsbDeviceHandleImpl.dgozman2015-09-181-14/+40
* Convert between endpoint number and endpoint address in DeviceImpl.reillyg2015-09-172-12/+16
* bluetooth: Add adapter to BluetoothDevicescheib2015-09-1622-61/+85
* bluetooth: Remove callback from BluetoothGattConnection::Disconnectscheib2015-09-165-19/+11
* Shift URLRequestContextStorage over to taking scoped_ptrs.rdsmith2015-09-161-2/+1
* Use complete USB DeviceInfo Mojo object to make permission decisions.reillyg2015-09-164-16/+57
* Pass full Mojo USB DeviceInfo object with removal notifications.reillyg2015-09-154-97/+88
* Match against all configurations in UsbDeviceFilter.reillyg2015-09-154-35/+24
* Add WebUSB descriptors to Mojo USB device info.reillyg2015-09-154-0/+85
* Extracts more information from serial devices on Maccharliea2015-09-101-30/+133
* Move Singleton and related structs to namespace baseolli.raula2015-09-102-3/+4
* Convert DeviceManagerDelegate to PermissionProvider mojo interface.reillyg2015-09-0912-167/+191
* Add WillDestroyUsbService method to UsbService::Observer interface.reillyg2015-09-093-1/+10
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-091-1/+0
* Add webusb notification UI unit testsjuncai2015-09-092-0/+20
* Disable the standalone devices app in component buildsrockot2015-09-041-28/+30
* Trim WebUSB URL descriptors when representing only an origin.reillyg2015-09-041-9/+9
* Updating XTBs based on .GRDs from branch masterPenny MacNeil2015-09-0352-728/+832
* Remove BulkTransfer and InterruptTransfer from classjuncai2015-09-036-89/+22
* Use the BT device address as its identifier in the chooser.jyasskin2015-09-032-0/+3
* Fix C++11-illegal truncation per VS 2015brucedawson2015-09-031-1/+1
* Revert of Fix sbox_validation_tests & Make isolate_driver.py include the exec...stgao2015-09-031-0/+1
* Add generic transfer functions to device.mojomjuncai2015-09-024-160/+37
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-021-1/+0
* Exclude BatteryMonitor C++ impl files from Android build.leon.han2015-09-025-121/+128
* Add TransferFunction for BulkTransfer and InterruptTransfer functionsjuncai2015-09-017-23/+112
* Remove localhost from devices app whitelistrockot2015-09-011-7/+3
* Make UrlRequestContextBuilder take scoped_ptr's when it takes ownershippauljensen2015-09-011-3/+8
* bluetooth-advertising: Fix wrong assignment and append of wrong typeortuno2015-09-014-2/+74
* bluetooth: VLOGS improving discovery session messages.scheib2015-08-311-1/+2
* Manage HidService lifetime in DeviceClient implementations.reillyg2015-08-2812-63/+30
* Manage UsbService lifetime in DeviceClient implementations.reillyg2015-08-2815-40/+107
* Move loader stub libraries out of //build/config/linuxdpranke2015-08-281-1/+1
* Destroy HidServiceLinux::FileThreadHelper before DeviceManagerLinux.reillyg2015-08-271-1/+4
* Add GetDeviceChanges method to Mojo USB device manager interface.reillyg2015-08-274-5/+243
* Add histograms for BT discovery session failures.jyasskin2015-08-2721-200/+393
* Fix Linux HID service and connection FileThreadHelper lifetimes.reillyg2015-08-255-44/+54