summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/usb
Commit message (Expand)AuthorAgeFilesLines
* c/b/extensions: Do not use Value::Create*.DHNishi@gmail.com2013-08-141-3/+3
* Fixes leaking transfer objects due to improper USB handle closure. ikarienator@chromium.org2013-08-101-2/+6
* Introduce UsbDeviceikarienator@chromium.org2013-08-084-38/+78
* Taking ownership of USB APIikarienator@chromium.org2013-08-071-0/+3
* Recommit: Create a refcounted usb context wrapperikarienator@chromium.org2013-08-052-12/+59
* Revert 215274 "Recommit: Create a refcounted usb context wrapper"robertphillips@google.com2013-08-022-59/+12
* Recommit: Create a refcounted usb context wrapperikarienator@chromium.org2013-08-022-12/+59
* Revert 215174 "Create a refcounted usb context wrapper."nhiroki@chromium.org2013-08-022-59/+12
* Create a refcounted usb context wrapper.ikarienator@chromium.org2013-08-022-12/+59
* Move kEnableExperimentalExtensionApis switch to extensions/common/switches.cc.yoz@chromium.org2013-07-312-13/+0
* Make UsbService a singleton as only one instance can be created in a single p...pfeldman@chromium.org2013-07-262-13/+6
* They will be restricted to FILE thread. No need for callback.ikarienator@chromium.org2013-07-242-40/+53
* As a part of the refactor, rename UsbDevice to UsbDeviceHandle.ikarienator@chromium.org2013-07-235-38/+42
* USB: allow enumerating all devices.pfeldman@chromium.org2013-07-021-1/+1
* Change ApiResourceManager to use ProfileKeyedApi.patrickriordan177@gmail.com2013-06-173-1/+19
* Use 'const char []' instead of 'const char *' at c/b/Extensions/.limasdf@gmail.com2013-06-051-29/+29
* Added ability to define explicit interface access permission to chrome.usb.* ...zelidrag@chromium.org2013-06-051-3/+6
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-022-42/+74
* This adds a way to interrogate the USB interfaces. It will list out allkroot@google.com2013-05-244-31/+320
* Move RuntimeData and related permissions out of Extension classrdevlin.cronin@chromium.org2013-05-171-2/+3
* USB Reset Device APIikarienator@chromium.org2013-04-233-28/+139
* Fix missing callback chaining in UsbService.gdk@chromium.org2013-02-132-11/+18
* Add validation to length, packets and packet_length parametersmeacer@chromium.org2013-02-131-3/+25
* 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-202-22/+62
* Record histogram of extension API usagerpaquay@chromium.org2013-01-181-9/+10
* Overhaul JSON Schema Compiler to support a number of features required tokalman@chromium.org2013-01-171-12/+12
* Eliminate ApiResourceEventNotifier.miket@chromium.org2013-01-094-9/+4
* Update USB extension API with suggestions from review.gdk@chromium.org2012-12-172-64/+67
* Implement chrome.usb API Permissions.bryeung@chromium.org2012-12-111-0/+12
* Removed dead code from chrome/browser/extensions/api/usbsergiyb@google.com2012-12-061-2/+0
* 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
* Move USB API to dev channel.gdk@chromium.org2012-10-274-48/+36
* Adding multi-device support and changing event delivery for USB API.gdk@chromium.org2012-10-265-358/+413
* 1. Create ApiFunction, which is a new base class of AsyncApiFunction that is ...miket@chromium.org2012-10-111-1/+4
* Adding setInterfaceAlternateSetting to the USB extension API.leandrogracia@chromium.org2012-10-052-0/+56
* Adding {Claim,Release}Interface methods to the USB extension API.gdk@chromium.org2012-10-033-0/+110
* Changing USB API buffer ownership.gdk@chromium.org2012-09-253-17/+16
* Validate length of isochronous transfers before submitting.gdk@chromium.org2012-09-181-0/+3
* Make sure that a given app/extension requests only its own resources.miket@chromium.org2012-09-114-10/+35
* Adding tests for USB extension APIgdk@chromium.org2012-08-155-6/+155
* Allocate a one-byte IOBuffer for transfers that are zero-length.gdk@chromium.org2012-08-131-6/+7
* Revert 147594 - NaCl: Remove two uses of '#include "nacl/nacl_log.h"'mseaborn@chromium.org2012-07-201-2/+2
* NaCl: Remove two uses of '#include "nacl/nacl_log.h"'mseaborn@chromium.org2012-07-201-2/+2
* Represent BINARY properties using std::string instead of BinaryValue,jyasskin@chromium.org2012-07-201-2/+2
* Refactored away the abomination of poor object-oriented design that was APIRe...miket@chromium.org2012-07-204-29/+51
* JSON Schema Compiler: Add event compilation and allow multiple parameters to ...mtytel@chromium.org2012-07-161-1/+1