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
*
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
*
Mark gtest and gmock as testonly in GN.
Brett Wilson
2014-09-08
1
-0
/
+1
*
Fix a crash in SerialIoHandler.
sammc
2014-09-08
1
-6
/
+7
*
Make the device::HidService destructor protected.
reillyg
2014-09-06
3
-11
/
+11
*
Move tools/usb_gadget.gyp to tools/usb_gadget/usb_gadget.gyp.
reillyg
2014-09-06
1
-1
/
+1
*
Move system.* family of APIs to extensions/
thiago.santos
2014-09-05
1
-0
/
+1
*
Fix HidService lifetime issues
rockot
2014-09-05
8
-18
/
+59
*
Random fixes for scoped_refptr operator T* removal.
dcheng
2014-09-05
1
-8
/
+8
*
Hook up resources to the chrome GN build.
Brett Wilson
2014-09-04
1
-1
/
+0
*
USB interrupt and bulk transfer tests using an echo gadget.
reillyg
2014-09-04
4
-4
/
+171
*
Fixups in components/ for scoped_refptr operator T* removal.
dcheng
2014-09-04
2
-3
/
+6
*
Merge components/usb_service into device/usb.
reillyg
2014-09-04
30
-27
/
+2727
*
Add more generic filters to the chrome.hid.getDevices API.
reillyg
2014-08-29
6
-0
/
+253
*
Remove BrowserThread dependency from usb_service.
reillyg
2014-08-29
5
-1
/
+110
*
Remove implicit conversions from scoped_refptr to T* in device/
dcheng
2014-08-28
10
-14
/
+14
*
Revert of Adding Select Action Bar Unit test case for input (patchset #3 of h...
Albert J. Wong
2014-08-28
4
-50
/
+10
*
Fix HidService lifetime issues.
rockot
2014-08-27
4
-10
/
+50
*
Implement the host side of serial connection I/O on data pipe.
sammc
2014-08-27
11
-115
/
+347
*
Part 3: Merged FakedDBusThreadManager with DBusThreadManager.
zelidrag
2014-08-27
4
-29
/
+28
*
Don't pass buffers to HidConnection::Read because it knows the size.
reillyg
2014-08-26
9
-405
/
+403
*
Mojom: Blanket change to mark all pointer/handle fields as nullable.
yzshen
2014-08-26
2
-9
/
+9
*
Store HID report sizes as uint16_t.
reillyg
2014-08-24
4
-22
/
+22
*
Find HID report IDs in output and feature reports on Windows.
reillyg@chromium.org
2014-08-22
2
-43
/
+89
*
[EasyUnlock] Add a private API for establishing an insecure Bluetooth connect...
isherman@chromium.org
2014-08-22
4
-1
/
+37
*
Mojo: Add PlatformSupport argument to mojo::embedder::Init().
viettrungluu@chromium.org
2014-08-20
1
-2
/
+2
*
Mojom cpp bindings: Enable non-nullable check.
yzshen@chromium.org
2014-08-20
1
-3
/
+3
*
Add data pipe wrappers to be used to implement serial send.
sammc@chromium.org
2014-08-19
9
-0
/
+1256
*
Make udev target disappear on linux when use_udev==0
spang@chromium.org
2014-08-18
2
-1
/
+9
*
device/bluetooth: Release |adapter_| in BluetoothSocketChromeOS::Close.
armansito@chromium.org
2014-08-18
1
-0
/
+9
*
Fix HID input report sizes on Windows for devices without report IDs.
reillyg@chromium.org
2014-08-18
6
-15
/
+22
*
Fix Bluetooth Classic device polling issue.
rpaquay@chromium.org
2014-08-16
2
-6
/
+44
[next]