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
*
Replacing VerifierTraits with DummyVerifierTraits for non-kernel handles.
shrikant
2015-05-05
1
-1
/
+1
*
Add HID support to DevicePermissionsManager and DevicePermissionsPrompt.
reillyg
2015-05-05
2
-1
/
+18
*
Returning a GATT connection object for already connected devices.
sacomoto
2015-05-05
1
-0
/
+10
*
bluetooth: Refactor BluetoothDiscoverySession::Stop to always call its callbacks
ortuno
2015-05-05
3
-12
/
+60
*
Adjust URLFetcher::Create API so that object is returned as scoped_ptr.
dtapuska
2015-05-01
1
-2
/
+2
*
win: Fix remaining plugin warnings in ash, device, printing, sandbox.
thakis
2015-04-30
2
-0
/
+4
*
vs2015: remove unused and deprecated hash_set #include
scottmg
2015-04-30
2
-2
/
+0
*
bluetooth: Refactor multiple test observers to TestBluetoothAdapterObserver.
scheib
2015-04-29
7
-829
/
+914
*
bluetooth: Stub out BluetoothAdapterAndroid
scheib
2015-04-29
8
-1
/
+259
*
Apply automated fixits for Chrome clang plugin to device.
dcheng
2015-04-29
1
-1
/
+1
*
mac: Suppress a -Wpartial-availability warning in bluetooth_socket_mac.mm.
erikchen
2015-04-29
1
-2
/
+1
*
bluetooth: Forward declare SequencedTaskRunner in BluetoothAdapterChromeOS
scheib
2015-04-29
1
-1
/
+4
*
[Bluetooth, Performance] Cache the Bluetooth adapter name on Mac.
isherman
2015-04-29
1
-3
/
+9
*
Change ScopedPtrHashMap's 2nd template parameter
kcwu
2015-04-28
1
-2
/
+2
*
Revert of Revert of Add CPP API for BLE advertisments. (patchset #1 id:1 of h...
rkc
2015-04-28
19
-0
/
+667
*
Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in device module.
pranay.kumar
2015-04-28
12
-89
/
+87
*
Revert of Add CPP API for BLE advertisments. (patchset #12 id:220001 of https...
spang
2015-04-27
19
-667
/
+0
*
Make the uribeacon a GN source_set
brettw
2015-04-27
2
-1
/
+2
*
Add CPP API for BLE advertisments.
rkc
2015-04-27
19
-0
/
+667
*
mac: Weakly link against the CoreBluetooth framework. (attempt #2)
erikchen
2015-04-27
2
-0
/
+25
*
Revert of mac: Weakly link against the CoreBluetooth framework. (patchset #2 ...
erikchen
2015-04-24
2
-21
/
+0
*
mac: Weakly link against the CoreBluetooth framework.
erikchen
2015-04-24
2
-0
/
+21
*
Fix bug with pre-setting discovery filter
jpawlowski
2015-04-23
1
-1
/
+2
*
Update {virtual,override} to follow C++11 style in device.
nick
2015-04-23
11
-146
/
+123
*
Make BluetoothAdapter non-threadsafe RefCounted
tzik
2015-04-23
10
-46
/
+2
*
Wire SetDiscoveryFilter from BluetoothPrivate To BluetoothEventRouter
jpawlowski
2015-04-22
4
-0
/
+21
*
Populate device node in UsbDeviceImpl on Chrome OS.
reillyg
2015-04-22
3
-1
/
+6
*
bluetooth: Refactor (Add|Remove)Observer impls into BluetoothAdapter.
scheib
2015-04-22
9
-54
/
+15
*
bluetooth: Refactor bluetooth_adapter.cc for C++ style: dcl/dfn ordering.
scheib
2015-04-21
1
-54
/
+53
*
bluetooth: Refactor device/bluetooth for C++ Style: typedef ordering.
scheib
2015-04-21
7
-31
/
+38
*
bluetooth: Remove legacy test data device/test/data/bluetooth.
scheib
2015-04-21
5
-71
/
+0
*
Add 'git cl format' presubmit check to src/device
scheib
2015-04-20
1
-0
/
+14
*
Implement SetDiscoveryFilter for ChromiumOS
jpawlowski
2015-04-20
3
-9
/
+904
*
Expose SetDiscoveryFilter from BluetoothEventRouter
jpawlowski
2015-04-16
2
-0
/
+17
*
Move device/usb classes from the FILE thread to UI thread.
reillyg
2015-04-16
19
-1325
/
+1760
*
Add SetDiscoveryFilter to Bluetooth Adapter.
jpawlowski
2015-04-13
19
-45
/
+883
*
Pass reference to matching dictionary in device::HidServiceMac::Connect.
reillyg
2015-04-13
1
-2
/
+10
*
Split uri_beacons target from bluetooth target.
olivierrobin
2015-04-10
3
-4
/
+26
*
[Android] Fix BatteryStatusManagerTest instrumentation tests for devices runn...
timvolodine
2015-04-08
2
-22
/
+20
*
Check USB device path access when prompting users to select a device.
reillyg
2015-04-07
7
-44
/
+73
*
Mark operator() as const for VS 2015 compat.
brucedawson
2015-04-07
1
-1
/
+1
*
Detect devices with WinUSB.sys loaded before triggering enumeration.
reillyg
2015-04-03
6
-55
/
+227
*
Update remaining code to include NetLog files from net/log directory rather t...
eroman
2015-04-02
3
-2
/
+3
*
Work on GN Windows component build.
brettw
2015-04-02
1
-1
/
+3
*
bluetooth: Enable device_unittests target on Android GN build.
scheib
2015-04-01
1
-10
/
+19
*
Guard hid_service_win.h include with OS_WIN.
gunsch
2015-03-31
1
-1
/
+1
*
Implement CreateDirectory.
yawano
2015-03-31
4
-0
/
+81
*
Refactor device/BUILD.gn to list source files only once.
scheib
2015-03-31
1
-47
/
+32
*
bluetooth: Enable device_unittests target on Android.
scheib
2015-03-30
1
-0
/
+34
*
device/bluetooth: Add checks to BluetoothAdapter overrides.
mcchou
2015-03-27
1
-0
/
+6
[next]