summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-091-1/+0
* Add webusb notification UI unit testsjuncai2015-09-092-0/+20
* Disable the standalone devices app in component buildsrockot2015-09-041-28/+30
* Trim WebUSB URL descriptors when representing only an origin.reillyg2015-09-041-9/+9
* Updating XTBs based on .GRDs from branch masterPenny MacNeil2015-09-0352-728/+832
* Remove BulkTransfer and InterruptTransfer from classjuncai2015-09-036-89/+22
* Use the BT device address as its identifier in the chooser.jyasskin2015-09-032-0/+3
* Fix C++11-illegal truncation per VS 2015brucedawson2015-09-031-1/+1
* Revert of Fix sbox_validation_tests & Make isolate_driver.py include the exec...stgao2015-09-031-0/+1
* Add generic transfer functions to device.mojomjuncai2015-09-024-160/+37
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-021-1/+0
* Exclude BatteryMonitor C++ impl files from Android build.leon.han2015-09-025-121/+128
* Add TransferFunction for BulkTransfer and InterruptTransfer functionsjuncai2015-09-017-23/+112
* Remove localhost from devices app whitelistrockot2015-09-011-7/+3
* Make UrlRequestContextBuilder take scoped_ptr's when it takes ownershippauljensen2015-09-011-3/+8
* bluetooth-advertising: Fix wrong assignment and append of wrong typeortuno2015-09-014-2/+74
* bluetooth: VLOGS improving discovery session messages.scheib2015-08-311-1/+2
* Manage HidService lifetime in DeviceClient implementations.reillyg2015-08-2812-63/+30
* Manage UsbService lifetime in DeviceClient implementations.reillyg2015-08-2815-40/+107
* Move loader stub libraries out of //build/config/linuxdpranke2015-08-281-1/+1
* Destroy HidServiceLinux::FileThreadHelper before DeviceManagerLinux.reillyg2015-08-271-1/+4
* Add GetDeviceChanges method to Mojo USB device manager interface.reillyg2015-08-274-5/+243
* Add histograms for BT discovery session failures.jyasskin2015-08-2721-200/+393
* Fix Linux HID service and connection FileThreadHelper lifetimes.reillyg2015-08-255-44/+54
* Add virtual destructor to UsbService::Observerjuncai2015-08-243-2/+6
* Remove third-party translations.newt2015-08-241-35/+0
* Fixed bluetooth read write not supported errorsbeaufort.francois2015-08-241-4/+2
* Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598rockot2015-08-243-0/+3
* Revert of device/bluetooth/OWNERS: Add set noparent. (patchset #1 id:1 of htt...thakis2015-08-241-2/+0
* Revert of Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (pa...rockot2015-08-233-3/+0
* Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598rockot2015-08-223-0/+3
* Revert of Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (pa...yosin2015-08-223-3/+0
* Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598rockot2015-08-223-0/+3
* IWYU for base/memory/scoped_vector.h.thestig2015-08-223-2/+1
* Connect WebUSB client interface to the devices approckot2015-08-212-2/+3
* Update UsbService to be destroyed by a task registered with AtExitManager.juncai2015-08-193-17/+11
* use_udev is more accurate than is_linux for udev gn depsmostynb2015-08-183-3/+8
* Updating XTBs based on .GRDs from branch masterKrishna Govind2015-08-1752-208/+780
* Fix bounds checks in USB string parsing and add more tests.reillyg2015-08-159-23/+186
* Vibration API: convert implementation to java mojo-service.leon.han2015-08-1410-239/+87
* Devices app: Update interfaces, fix threads, add configsrockot2015-08-128-50/+51
* Remove DCHECK that all removed USB devices must have been enumerated.juncai2015-08-121-1/+0
* Remove remaining legacy SplitString calls.brettw2015-08-121-2/+2
* Rename device_bluetooth_strings to bluetooth_strings.newt2015-08-1157-180/+180
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-112-2/+2
* bluetooth: mac: Add VLOGs to diagnose device discovery failures.scheib2015-08-112-6/+22
* Remove "delete this" pattern from UsbContext completely.reillyg2015-08-102-15/+11
* ApplicationImpl cleanup, part 1:ben2015-08-101-1/+1
* Fix UAF on libusb threadrockot2015-08-101-1/+2
* Allow a UsbServiceImpl to be created if libusb_init fails.reillyg2015-08-083-29/+25