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
*
Set interface_number in USB to Mojo type converter.
reillyg
2016-03-23
1
-0
/
+1
*
Fix IPC loop in DeviceManager::GetDeviceChanges.
reillyg
2016-03-23
2
-5
/
+19
*
Simplifying Objective-C
jlebel
2016-03-23
4
-88
/
+101
*
Add bluetooth BLE devices as TYPE_BLUETOOTH
josephsih
2016-03-23
1
-2
/
+9
*
Add GetUUIDs to device::BluetoothAdapter for BlueZ
smbarber
2016-03-22
14
-0
/
+91
*
Replace -[IOBluetoothL2CAPChannel getDevice] with -[IOBluetoothL2CAPChannel d...
erikchen
2016-03-17
1
-2
/
+2
*
Track USB device configuration state in Blink.
reillyg
2016-03-15
10
-16
/
+12
*
bluetooth: Move StartNotifySession_Multiple adjacent to related tests.
scheib
2016-03-14
1
-34
/
+34
*
bluetooth: android: Confirm the notify session after the descriptor has been ...
tommyt
2016-03-14
17
-104
/
+1015
*
bluetooth: android: Register JNI for BluetoothRemoteGattDescriptorAndroid
scheib
2016-03-14
1
-0
/
+3
*
Rename web_usb_permission_bubble.cc/h and webusb_permission_bubble.mojom
juncai
2016-03-14
3
-0
/
+21
*
Implementing GATT connection/disconnect on OS X.
jlebel
2016-03-14
17
-80
/
+465
*
Change scoped_ptr to a type alias for std::unique_ptr for OS_MACOSX
dcheng
2016-03-12
1
-1
/
+1
*
bluetooth: Clarify how StartNotifySession function works
ortuno
2016-03-11
1
-0
/
+6
*
Replace template_util.h stuff with C++11 <type_traits>
tzik
2016-03-10
1
-1
/
+2
*
Review comments from https://codereview.chromium.org/1415573014/
rkc
2016-03-09
9
-78
/
+74
*
Change scoped_ptr to a type alias for std::unique_ptr on OS_WIN
dcheng
2016-03-08
1
-0
/
+4
*
Remove Mojo bindings environment.
Yuzhu Shen
2016-03-08
8
-8
/
+0
*
Convert the PermissionProvider Mojo interface to plain C++.
reillyg
2016-03-04
14
-352
/
+228
*
Check USB device permissions with a full device::usb::DeviceInfo.
reillyg
2016-03-04
1
-1
/
+1
*
Implement read & write remote GATT characteristic value for Windows
gogerald
2016-03-03
11
-59
/
+608
*
Convert Pass()→std::move() on Windows
dcheng
2016-03-02
5
-23
/
+29
*
Add missing 'override' to BluetoothRemoteGattDescriptorWin destructor.
Daniel Cheng
2016-03-02
1
-1
/
+1
*
Implement BluetoothRemoteGattCharacteristicWin::GetDescriptors
gogerald
2016-03-01
17
-140
/
+648
*
bluetooth: android: register for adapter on/off events followup.
scheib
2016-02-26
1
-1
/
+2
*
bluetooth: android: register for adapter on/off events.
perja
2016-02-26
10
-3
/
+134
*
Implement BluetoothRemoteGattServiceWin and related unit tests
gogerald
2016-02-26
19
-111
/
+1107
*
Ensure libusb_close is called from the FILE thread.
reillyg
2016-02-26
1
-2
/
+8
*
bluetooth: Check if Object Manager is supported before initializing clients o...
ortuno
2016-02-26
20
-63
/
+238
*
Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrSet.
yzshen
2016-02-25
1
-2
/
+2
*
Revert "Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrS...
yzshen
2016-02-24
1
-2
/
+2
*
Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrSet.
yzshen
2016-02-24
1
-2
/
+2
*
device: Add out-of-line copy ctors for complex classes.
vmpstr
2016-02-24
12
-0
/
+36
*
Determine device type via bluetooth appearance in OOBE
josephsih
2016-02-24
15
-0
/
+202
*
Chrome doesn't need to compile on 10.6, cleaning up the code
jlebel
2016-02-24
6
-54
/
+30
*
Add dependency between device_usb and device_usb_mojo_bindings.
reillyg
2016-02-20
1
-0
/
+1
*
Revert of Parse USB interface association descriptors. (patchset #3 id:100001...
gab
2016-02-14
4
-163
/
+1
*
Enable device_unittests on OS X trybots.
reillyg
2016-02-13
1
-0
/
+4
*
Destroy DeviceImpl when the underlying UsbDevice is disconnected.
reillyg
2016-02-13
8
-7
/
+77
*
Parse USB interface association descriptors.
reillyg
2016-02-13
4
-1
/
+163
*
Mojo C++ bindings: make Array/Map/String non-null by default.
yzshen
2016-02-13
4
-6
/
+6
*
Move two files into mojo/public/cpp/bindings.
yzshen
2016-02-12
1
-1
/
+1
*
Construct USB descriptors over explicit values.
reillyg
2016-02-12
9
-118
/
+111
*
Improve Bluetooth name in ChromeOS.
xdai
2016-02-12
1
-0
/
+7
*
usb: Make sure remaining interfaces are released on the right thread.
reillyg
2016-02-11
1
-4
/
+10
*
move from content/browser: UDevLinux -> device/udev; DeviceMonitorUdev -> med...
mcasas
2016-02-11
4
-0
/
+161
*
webusb: Reject the promise if the device is already open.
reillyg
2016-02-11
3
-6
/
+21
*
Fix -Wreorder warning after https://codereview.chromium.org/1681853003/
Nico Weber
2016-02-11
1
-3
/
+3
*
Remove //device/devices_app.
reillyg
2016-02-10
32
-586
/
+88
*
Add BluetoothRemoteGattServiceWin to BluetoothDeviceWin
gogerald
2016-02-10
21
-166
/
+469
[next]