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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge to M40: Catch failure to capture collection information from IOHIDDevice.
Reilly Grant
2014-12-18
1
-9
/
+22
*
Chrome OS to use RequestPathAccess instead of RequestUsbAccess.
Haixia Shi
2014-12-03
2
-3
/
+13
*
Check for failure to create an IOHIDDevice object.
Reilly Grant
2014-12-01
1
-0
/
+11
*
Fix USB remote debugging on M-40.
Reilly Grant
2014-11-25
1
-3
/
+2
*
Disable three BatteryStatusServiceTests on Windows.
benwells
2014-11-04
1
-3
/
+21
*
Update mojo sdk to rev cfc99316100efdfa7d53d83f9e07f1d4d3765c21
jamesr
2014-11-04
6
-22
/
+10
*
Update mojo sdk to rev e083961bf11fd0c94d40be8853761da529b6d444
aa
2014-10-31
4
-5
/
+5
*
Add API tests for the chrome.hid API.
reillyg
2014-10-30
2
-1
/
+10
*
Revert of Update mojo sdk to rev e083961bf11fd0c94d40be8853761da529b6d444 (pa...
binjin
2014-10-30
4
-5
/
+5
*
Update mojo sdk to rev e083961bf11fd0c94d40be8853761da529b6d444
aa
2014-10-30
4
-5
/
+5
*
Fixes the device/battery GN buildfile for ChromeOS.
mukai
2014-10-29
1
-1
/
+1
*
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
20
-106
/
+101
*
Fix typo.
bnc
2014-10-29
1
-1
/
+1
*
Save USB device manufacturer and product strings for permission messages.
reillyg
2014-10-29
1
-0
/
+3
*
Reland "Replace Chrome IPC with Mojo IPC for querying BatteryStatus service"
ppi
2014-10-28
30
-1
/
+2593
*
Change data pipe wrappers used by SerialConnection to use message pipe.
sammc
2014-10-28
11
-504
/
+384
*
Fix typos in device/bluetooth headers.
benchan
2014-10-28
12
-22
/
+23
*
Revert of Replace Chrome IPC with Mojo IPC for querying BatteryStatus service...
leviw
2014-10-27
30
-2593
/
+1
*
Replace Chrome IPC with Mojo IPC for querying BatteryStatus service
ppi
2014-10-27
30
-1
/
+2593
*
Bit shift the bmAttributes field to interpret isochronous endpoint.
reillyg
2014-10-24
1
-2
/
+2
*
Cleanup: Merge device/udev_linux/udev.{cc,h} into device/udev_linux/scoped_ud...
thestig
2014-10-24
9
-67
/
+24
*
Standardize usage of virtual/override/final in device/
dcheng
2014-10-22
32
-356
/
+304
*
Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.
dcheng
2014-10-21
1
-2
/
+2
*
Implement permission_broker for serial devices.
jorgelo
2014-10-20
10
-29
/
+123
*
[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
*
Enforce handle ownership in base::Process.
rvargas
2014-10-17
1
-2
/
+2
*
Cache important USB string descriptors all at once.
reillyg
2014-10-17
2
-81
/
+70
*
Convert the few remaining ARRAYSIZE_UNSAFE -> arraysize.
viettrungluu
2014-10-17
2
-6
/
+6
*
Open HID connections asynchronously.
reillyg
2014-10-16
8
-99
/
+165
*
[Clean up] Expose ConnectToServiceInsecurely as a BluetoothDevice API on all ...
isherman
2014-10-16
8
-14
/
+48
*
Fixes device/bluetooth / chromeos dependencies for GN.
mukai
2014-10-15
1
-1
/
+1
*
Make chrome_shell_apk build
cjhopman
2014-10-13
1
-0
/
+2
*
Update constants to MACRO_STYLE
jamuraa
2014-10-13
4
-37
/
+37
*
Read HID report descriptor from sysfs and request permission on connect.
reillyg
2014-10-11
3
-82
/
+96
*
Add //chromeos GN target.
mukai
2014-10-09
2
-2
/
+2
*
Use IOService enumeration instead of IOHIDManager in HidServiceMac.
reillyg
2014-10-09
12
-262
/
+282
*
Move mojo/edk gyp targets in to mojo/edk/mojo_edk.gyp
jamesr
2014-10-07
1
-1
/
+1
*
Define gyp targets for mojo/public/* in mojo/public/mojo_public.gyp
jamesr
2014-10-07
1
-2
/
+2
*
Add HidConnection::Close and register OS X callbacks on the UI thread.
reillyg
2014-10-07
12
-95
/
+161
*
replace OVERRIDE and FINAL with override and final in device/
mostynb
2014-10-06
71
-514
/
+514
*
Rename Get to GetProxy
sky
2014-10-06
2
-7
/
+7
*
Add serialization support to the JS serial connection client.
sammc
2014-10-04
3
-0
/
+35
*
Revert of Add serialization support to the JS serial connection client. (patc...
sammc
2014-10-04
3
-35
/
+0
*
Add serialization support to the JS serial connection client.
sammc
2014-10-04
3
-0
/
+35
*
hid: Don't interpret the report ID from incoming feature reports.
reillyg
2014-10-04
3
-6
/
+13
*
mojom: Change array syntax from uint8[] to array<uint8>.
erg
2014-10-03
1
-1
/
+1
*
Move mojo edk into mojo/edk
jamesr
2014-10-03
2
-2
/
+2
*
Revert "Move mojo edk into mojo/edk"
Trent Apted
2014-10-03
2
-2
/
+2
[next]