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
*
Move UTF16ToASCII, remove WideToASCII.
brettw@chromium.org
2014-03-14
1
-1
/
+2
*
Move ui.gyp into ui/base/ directory.
tfarina@chromium.org
2014-03-13
1
-1
/
+1
*
Bluetooth: extend JavaScript Device object
keybuk@chromium.org
2014-03-13
1
-0
/
+10
*
BluetoothProfile: re-register on adapter presence
keybuk@chromium.org
2014-03-12
2
-63
/
+118
*
Bluetooth: mark all Paired devices as Trusted
keybuk@chromium.org
2014-03-12
3
-9
/
+38
*
Add BluetoothDevice::VendorIDSource()
keybuk@chromium.org
2014-03-11
9
-14
/
+63
*
Bluetooth: clean up TestObserver
keybuk@chromium.org
2014-03-11
1
-62
/
+4
*
Fix IWYU in base/files/file.h
tnagel@chromium.org
2014-03-09
1
-0
/
+1
*
device/bluetooth: Remove BluetoothAdapter::Start|StopDiscovering.
armansito@chromium.org
2014-03-09
7
-250
/
+297
*
Bluetooth: use generic names for fake devices
keybuk@chromium.org
2014-03-07
1
-100
/
+98
*
Migrate chrome.bluetooth API backend to use device::BluetoothDiscoverySession.
armansito@chromium.org
2014-03-07
8
-14
/
+82
*
Bluetooth: add support for Bluetooth-assigned Device ID
keybuk@chromium.org
2014-03-07
2
-19
/
+64
*
Bluetooth: register agent when we have an adapter
keybuk@chromium.org
2014-03-07
2
-21
/
+24
*
Revert 255262 "Migrate chrome.bluetooth API backend to use devic..."
earthdok@chromium.org
2014-03-06
8
-83
/
+11
*
Migrate chrome.bluetooth API backend to use device::BluetoothDiscoverySession.
armansito@chromium.org
2014-03-06
8
-11
/
+83
*
Add use_allocator instead of linux_use_tcmalloc to switch the allocator.
dmikurube@chromium.org
2014-03-05
1
-1
/
+2
*
Migrate Chrome OS Bluetooth UI to the new discovery API.
armansito@chromium.org
2014-03-04
5
-17
/
+40
*
Bluetooth: notify user of incoming pairing requests
keybuk@chromium.org
2014-03-04
3
-17
/
+32
*
Added OWNERS file to device/nfc.
armansito@chromium.org
2014-03-03
1
-0
/
+2
*
device/bluetooth: Add BluetoothAdapter::DiscoverySession.
armansito@chromium.org
2014-02-28
8
-119
/
+396
*
Fix HID device removal handling on Linux.
rockot@chromium.org
2014-02-28
1
-9
/
+1
*
MTP Streaming: Optimize block reading
tommycli@chromium.org
2014-02-28
1
-0
/
+3
*
Add BluetoothDevice::PairingDelegate::AuthorizePairing
keybuk@chromium.org
2014-02-27
6
-2
/
+196
*
Clean up HID backend and API.
rockot@chromium.org
2014-02-27
22
-916
/
+816
*
BluetoothAdapter: add ability to set default pairing delegate
keybuk@chromium.org
2014-02-27
17
-291
/
+1169
*
Convert scoped_ptr_malloc -> scoped_ptr, part 2.
viettrungluu@chromium.org
2014-02-26
2
-3
/
+3
*
Less determined statement termination
scottmg@chromium.org
2014-02-26
2
-2
/
+2
*
device::BluetoothAdapterChromeOS: Implement reference counted sessions.
armansito@chromium.org
2014-02-26
10
-89
/
+760
*
Update device/bluetooth/OWNERS
keybuk@chromium.org
2014-02-24
1
-1
/
+1
*
chromeos: Make dbus::MessageReader memory ownership explicit
derat@chromium.org
2014-02-24
1
-1
/
+1
*
Remove PlatformFile from device/hid
rvargas@chromium.org
2014-02-21
2
-26
/
+19
*
Bluetooth: remove DismissDisplayOrConfirm
keybuk@chromium.org
2014-02-21
3
-86
/
+6
*
Bluetooth: always release the pairing context on Cancel
keybuk@chromium.org
2014-02-21
2
-11
/
+19
*
Refactor to support default Bluetooth pairing delegate
keybuk@chromium.org
2014-02-20
5
-355
/
+496
*
Remove pp_ifdef from grd files in several directories.
newt@chromium.org
2014-02-19
1
-11
/
+11
*
Use udev for serial device enumeration on Linux
rockot@chromium.org
2014-02-14
11
-0
/
+425
*
device/bluetooth: Add abstract API definition for BluetoothGattDescriptor.
armansito@chromium.org
2014-02-13
5
-2
/
+253
*
device/bluetooth: Add abstract API definition for BluetoothGattCharacteristic.
armansito@chromium.org
2014-02-11
4
-1
/
+214
*
Introduce SetName and SetDiscoverable functions to BluetoothAdapter.
tengs@chromium.org
2014-02-08
9
-26
/
+259
*
device/bluetooth: Add abstract API definition for BluetoothGattService.
armansito@chromium.org
2014-02-08
3
-0
/
+254
*
device/bluetooth: Introduce class bluetooth_utils::UUID.
armansito@chromium.org
2014-02-06
3
-44
/
+229
*
Fix compilation error on Fedora 20.
costan@gmail.com
2014-02-03
1
-4
/
+16
*
HID backend.
rockot@chromium.org
2014-01-31
26
-0
/
+2430
*
Revert 247926 "HID backend"
nkostylev@chromium.org
2014-01-30
26
-2461
/
+0
*
HID backend
ikarienator@chromium.org
2014-01-30
26
-0
/
+2461
*
nfc: Implement device::NfcTagChromeOS.
armansito@chromium.org
2014-01-18
17
-100
/
+951
*
Removes MessageLoop::TYPE_XXX where possible
sky@chromium.org
2014-01-15
2
-24
/
+23
*
Update uses of UTF conversions in courgette/, device/, extensions/, google_ap...
avi@chromium.org
2013-12-25
3
-6
/
+6
*
nfc: Implement device::NfcPeerChromeOS.
armansito@chromium.org
2013-12-20
12
-48
/
+1171
*
Add base:: to string16 in device/.
dbeam@chromium.org
2013-12-19
3
-6
/
+6
[next]