summaryrefslogtreecommitdiffstats
path: root/device/hid/hid_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Add HID support to DevicePermissionsManager and DevicePermissionsPrompt.reillyg2015-05-051-1/+10
* Move device/usb classes from the FILE thread to UI thread.reillyg2015-04-161-4/+6
* Guard hid_service_win.h include with OS_WIN.gunsch2015-03-311-1/+1
* Log device/hid messages to chrome://device-log.reillyg2015-02-241-0/+9
* Enumerate HID devices asynchronously on Windows.reillyg2015-02-191-1/+1
* Convert HidDeviceInfo from a struct to a refcounted class.reillyg2015-01-091-12/+20
* Create DeviceMonitorWin to manage device change notifications.reillyg2015-01-061-29/+11
* Return result from HidService::GetDevices asynchronously.reillyg2014-12-091-9/+35
* Add basic observer support to devices::HidService.reillyg2014-12-051-1/+12
* Migrate HidServiceLinux and HidConnectionLinux to BrowserThread::UI.reillyg2014-12-041-6/+3
* Add API tests for the chrome.hid API.reillyg2014-10-301-1/+8
* Standardize usage of virtual/override/final in device/dcheng2014-10-221-2/+2
* Use IOService enumeration instead of IOHIDManager in HidServiceMac.reillyg2014-10-091-7/+2
* Add HidConnection::Close and register OS X callbacks on the UI thread.reillyg2014-10-071-1/+1
* replace OVERRIDE and FINAL with override and final in device/mostynb2014-10-061-1/+1
* Make the device::HidService destructor protected.reillyg2014-09-061-6/+6
* Fix HidService lifetime issuesrockot2014-09-051-7/+37
* Revert of Adding Select Action Bar Unit test case for input (patchset #3 of h...Albert J. Wong2014-08-281-45/+6
* Fix HidService lifetime issues.rockot2014-08-271-6/+45
* Support permission_broker for chrome.hid devices.rockot@chromium.org2014-07-261-35/+15
* Remove HID devices not found during enumeration on Windows.reillyg@chromium.org2014-07-191-0/+4
* Disable compiling Udev HID implementations when use_udev==0dnicoara@chromium.org2014-06-051-2/+2
* Clean up HID backend and API.rockot@chromium.org2014-02-271-39/+32
* HID backend.rockot@chromium.org2014-01-311-0/+106
* Revert 247926 "HID backend"nkostylev@chromium.org2014-01-301-106/+0
* HID backendikarienator@chromium.org2014-01-301-0/+106