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
*
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
*
Move mojo edk into mojo/edk
James Robinson
2014-10-03
2
-2
/
+2
*
Add unit testing for org.bluez.Error.* translation
jamuraa
2014-10-02
1
-7
/
+71
*
An internal tool shows that the task created by ObjectWatcher::DoneWaiting is...
sergeyu
2014-10-01
1
-0
/
+6
*
First part of errors coming up from the dbus API
jamuraa
2014-10-01
8
-26
/
+135
*
[Clean-up] Prune unnecessary dependencies from //device/bluetooth.
isherman
2014-09-29
3
-9
/
+0
*
Remove implicit HANDLE conversions from device.
rvargas
2014-09-29
3
-20
/
+21
*
Use USE_UDEV instead of OS_LINUX when trying to use Udev functionality
dnicoara
2014-09-26
2
-7
/
+7
*
Move string descriptor getters from UsbDeviceHandle to UsbDevice.
reillyg
2014-09-25
11
-220
/
+309
*
Add serialization support to the JS DataSender and DataReceiver.
sammc
2014-09-25
3
-1
/
+58
*
Replace forward_dependent_configs with public_deps
Brett Wilson
2014-09-23
1
-2
/
+1
*
Remove implicit conversions from scoped_refptr to T* in device/
dcheng
2014-09-19
2
-2
/
+2
*
Add a service to track devices selected by the user.
reillyg
2014-09-19
5
-75
/
+113
*
[Easy Unlock] Move the existing Bluetooth utility code into the component.
isherman
2014-09-18
1
-0
/
+3
*
Remove ikarienator from OWNERS files.
thestig
2014-09-17
1
-1
/
+1
*
Remove implicit conversions from scoped_refptr to T* in device
dcheng
2014-09-15
3
-15
/
+15
*
Do not open or close IOHIDManager's IOHIDDeviceRefs.
reillyg
2014-09-13
2
-9
/
+23
*
Reland: Convert device::UsbConfigDescriptor and friends to structs.
reillyg
2014-09-13
15
-591
/
+341
*
Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/
thestig
2014-09-13
1
-1
/
+1
*
Revert of Convert device::UsbConfigDescriptor and friends to structs. (patchs...
weitaosu
2014-09-12
15
-339
/
+591
*
Convert device::UsbConfigDescriptor and friends to structs.
reillyg
2014-09-12
15
-591
/
+339
*
Make some fields non-nullable in serial.mojom and data_stream.mojom.
sammc
2014-09-11
4
-14
/
+13
*
Grant ownership of device things to reillyg
rockot
2014-09-10
1
-0
/
+1
[next]