summaryrefslogtreecommitdiffstats
path: root/device/devices_app/usb/device_manager_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove //device/devices_app.reillyg2016-02-101-228/+0
* Convert Pass()→std::move() in //devicedcheng2015-12-271-10/+12
* Switch to standard integer types in device/.avi2015-12-221-0/+2
* Move third_party/mojo/src/mojo/public to mojo/publicrockot2015-11-131-2/+2
* Reland of Provide the DeviceManager service to the renderer directly, no app....finnur2015-10-051-110/+29
* Revert of Provide the DeviceManager service to the renderer directly, no app....finnur2015-10-051-29/+110
* Provide the DeviceManager service to the renderer directly, no app.reillyg2015-10-031-110/+29
* Add configuration and interface permission checks to DeviceImpl.reillyg2015-09-291-1/+3
* Move device opening from DeviceManager to Device.reillyg2015-09-211-86/+22
* Use complete USB DeviceInfo Mojo object to make permission decisions.reillyg2015-09-161-11/+46
* Pass full Mojo USB DeviceInfo object with removal notifications.reillyg2015-09-151-87/+74
* Convert DeviceManagerDelegate to PermissionProvider mojo interface.reillyg2015-09-091-62/+119
* Add WillDestroyUsbService method to UsbService::Observer interface.reillyg2015-09-091-0/+2
* Add GetDeviceChanges method to Mojo USB device manager interface.reillyg2015-08-271-0/+126
* Connect WebUSB client interface to the devices approckot2015-08-211-1/+1
* Devices app: Update interfaces, fix threads, add configsrockot2015-08-121-28/+28
* Add function to get all the UsbConfigDescriptor for the devicejuncai2015-08-051-1/+1
* Convert usages of mojo::ErrorHandler in //device to callbacks.leon.han2015-07-111-2/+3
* Reland: Introduce the devices Mojo approckot2015-06-111-0/+159