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
*
[Bluetooth] Standardize Bluetooth device address format to XX:XX:XX:XX:XX:XX.
isherman@chromium.org
2014-05-17
13
-23
/
+114
*
[Bluetooth] Use base::ToLowerASCII() rather than tolower(), as the later is l...
isherman@chromium.org
2014-05-16
1
-1
/
+1
*
Minor cleanup in bluetooth_device.cc
isherman@chromium.org
2014-05-15
1
-3
/
+4
*
Move usb_ids.py script into device/usb.
tfarina@chromium.org
2014-05-14
3
-3
/
+113
*
Bluetooth UUIDs should be case-insensitive.
isherman@chromium.org
2014-05-14
3
-36
/
+57
*
Bluetooth: Implement new socket API for Chrome OS
keybuk@chromium.org
2014-05-13
15
-1002
/
+1257
*
chrome.bluetoothLowEnergy: Implement getDescriptors.
armansito@chromium.org
2014-05-13
3
-0
/
+86
*
Implement chrome.bluetoothSocket.listenUsing*()
keybuk@chromium.org
2014-05-12
20
-21
/
+208
*
Hook up RSSI and host transmit power Bluetooth device properties for ChromeOS.
tengs@chromium.org
2014-05-11
9
-7
/
+102
*
[Bluetooth, Mac] Use lowercase for the bluetooth device address for M36.
isherman@chromium.org
2014-05-10
1
-1
/
+2
*
device/bluetooth: Improvements to GATT descriptor access API.
armansito@chromium.org
2014-05-09
8
-1
/
+204
*
[Bluetooth, Mac] Refresh remote SDP listing prior to attempting to connect to...
isherman@chromium.org
2014-05-08
2
-27
/
+138
*
Implement chrome.bluetoothSocket.connect()
keybuk@chromium.org
2014-05-08
13
-10
/
+93
*
Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium.
dmikurube@chromium.org
2014-05-07
1
-2
/
+1
*
Fix Windows HID buffer errors.
rockot@chromium.org
2014-05-05
2
-28
/
+21
*
chrome.bluetoothLowEnergy: Implement getCharacteristics.
armansito@chromium.org
2014-05-03
3
-0
/
+94
*
Reimplement BluetoothSocketChromeOS
keybuk@chromium.org
2014-05-02
25
-614
/
+753
*
chrome.hid: Kill Windows jank on enumeration.
rockot@chromium.org
2014-05-02
1
-14
/
+0
*
[Bluetooth, Mac] Normalize device addresses to have the format XX:XX:XX:XX:XX:XX
isherman@chromium.org
2014-05-02
5
-41
/
+37
*
Expose device RSSI and Tx power via the chrome.bluetooth API.
isherman@chromium.org
2014-05-01
9
-6
/
+137
*
Check that Bluetooth adapter is present when setting adapter properties.
tengs@chromium.org
2014-05-01
1
-0
/
+9
*
Remove static initializer in device/bluetooth/bluetooth_gatt_descriptor.cc.
pliard@chromium.org
2014-04-30
3
-22
/
+73
*
Add explicit constructors with field initializers.
rpaquay@chromium.org
2014-04-30
2
-0
/
+28
*
win: Implement Bluetooth server.
xiyuan@chromium.org
2014-04-29
6
-27
/
+410
*
Implement Bluetooth server socket support for RFCOMM on Mac.
isherman@chromium.org
2014-04-28
5
-69
/
+315
*
Devices without devnode are filtered out.
ygorshenin@chromium.org
2014-04-28
2
-15
/
+27
*
chrome.bluetoothLowEnergy: Implement getService and getServices.
armansito@chromium.org
2014-04-28
8
-5
/
+110
*
Block some HID devices from chrome.hid.
rockot@chromium.org
2014-04-28
1
-0
/
+73
*
Replaced FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM) with logging::SystemErrorC...
vitalybuka@chromium.org
2014-04-25
1
-14
/
+2
*
HID: Support top-level collection usages in device info.
rockot@chromium.org
2014-04-25
17
-72
/
+1209
*
HID : read-only device access fallback when read/write fails
jracle@logitech.com
2014-04-24
3
-3
/
+27
*
device/bluetooth/OWNERS: Add set noparent.
armansito@chromium.org
2014-04-24
1
-0
/
+2
*
Make GN's "check" run cleanly.
brettw@chromium.org
2014-04-22
1
-3
/
+1
*
Added device types (bluetooth, usb, serio) to InputDeviceInfo.
ygorshenin@chromium.org
2014-04-22
2
-5
/
+25
*
Moar cleanup in the Mac Bluetooth code:
isherman@chromium.org
2014-04-19
5
-70
/
+19
*
Added InputServiceProxy, which lives on the UI thread and forwards all calls ...
ygorshenin@chromium.org
2014-04-17
2
-63
/
+106
*
[Cleanup] Minor cleanup in bluetooth device code.
isherman@chromium.org
2014-04-17
22
-217
/
+220
*
Fix case of IOReturn.h.
torne@chromium.org
2014-04-16
1
-1
/
+1
*
Added InputServiceLinux, which monitors all devices from hid or input subsyst...
ygorshenin@chromium.org
2014-04-12
8
-9
/
+329
*
Remove BluetoothDevice::ConnectToService
keybuk@chromium.org
2014-04-11
8
-74
/
+0
*
device/bluetooth: Add chromeos::BluetoothRemoteGattDescriptorChromeOS.
armansito@chromium.org
2014-04-11
11
-37
/
+635
*
Bluetooth: rename Release to avoid RefCounted conflict
keybuk@chromium.org
2014-04-11
4
-4
/
+4
*
MacOS implementation of BluetoothSocket.
rpaquay@chromium.org
2014-04-10
7
-149
/
+527
*
Udev-related methods are extracted from HidServiceLinux into an individual se...
ygorshenin@chromium.org
2014-04-10
7
-154
/
+280
*
device/bluetooth: Add chromeos::BluetoothRemoteGattCharacteristicChromeOS.
armansito@chromium.org
2014-04-10
11
-59
/
+923
*
device/bluetooth: Add chromeos::BluetoothRemoteGattServiceChromeOS.
armansito@chromium.org
2014-04-08
21
-96
/
+720
*
* Replace "read" method with onReceiveXxx events.
rpaquay@chromium.org
2014-04-08
30
-243
/
+969
*
Add optional public header checking to GN build
brettw@chromium.org
2014-04-07
1
-1
/
+4
*
Revert 262175 "* Replace "read" method with onReceiveXxx events."
scottmg@chromium.org
2014-04-07
30
-961
/
+243
*
* Replace "read" method with onReceiveXxx events.
rpaquay@chromium.org
2014-04-07
30
-243
/
+961
[next]