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
*
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
*
Add chrome.usbPrivate API for use by USB device WEBUI.
reillyg@chromium.org
2014-08-14
1
-3
/
+16
*
Added switch that let us 'un-stub' certain dbus clients.
zelidrag@chromium.org
2014-08-14
1
-1
/
+4
*
Add data pipe wrappers to be used to implement serial receive.
sammc@chromium.org
2014-08-11
11
-0
/
+1165
*
Ignore double cancels of serial reads and writes.
sammc@chromium.org
2014-08-11
1
-2
/
+2
*
Remove redundant mapping of net errors to strings.
mmenke@chromium.org
2014-08-07
1
-1
/
+1
*
extensions: Add GN version of extensions_shell_and_test_pak and unittests tar...
tfarina@chromium.org
2014-08-07
1
-0
/
+53
*
usb_gadget: Switch to official Google product IDs.
reillyg@chromium.org
2014-08-05
1
-5
/
+5
*
Media Galleries: Omit ById in various method names, since all operations are ...
thestig@chromium.org
2014-08-05
4
-44
/
+42
*
[usb_gadget p13] Replace LUFA with UsbTestGadget in HidConnection tests.
reillyg@chromium.org
2014-08-04
3
-73
/
+80
*
Convert SerialIoHandler to use buffer interfaces for I/O API methods.
sammc@chromium.org
2014-08-04
10
-67
/
+101
*
[usb_gadget p12] Basic tests of usb_service using the USB test gadget.
reillyg@chromium.org
2014-08-01
3
-0
/
+55
*
Media Galleries: Change Linux MTP implementation to handle large directory li...
thestig@chromium.org
2014-07-31
4
-80
/
+213
*
Improve processing of Bluetooth device discovery on Windows.
rpaquay@chromium.org
2014-07-31
12
-260
/
+640
*
Delay assigning socket member to avoid DCHECK in destructor.
rpaquay@chromium.org
2014-07-31
1
-2
/
+4
*
Extract mojo_base.gyp from mojo.gyp
morrita@chromium.org
2014-07-30
2
-4
/
+4
*
HID: fix missing has_report_id for Windows
jracle@logitech.com
2014-07-30
1
-0
/
+1
*
Implement chrome.serial.getDevices() on top of the Mojo serial service.
sammc@chromium.org
2014-07-30
2
-11
/
+24
*
[usb_gadget p11] C++ test gadget bindings.
reillyg@chromium.org
2014-07-30
4
-0
/
+589
*
device/bluetooth: Move GATT observer methods to BluetoothAdapter::Observer.
armansito@chromium.org
2014-07-30
17
-415
/
+405
*
Revert 286199 "Implement chrome.serial.getDevices() on top of th..."
mpearson@chromium.org
2014-07-29
2
-23
/
+11
*
Implement chrome.serial.getDevices() on top of the Mojo serial service.
sammc@chromium.org
2014-07-29
2
-11
/
+23
*
Revert 286122 "Implement chrome.serial.getDevices() on top of th..."
serya@chromium.org
2014-07-29
2
-25
/
+8
*
Implement chrome.serial.getDevices() on top of the Mojo serial service.
sammc@chromium.org
2014-07-29
2
-8
/
+25
*
hid: Remove size from receive APIs and return report ID separately.
reillyg@chromium.org
2014-07-28
12
-52
/
+82
*
Fix memory leak in HidServiceTest.Create from r285774
tapted@chromium.org
2014-07-28
1
-1
/
+3
*
Support permission_broker for chrome.hid devices.
rockot@chromium.org
2014-07-26
9
-72
/
+99
*
Re-enable various MSVC warnings.
pkasting@chromium.org
2014-07-26
1
-1
/
+1
*
Mojo: Use InterfaceFactory<Interface> for service registration
jamesr@chromium.org
2014-07-24
4
-10
/
+0
*
hid: Linux expects the report ID in the output report buffer.
reillyg@chromium.org
2014-07-23
1
-5
/
+8
*
bluetoothLowEnergy: Send onServiceAdded after all characteristics are discovered
armansito@chromium.org
2014-07-23
6
-49
/
+77
*
Encode all grit outputs in .gn files
brettw@chromium.org
2014-07-23
1
-0
/
+57
[next]