summaryrefslogtreecommitdiffstats
path: root/device/hid/hid_connection_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move device/usb classes from the FILE thread to UI thread.reillyg2015-04-161-29/+8
* Convert HidDeviceInfo from a struct to a refcounted class.reillyg2015-01-091-7/+8
* Enable USB gadget tests on OS X.reillyg2014-12-131-5/+31
* Return result from HidService::GetDevices asynchronously.reillyg2014-12-091-34/+51
* Migrate HidServiceLinux and HidConnectionLinux to BrowserThread::UI.reillyg2014-12-041-3/+1
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-291-1/+1
* [gcc 4.x] Fix the build failure due to -Werror=char-subscriptsvivek.vg2014-10-201-2/+2
* Fix type truncation warnings in HID code.pkasting2014-10-181-4/+5
* Open HID connections asynchronously.reillyg2014-10-161-9/+36
* Use IOService enumeration instead of IOHIDManager in HidServiceMac.reillyg2014-10-091-1/+3
* Add HidConnection::Close and register OS X callbacks on the UI thread.reillyg2014-10-071-0/+2
* replace OVERRIDE and FINAL with override and final in device/mostynb2014-10-061-1/+1
* Move string descriptor getters from UsbDeviceHandle to UsbDevice.reillyg2014-09-251-1/+1
* Make the device::HidService destructor protected.reillyg2014-09-061-3/+2
* Fix HidService lifetime issuesrockot2014-09-051-1/+2
* Remove implicit conversions from scoped_refptr to T* in device/dcheng2014-08-281-1/+1
* Revert of Adding Select Action Bar Unit test case for input (patchset #3 of h...Albert J. Wong2014-08-281-2/+1
* Fix HidService lifetime issues.rockot2014-08-271-1/+2
* Don't pass buffers to HidConnection::Read because it knows the size.reillyg2014-08-261-16/+37
* [usb_gadget p13] Replace LUFA with UsbTestGadget in HidConnection tests.reillyg@chromium.org2014-08-041-73/+78
* Support permission_broker for chrome.hid devices.rockot@chromium.org2014-07-261-1/+1
* Clean up HID backend and API.rockot@chromium.org2014-02-271-13/+11
* HID backend.rockot@chromium.org2014-01-311-0/+130
* Revert 247926 "HID backend"nkostylev@chromium.org2014-01-301-139/+0
* HID backendikarienator@chromium.org2014-01-301-0/+139