summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/usb/usb_apitest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move chrome.usb to //extensionsrockot@chromium.org2014-05-051-251/+0
* Extracted UsbService as interface.zvorygin@chromium.org2014-05-051-3/+67
* Move UsbService to its own component.rockot@chromium.org2014-04-221-23/+33
* Introducing chrome.usb.getDevices/openDevice APIikarienator@chromium.org2013-09-051-3/+8
* Fix the horrible naming of UsbInterfaceDescriptor.ikarienator@chromium.org2013-08-261-3/+3
* Introduce UsbDeviceikarienator@chromium.org2013-08-081-17/+47
* Move kEnableExperimentalExtensionApis switch to extensions/common/switches.cc.yoz@chromium.org2013-07-311-7/+0
* Make UsbService a singleton as only one instance can be created in a single p...pfeldman@chromium.org2013-07-261-2/+0
* They will be restricted to FILE thread. No need for callback.ikarienator@chromium.org2013-07-241-27/+15
* As a part of the refactor, rename UsbDevice to UsbDeviceHandle.ikarienator@chromium.org2013-07-231-8/+9
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-24/+32
* This adds a way to interrogate the USB interfaces. It will list out allkroot@google.com2013-05-241-9/+19
* USB Reset Device APIikarienator@chromium.org2013-04-231-1/+20
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edit...rsleevi@chromium.org2013-02-071-1/+1
* Fix transfer length validation in Usb Api.meacer@chromium.org2013-01-201-0/+6
* Revert 170660benwells@chromium.org2012-12-041-4/+4
* Keep browser process alive while there are platform apps with background page...benwells@chromium.org2012-12-011-4/+4
* Revert r165772: Keep browser process alive while there are platform apps with...davidjames@google.com2012-11-081-4/+4
* Keep browser process alive while there are platform apps with background page...benwells@chromium.org2012-11-021-4/+4
* Adding multi-device support and changing event delivery for USB API.gdk@chromium.org2012-10-261-6/+6
* Changing USB API buffer ownership.gdk@chromium.org2012-09-251-1/+1
* Adding tests for USB extension APIgdk@chromium.org2012-08-151-0/+119