summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
* Use Linux custom baud rate selection based on struct termios2.reillyg2015-05-081-11/+29
* Add a manifest property declaring USB printers supported by an app.reillyg2015-05-072-3/+4
* bluetooth: Initial JNI setup for device/bluetooth.scheib2015-05-0711-7/+198
* Replacing VerifierTraits with DummyVerifierTraits for non-kernel handles.shrikant2015-05-051-1/+1
* Add HID support to DevicePermissionsManager and DevicePermissionsPrompt.reillyg2015-05-052-1/+18
* Returning a GATT connection object for already connected devices.sacomoto2015-05-051-0/+10
* bluetooth: Refactor BluetoothDiscoverySession::Stop to always call its callbacksortuno2015-05-053-12/+60
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-011-2/+2
* win: Fix remaining plugin warnings in ash, device, printing, sandbox.thakis2015-04-302-0/+4
* vs2015: remove unused and deprecated hash_set #includescottmg2015-04-302-2/+0
* bluetooth: Refactor multiple test observers to TestBluetoothAdapterObserver.scheib2015-04-297-829/+914
* bluetooth: Stub out BluetoothAdapterAndroidscheib2015-04-298-1/+259
* Apply automated fixits for Chrome clang plugin to device.dcheng2015-04-291-1/+1
* mac: Suppress a -Wpartial-availability warning in bluetooth_socket_mac.mm.erikchen2015-04-291-2/+1
* bluetooth: Forward declare SequencedTaskRunner in BluetoothAdapterChromeOSscheib2015-04-291-1/+4
* [Bluetooth, Performance] Cache the Bluetooth adapter name on Mac.isherman2015-04-291-3/+9
* Change ScopedPtrHashMap's 2nd template parameterkcwu2015-04-281-2/+2
* Revert of Revert of Add CPP API for BLE advertisments. (patchset #1 id:1 of h...rkc2015-04-2819-0/+667
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in device module.pranay.kumar2015-04-2812-89/+87
* Revert of Add CPP API for BLE advertisments. (patchset #12 id:220001 of https...spang2015-04-2719-667/+0
* Make the uribeacon a GN source_setbrettw2015-04-272-1/+2
* Add CPP API for BLE advertisments.rkc2015-04-2719-0/+667
* mac: Weakly link against the CoreBluetooth framework. (attempt #2)erikchen2015-04-272-0/+25
* Revert of mac: Weakly link against the CoreBluetooth framework. (patchset #2 ...erikchen2015-04-242-21/+0
* mac: Weakly link against the CoreBluetooth framework.erikchen2015-04-242-0/+21
* Fix bug with pre-setting discovery filterjpawlowski2015-04-231-1/+2
* Update {virtual,override} to follow C++11 style in device.nick2015-04-2311-146/+123
* Make BluetoothAdapter non-threadsafe RefCountedtzik2015-04-2310-46/+2
* Wire SetDiscoveryFilter from BluetoothPrivate To BluetoothEventRouterjpawlowski2015-04-224-0/+21
* Populate device node in UsbDeviceImpl on Chrome OS.reillyg2015-04-223-1/+6
* bluetooth: Refactor (Add|Remove)Observer impls into BluetoothAdapter.scheib2015-04-229-54/+15
* bluetooth: Refactor bluetooth_adapter.cc for C++ style: dcl/dfn ordering.scheib2015-04-211-54/+53
* bluetooth: Refactor device/bluetooth for C++ Style: typedef ordering.scheib2015-04-217-31/+38
* bluetooth: Remove legacy test data device/test/data/bluetooth.scheib2015-04-215-71/+0
* Add 'git cl format' presubmit check to src/devicescheib2015-04-201-0/+14
* Implement SetDiscoveryFilter for ChromiumOSjpawlowski2015-04-203-9/+904
* Expose SetDiscoveryFilter from BluetoothEventRouterjpawlowski2015-04-162-0/+17
* Move device/usb classes from the FILE thread to UI thread.reillyg2015-04-1619-1325/+1760
* Add SetDiscoveryFilter to Bluetooth Adapter.jpawlowski2015-04-1319-45/+883
* Pass reference to matching dictionary in device::HidServiceMac::Connect.reillyg2015-04-131-2/+10
* Split uri_beacons target from bluetooth target.olivierrobin2015-04-103-4/+26
* [Android] Fix BatteryStatusManagerTest instrumentation tests for devices runn...timvolodine2015-04-082-22/+20
* Check USB device path access when prompting users to select a device.reillyg2015-04-077-44/+73
* Mark operator() as const for VS 2015 compat.brucedawson2015-04-071-1/+1
* Detect devices with WinUSB.sys loaded before triggering enumeration.reillyg2015-04-036-55/+227
* Update remaining code to include NetLog files from net/log directory rather t...eroman2015-04-023-2/+3
* Work on GN Windows component build.brettw2015-04-021-1/+3
* bluetooth: Enable device_unittests target on Android GN build.scheib2015-04-011-10/+19
* Guard hid_service_win.h include with OS_WIN.gunsch2015-03-311-1/+1
* Implement CreateDirectory.yawano2015-03-314-0/+81