summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
* [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
* Refactor device/BUILD.gn to list source files only once.scheib2015-03-311-47/+32
* bluetooth: Enable device_unittests target on Android.scheib2015-03-301-0/+34
* device/bluetooth: Add checks to BluetoothAdapter overrides.mcchou2015-03-271-0/+6
* device/bluetooth: Add read_mtu as an argument of BluetoothAudioSinkDataAvaila...mcchou2015-03-263-7/+23
* Implemented UriBeacon decoder.dvh2015-03-255-0/+270
* Switch HidDeviceId from IORegistry path to IORegistry entry ID.reillyg2015-03-234-18/+34
* Add profiling to BluetoothAdapterMac::PollAdapter.erikchen2015-03-181-0/+27
* Introduce UdevDeviceGetSysattrValue, which is the same asagoode2015-03-182-2/+19
* Implement MoveFileLocal (with rename operation).yawano2015-03-174-0/+82
* Prohibit multiple, overlapping {geolocation,battery} queriesdarin2015-03-134-20/+28
* device/bluetooth: Add I/O watcher for audio data retrieval triggered by state...mcchou2015-03-134-134/+591
* Fix a null-pointer dereference in ChromeOS Bluetooth code.isherman2015-03-111-1/+2
* bluetooth: Adjust DCHECKs in BluetoothAdapterChromeos observer methods.scheib2015-03-102-10/+11
* Implement DeleteFile and DeleteDirectory.yawano2015-03-104-36/+111
* Fix BluetoothAdapterProfileChromeOS lifecycle managementjamuraa2015-03-099-134/+328
* Move UdevDecodeString from media/midi to device/udev_linuxagoode2015-03-095-0/+54
* Move GetUdevDevicePropertyValue from components/storage_monitor to device/ude...agoode2015-03-062-0/+13
* [Android] Add nullable dependency to BatteryStatusManager.javatimvolodine2015-03-052-2/+5
* Implement CopyFileFromLocal of MTPDeviceAsyncDelegate.yawano2015-03-054-2/+95
* Address NewApi warning in device/battery.newt2015-03-041-24/+34
* Revert of Fix BluetoothAdapterProfileChromeOS lifecycle management (patchset ...finnur2015-03-049-302/+108
* Fix BluetoothAdapterProfileChromeOS lifecycle managementjamuraa2015-03-039-108/+302
* Add udev_device_new_from_subsystem_sysname to udev, for use in Web MIDI on Linuxagoode2015-03-037-0/+40
* Created fakes for HID-detection screen testing. Initial browsertest added.merkulova2015-03-026-9/+76
* chromeos/dbus: Add verbose log to media-related clients and service provider.mcchou2015-02-281-20/+71
* Split bug 418183 into separate bugs for each janky piece and remove thepkasting2015-02-281-6/+0
* Apply gn format with 'sources' sorting to src/scottmg2015-02-283-8/+10
* device/bluetooth: Implement Unregister() of BlueotoothAudioSinkChromeOS and d...mcchou2015-02-265-178/+512
* Log device/hid messages to chrome://device-log.reillyg2015-02-2410-56/+84
* Log device/usb messages to chrome://device-log.reillyg2015-02-237-45/+64
* Reland "device: Add GN version of the device_unittests target."tfarina2015-02-232-10/+125
* Add device dependency GN's header checker found.brettw2015-02-211-0/+1
* Add more targets to GN check.brettw2015-02-208-3/+28
* Pad HID output reports on Windows to the maximum output report size.reillyg2015-02-202-2/+19
* [Android L] Add (dis)chargingTime support for the Battery Status API.timvolodine2015-02-202-12/+153
* bluetooth: Modify DCHECK to conditionals in several BluetoothAdapterChromeOS ...scheib2015-02-203-515/+555
* Set unregistered handles to NULL in BatteryStatusObserver::Stopmarcing2015-02-201-2/+6
* Revert of Add more targets to "gn check" (patchset #3 id:40001 of https://cod...rdevlin.cronin2015-02-208-32/+3
* Add more targets to "gn check"brettw2015-02-198-3/+32
* Enumerate HID devices asynchronously on Windows.reillyg2015-02-193-15/+74
* device/bluetooth:Implement BluetoothMediaEndpointServiceProvider delegate and...mcchou2015-02-183-77/+372