index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
device
/
hid
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang/win: Fix warnings to prepare for building without -Wno-reorder.
sammc
2015-07-02
1
-2
/
+2
*
Replace more ObserverList with base::ObserverList.
brettw
2015-06-03
3
-3
/
+3
*
Add constructors for IOBuffer that take the buffer length as a size_t.
eroman
2015-05-27
1
-2
/
+5
*
Add HID support to DevicePermissionsManager and DevicePermissionsPrompt.
reillyg
2015-05-05
2
-1
/
+18
*
Update {virtual,override} to follow C++11 style in device.
nick
2015-04-23
3
-18
/
+17
*
Move device/usb classes from the FILE thread to UI thread.
reillyg
2015-04-16
2
-33
/
+14
*
Pass reference to matching dictionary in device::HidServiceMac::Connect.
reillyg
2015-04-13
1
-2
/
+10
*
Detect devices with WinUSB.sys loaded before triggering enumeration.
reillyg
2015-04-03
2
-4
/
+8
*
Guard hid_service_win.h include with OS_WIN.
gunsch
2015-03-31
1
-1
/
+1
*
Switch HidDeviceId from IORegistry path to IORegistry entry ID.
reillyg
2015-03-23
4
-18
/
+34
*
Created fakes for HID-detection screen testing. Initial browsertest added.
merkulova
2015-03-02
6
-9
/
+76
*
Split bug 418183 into separate bugs for each janky piece and remove the
pkasting
2015-02-28
1
-6
/
+0
*
Log device/hid messages to chrome://device-log.
reillyg
2015-02-24
10
-56
/
+84
*
Add more targets to GN check.
brettw
2015-02-20
1
-0
/
+3
*
Pad HID output reports on Windows to the maximum output report size.
reillyg
2015-02-20
2
-2
/
+19
*
Revert of Add more targets to "gn check" (patchset #3 id:40001 of https://cod...
rdevlin.cronin
2015-02-20
1
-3
/
+0
*
Add more targets to "gn check"
brettw
2015-02-19
1
-0
/
+3
*
Enumerate HID devices asynchronously on Windows.
reillyg
2015-02-19
3
-15
/
+74
*
Adding instrumentation to locate the source of jankiness.
Peter Kasting
2015-02-05
1
-1
/
+2
*
Include raw HID report descriptor in HID device info.
reillyg
2015-01-13
15
-536
/
+596
*
Rename HidServiceLinux and HidConnectionLinux helper classes.
reillyg
2015-01-12
4
-23
/
+27
*
Convert HidDeviceInfo from a struct to a refcounted class.
reillyg
2015-01-09
20
-236
/
+287
*
Create DeviceMonitorWin to manage device change notifications.
reillyg
2015-01-06
6
-96
/
+34
*
Standardize usage of virtual/override/final specifiers in device/.
dcheng
2014-12-22
2
-4
/
+2
*
Catch HID read errors on Linux and stop listening.
reillyg
2014-12-18
1
-3
/
+8
*
Catch failure to capture collection information from IOHIDDevice.
reillyg
2014-12-16
1
-9
/
+22
*
Enable USB gadget tests on OS X.
reillyg
2014-12-13
1
-5
/
+31
*
Fix remaining WeakPtrFactory ordering problems in preparation for turning on ...
dmichael
2014-12-12
1
-1
/
+1
*
Fix a race in the creation of HidConnectionLinux::Helper.
reillyg
2014-12-11
2
-27
/
+24
*
Return result from HidService::GetDevices asynchronously.
reillyg
2014-12-09
7
-75
/
+106
*
Drop unused base/tuple.h inclusion
tzik
2014-12-09
1
-1
/
+0
*
Register for HID device notifications on Windows.
reillyg
2014-12-06
4
-177
/
+139
*
Add basic observer support to devices::HidService.
reillyg
2014-12-05
2
-1
/
+23
*
Fix HID device remove events on Linux.
reillyg
2014-12-04
1
-2
/
+2
*
Migrate HidServiceWin and HidConnectionWin to BrowserThread::UI.
reillyg
2014-12-04
1
-1
/
+0
*
Migrate HidServiceLinux and HidConnectionLinux to BrowserThread::UI.
reillyg
2014-12-04
9
-284
/
+490
*
gn format // (the rest, except mojo)
scottmg
2014-12-03
1
-3
/
+1
*
Check for failure to create an IOHIDDevice object.
reillyg
2014-11-24
1
-0
/
+11
*
Linux: Dynamically load libudev.
thestig
2014-11-22
4
-9
/
+3
*
Add API tests for the chrome.hid API.
reillyg
2014-10-30
2
-1
/
+10
*
Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...
vadimt
2014-10-29
1
-5
/
+4
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-29
8
-32
/
+31
*
Cleanup: Merge device/udev_linux/udev.{cc,h} into device/udev_linux/scoped_ud...
thestig
2014-10-24
2
-3
/
+3
*
Standardize usage of virtual/override/final in device/
dcheng
2014-10-22
3
-17
/
+16
*
[gcc 4.x] Fix the build failure due to -Werror=char-subscripts
vivek.vg
2014-10-20
1
-2
/
+2
*
Fix type truncation warnings in HID code.
pkasting
2014-10-18
8
-37
/
+44
*
Convert the few remaining ARRAYSIZE_UNSAFE -> arraysize.
viettrungluu
2014-10-17
1
-5
/
+5
*
Open HID connections asynchronously.
reillyg
2014-10-16
8
-99
/
+165
*
Read HID report descriptor from sysfs and request permission on connect.
reillyg
2014-10-11
3
-82
/
+96
*
Use IOService enumeration instead of IOHIDManager in HidServiceMac.
reillyg
2014-10-09
12
-262
/
+282
[next]