summaryrefslogtreecommitdiffstats
path: root/device/hid
Commit message (Expand)AuthorAgeFilesLines
* Move base::FreeDeleter into its own header.dcheng2016-03-261-0/+1
* Add bluetooth BLE devices as TYPE_BLUETOOTHjosephsih2016-03-231-2/+9
* Replace template_util.h stuff with C++11 <type_traits>tzik2016-03-101-1/+2
* Convert Pass()→std::move() on Windowsdcheng2016-03-022-3/+6
* device: Add out-of-line copy ctors for complex classes.vmpstr2016-02-246-0/+13
* Add path open errors from the permission broker to the device log.reillyg2016-02-102-15/+26
* Global conversion of Pass()→std::move(): CrOS editiondcheng2015-12-311-1/+1
* Convert Pass()→std::move() in //devicedcheng2015-12-273-7/+8
* Switch to standard integer types in device/.avi2015-12-2230-30/+78
* net: Extract SetNonBlocking() function from net_util.htfarina2015-12-161-3/+1
* clang/win: Let remaining chromium_code targets build with -Wextra.thakis2015-12-101-2/+1
* Create shared MockDeviceClient and MockHidService classes.reillyg2015-11-244-0/+92
* Use std::default_delete as the default deleter for scoped_ptr.dcheng2015-11-192-2/+4
* [GN] Only include udev sources in //device/hid when use_udev is true.slan2015-11-102-23/+16
* Extend base::win::ObjectWatcher to watch an event multiple times.jam2015-09-291-1/+1
* HID report descriptors not available before OS X 10.8.reillyg2015-09-281-2/+1
* Manage HidService lifetime in DeviceClient implementations.reillyg2015-08-289-55/+23
* Manage UsbService lifetime in DeviceClient implementations.reillyg2015-08-281-0/+3
* Destroy HidServiceLinux::FileThreadHelper before DeviceManagerLinux.reillyg2015-08-271-1/+4
* Fix Linux HID service and connection FileThreadHelper lifetimes.reillyg2015-08-255-44/+54
* use_udev is more accurate than is_linux for udev gn depsmostynb2015-08-181-1/+3
* Remove remaining legacy SplitString calls.brettw2015-08-121-2/+2
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-111-1/+1
* Use permission_broker's OpenPath method to open HID devices.reillyg2015-07-102-44/+65
* clang/win: Fix warnings to prepare for building without -Wno-reorder.sammc2015-07-021-2/+2
* Replace more ObserverList with base::ObserverList.brettw2015-06-033-3/+3
* Add constructors for IOBuffer that take the buffer length as a size_t.eroman2015-05-271-2/+5
* Add HID support to DevicePermissionsManager and DevicePermissionsPrompt.reillyg2015-05-052-1/+18
* Update {virtual,override} to follow C++11 style in device.nick2015-04-233-18/+17
* Move device/usb classes from the FILE thread to UI thread.reillyg2015-04-162-33/+14
* Pass reference to matching dictionary in device::HidServiceMac::Connect.reillyg2015-04-131-2/+10
* Detect devices with WinUSB.sys loaded before triggering enumeration.reillyg2015-04-032-4/+8
* Guard hid_service_win.h include with OS_WIN.gunsch2015-03-311-1/+1
* Switch HidDeviceId from IORegistry path to IORegistry entry ID.reillyg2015-03-234-18/+34
* Created fakes for HID-detection screen testing. Initial browsertest added.merkulova2015-03-026-9/+76
* Split bug 418183 into separate bugs for each janky piece and remove thepkasting2015-02-281-6/+0
* Log device/hid messages to chrome://device-log.reillyg2015-02-2410-56/+84
* Add more targets to GN check.brettw2015-02-201-0/+3
* Pad HID output reports on Windows to the maximum output report size.reillyg2015-02-202-2/+19
* Revert of Add more targets to "gn check" (patchset #3 id:40001 of https://cod...rdevlin.cronin2015-02-201-3/+0
* Add more targets to "gn check"brettw2015-02-191-0/+3
* Enumerate HID devices asynchronously on Windows.reillyg2015-02-193-15/+74
* Adding instrumentation to locate the source of jankiness.Peter Kasting2015-02-051-1/+2
* Include raw HID report descriptor in HID device info.reillyg2015-01-1315-536/+596
* Rename HidServiceLinux and HidConnectionLinux helper classes.reillyg2015-01-124-23/+27
* Convert HidDeviceInfo from a struct to a refcounted class.reillyg2015-01-0920-236/+287
* Create DeviceMonitorWin to manage device change notifications.reillyg2015-01-066-96/+34
* Standardize usage of virtual/override/final specifiers in device/.dcheng2014-12-222-4/+2
* Catch HID read errors on Linux and stop listening.reillyg2014-12-181-3/+8
* Catch failure to capture collection information from IOHIDDevice.reillyg2014-12-161-9/+22