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
*
Corrected the key used on |advertisement_data| in
krstnmnlsn
2015-08-06
2
-6
/
+14
*
Update DeviceImpl::GetDeviceInfo function
juncai
2015-08-06
3
-13
/
+9
*
Try to read BOS and WebUSB descriptors from USB devices.
reillyg
2015-08-06
4
-101
/
+302
*
Add utilities to parse WebUSB device descriptors.
reillyg
2015-08-05
6
-0
/
+794
*
Add ClearHalt function to UsbDeviceHandle
juncai
2015-08-05
7
-2
/
+53
*
Add function to get all the UsbConfigDescriptor for the device
juncai
2015-08-05
11
-77
/
+128
*
Enabled 2 device tests to run on OS X (> 10.10) and adjusted android
krstnmnlsn
2015-08-03
4
-19
/
+31
*
Modified BluetoothTestMac to support device discovery tests.
krstnmnlsn
2015-07-31
12
-44
/
+282
*
Revert of Bringing 4 more BluetoothTest.* unit tests to Mac (patchset #6 id:1...
dmurph
2015-07-31
12
-280
/
+44
*
Modified BluetoothTestMac to support device discovery tests.
krstnmnlsn
2015-07-31
12
-44
/
+280
*
Add code to detect new added ReceiveError on Linux.
juncai
2015-07-30
5
-3
/
+1182
*
Move JNI annotations to annotations package.
aurimas
2015-07-30
5
-9
/
+9
*
Add palmer as a security reviewer for .mojom files.
palmer
2015-07-30
1
-0
/
+1
*
Revert of ApplicationImpl cleanup, part 1: (patchset #4 id:60001 of https://c...
dzhioev
2015-07-30
1
-1
/
+1
*
ApplicationImpl cleanup, part 1:
ben
2015-07-30
1
-1
/
+1
*
Remove interface_impl.h and error_handler.h usage from chromium
ben
2015-07-29
1
-1
/
+0
*
Make use of '// static' consistent.
ajose
2015-07-28
2
-2
/
+2
*
clang/win: Fix most -Wunused-function warnings in Chromium code.
thakis
2015-07-28
1
-14
/
+0
*
Add more isolate/swarming support for GN builds.
dpranke
2015-07-27
1
-0
/
+9
*
Fix custom baudrates on Linux and support more on OS X.
reillyg
2015-07-24
1
-40
/
+58
*
bluetooth: android: Remove unused Adapter members: address_, name_.
scheib
2015-07-21
1
-3
/
+0
*
Adding class BluetoothTestMac so that the ConstructDefaultAdapter,
krstnmnlsn
2015-07-21
12
-47
/
+169
*
Move CBCentralManager from the Discovery Manager to Adapter
krstnmnlsn
2015-07-21
9
-102
/
+168
*
Add code to detect new added ReceiveError on Windows
juncai
2015-07-17
1
-9
/
+21
*
Low energy devices are now inserted into the adapter's |devices_| list when
krstnmnlsn
2015-07-17
2
-7
/
+91
*
Using a truncated SHA256 hash to deterministically map CBPeripheral identifiers
krstnmnlsn
2015-07-17
11
-29
/
+209
*
Conditionally disable bthledef.h workaround
brucedawson
2015-07-16
1
-1
/
+8
*
Fix BLE register Dbus interactions.
rkc
2015-07-15
1
-14
/
+36
*
Added runtime checks to BluetoothLowEnergyDeviceMac and
krstnmnlsn
2015-07-15
6
-93
/
+51
*
Add more ReceiveError enums
juncai
2015-07-15
1
-0
/
+5
*
Make default bluetooth adaptor name more robust w.r.t. CrOS device type.
jdufault
2015-07-15
1
-8
/
+18
*
bluetooth: android: Initial BluetoothDeviceAndroid implementation.
scheib
2015-07-14
16
-17
/
+736
*
bluetooth: android: Strings included in Chrome build.
scheib
2015-07-13
3
-64
/
+70
*
bluetooth: android: Initial Low Energy Discovery Sessions.
scheib
2015-07-13
8
-10
/
+480
*
Use permission_broker's OpenPath method to open serial ports.
reillyg
2015-07-13
5
-69
/
+64
*
Convert usages of mojo::ErrorHandler in //device to callbacks.
leon.han
2015-07-11
5
-34
/
+10
*
Use permission_broker's OpenPath method to open HID devices.
reillyg
2015-07-10
2
-44
/
+65
*
Remove fallback when requesting a single USB interface.
reillyg
2015-07-10
4
-48
/
+0
*
Replace base::str[n]casecmp with helper functions.
brettw
2015-07-10
1
-3
/
+2
*
Revert of bluetooth: android: Initial Low Energy Discovery Sessions. (patchse...
scheib
2015-07-09
8
-480
/
+10
*
bluetooth: android: Initial Low Energy Discovery Sessions.
scheib
2015-07-08
8
-10
/
+480
*
Fixed all unused-variable Clang warnings on Windows.
mgiuca
2015-07-08
2
-4
/
+0
*
Reland: Add a public cpp targets for devices_app
rockot
2015-07-08
10
-26
/
+141
*
Recreated class BluetoothDeviceMac, now as an interface for both
krstnmnlsn
2015-07-07
9
-15
/
+71
*
Chrome serial device reconnect detection
juncai
2015-07-07
3
-33
/
+13
*
Convert all usages of mojo::ErrorHandler in //device/serial to callbacks.
tanay.c
2015-07-07
10
-30
/
+36
*
Move MatchPattern to its own header and the base namespace.
brettw
2015-07-06
1
-1
/
+2
*
Add test for UsbDeviceHandle::SetInterfaceAlternateSetting.
reillyg
2015-07-06
1
-2
/
+30
*
Fix some clang warnings with -Wmissing-braces in device.
dcheng
2015-07-06
1
-1
/
+1
*
clang/win: Fix warnings to prepare for building without -Wno-reorder.
sammc
2015-07-02
2
-5
/
+5
[next]