summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
* Convert Pass()→std::move() in //devicedcheng2015-12-2762-295/+366
* Switch to standard integer types in device/.avi2015-12-22280-505/+959
* Replace RE2 import with a dependencybattre2015-12-212-2/+2
* Check use_dbus==1 when compiling dbus dependent bluetooth unittestsdnicoara2015-12-172-2/+2
* net: Extract SetNonBlocking() function from net_util.htfarina2015-12-161-3/+1
* clang/win: Let remaining chromium_code targets build with -Wextra.thakis2015-12-105-14/+13
* [webnfc] Introduce NFC mojo service.alexander.shalamov2015-12-073-0/+102
* bluetooth: android: Crash fix: Check Characteristic isn't already destroyed.scheib2015-12-067-15/+108
* Make //device pass "gn check"brettw2015-12-047-7/+19
* Kill ScopedPtrMap and friendslimasdf2015-12-023-17/+14
* GN: Merge apk_deps and deps in test() templateagrieve2015-12-011-2/+4
* Convert various vector_as_array calls to vector::data.davidben2015-12-012-7/+3
* Add more components to "gn check"brettw2015-11-271-1/+1
* jni: Pass method parameters as JavaParamRef in device/bluetooth.torne2015-11-2710-62/+98
* Add context_utils.h includes where needed.torne2015-11-252-0/+2
* Modify SerialIoHandlerWin::OnDeviceRemoved to generatejuncai2015-11-241-1/+1
* Create shared MockDeviceClient and MockHidService classes.reillyg2015-11-2413-36/+221
* Make SerialIoHandlerWin::UiThreadHelper final.Nico Weber2015-11-232-2/+4
* bluetooth: Fix crash when trying to read or write when operation pendingortuno2015-11-227-195/+323
* Add code to deal with serial device disconnectionjuncai2015-11-2112-74/+256
* Convert ConnectToApplication to take a params classben2015-11-201-3/+1
* Use bluetooth and bluetoothPrivate APIs in Options UIstevenjb2015-11-203-7/+24
* Run gn --format over all .gn filesagrieve2015-11-202-3/+3
* Adds dbus as a dependency to device/serial/serial.gyp:device_serialcharliea2015-11-201-0/+1
* Use std::default_delete as the default deleter for scoped_ptr.dcheng2015-11-192-2/+4
* Test that device/bluetooth fails to scan on Android when denied permission.jyasskin2015-11-188-28/+104
* Revert of Reland: Add code to deal with serial device disconnection detection...alph2015-11-1812-252/+74
* Add code to deal with serial device disconnectionjuncai2015-11-1812-74/+252
* Provide a stub implementation of device::UsbService on Android.reillyg2015-11-187-26/+114
* Adds ChromeOS dependency to //device/serial GYP filescharliea2015-11-181-0/+5
* Revert of Add code to deal with serial device disconnection detection on Wind...hcarmona2015-11-189-249/+74
* Add code to deal with serial device disconnectionjuncai2015-11-179-74/+249
* Aura on Android: build gn target extensions/browser.moshayedi2015-11-171-1/+6
* Make operators on scoped_ptr match the ones defined for std::unique_ptrdanakj2015-11-171-3/+3
* Move third_party/mojo/src/mojo/public to mojo/publicrockot2015-11-1332-52/+52
* Implement bluetoothPrivate.forgetstevenjb2015-11-1213-17/+30
* Add a stub BluetoothAdapter for Linux builds without dbus.slan2015-11-114-237/+258
* [GN] Only include udev sources in //device/hid when use_udev is true.slan2015-11-102-23/+16
* Ask for the location permission on Android.jyasskin2015-11-103-5/+32
* Remove redundant 'virtual' in bluetooth_test_android.hperezju2015-11-061-2/+2
* Add browsertests for VibrationManager java impl on android.leon.han2015-11-061-2/+29
* Reland "Add Linux support for the Bluetooth API"rkc2015-11-0657-1895/+1913
* bluetooth: android: Implement StartNotifySession.scheib2015-11-0614-11/+285
* Reland: Refactor DBusThreadManager to split away BT clients.rkc2015-11-05112-898/+15777
* Revert of Reland: Refactor DBusThreadManager to split away BT clients. (patch...tommycli2015-11-04112-15777/+898
* Reland: Refactor DBusThreadManager to split away BT clients.rkc2015-11-04112-898/+15777
* bluetooth: android: Implement WriteRemoteCharacteristic.scheib2015-11-0311-24/+474
* Moves SendBuffer and ReceiveBuffer to a more accessible locationcharliea2015-11-032-0/+94
* bluetooth: android: Implement ReadRemoteCharacteristic and GetValue.scheib2015-11-0316-60/+634
* gn format everything.tfarina2015-11-031-1/+3