index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
extensions
/
api
/
usb
/
usb_api.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move Extension and PermissionsData to extensions/common.
yoz@chromium.org
2013-11-15
1
-1
/
+1
*
Remove Profile dependency from ExtensionFunction
benwells@chromium.org
2013-10-28
1
-1
/
+1
*
Crashes when using a handle of an unplugged device
ikarienator@chromium.org
2013-10-25
1
-0
/
+7
*
linux and chromeos: Turn on -Wunused-const-variable.
thakis@chromium.org
2013-10-19
1
-0
/
+2
*
Stable blocker: crash extensions::UsbFindDevicesFunction::AsyncWorkStart()
ikarienator@chromium.org
2013-10-15
1
-2
/
+3
*
Fixes crashing in RequestUsbDevicesAccess
ikarienator@chromium.org
2013-09-17
1
-0
/
+4
*
Fixes extensions::UsbFindDevicesFunction::AsyncWorkStart()
ikarienator@chromium.org
2013-09-10
1
-19
/
+17
*
Fail gracefully when libusb_init fails
ikarienator@chromium.org
2013-09-05
1
-0
/
+16
*
Introducing chrome.usb.getDevices/openDevice API
ikarienator@chromium.org
2013-09-05
1
-191
/
+385
*
Fix the horrible naming of UsbInterfaceDescriptor.
ikarienator@chromium.org
2013-08-26
1
-12
/
+13
*
Simplify threads relaying of UsbFindDeviceFunction.
ikarienator@chromium.org
2013-08-24
1
-127
/
+29
*
c/b/extensions: Do not use Value::Create*.
DHNishi@gmail.com
2013-08-14
1
-3
/
+3
*
Fixes leaking transfer objects due to improper USB handle closure.
ikarienator@chromium.org
2013-08-10
1
-2
/
+6
*
Introduce UsbDevice
ikarienator@chromium.org
2013-08-08
1
-15
/
+14
*
Recommit: Create a refcounted usb context wrapper
ikarienator@chromium.org
2013-08-05
1
-10
/
+45
*
Revert 215274 "Recommit: Create a refcounted usb context wrapper"
robertphillips@google.com
2013-08-02
1
-45
/
+10
*
Recommit: Create a refcounted usb context wrapper
ikarienator@chromium.org
2013-08-02
1
-10
/
+45
*
Revert 215174 "Create a refcounted usb context wrapper."
nhiroki@chromium.org
2013-08-02
1
-45
/
+10
*
Create a refcounted usb context wrapper.
ikarienator@chromium.org
2013-08-02
1
-10
/
+45
*
Make UsbService a singleton as only one instance can be created in a single p...
pfeldman@chromium.org
2013-07-26
1
-11
/
+6
*
They will be restricted to FILE thread. No need for callback.
ikarienator@chromium.org
2013-07-24
1
-13
/
+38
*
As a part of the refactor, rename UsbDevice to UsbDeviceHandle.
ikarienator@chromium.org
2013-07-23
1
-17
/
+18
*
USB: allow enumerating all devices.
pfeldman@chromium.org
2013-07-02
1
-1
/
+1
*
Change ApiResourceManager to use ProfileKeyedApi.
patrickriordan177@gmail.com
2013-06-17
1
-1
/
+2
*
Use 'const char []' instead of 'const char *' at c/b/Extensions/.
limasdf@gmail.com
2013-06-05
1
-29
/
+29
*
Added ability to define explicit interface access permission to chrome.usb.* ...
zelidrag@chromium.org
2013-06-05
1
-3
/
+6
*
Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-02
1
-18
/
+42
*
This adds a way to interrogate the USB interfaces. It will list out all
kroot@google.com
2013-05-24
1
-20
/
+244
*
Move RuntimeData and related permissions out of Extension class
rdevlin.cronin@chromium.org
2013-05-17
1
-2
/
+3
*
USB Reset Device API
ikarienator@chromium.org
2013-04-23
1
-27
/
+96
*
Fix missing callback chaining in UsbService.
gdk@chromium.org
2013-02-13
1
-11
/
+14
*
Add validation to length, packets and packet_length parameters
meacer@chromium.org
2013-02-13
1
-3
/
+25
*
Fix transfer length validation in Usb Api.
meacer@chromium.org
2013-01-20
1
-22
/
+56
*
Overhaul JSON Schema Compiler to support a number of features required to
kalman@chromium.org
2013-01-17
1
-12
/
+12
*
Eliminate ApiResourceEventNotifier.
miket@chromium.org
2013-01-09
1
-2
/
+3
*
Update USB extension API with suggestions from review.
gdk@chromium.org
2012-12-17
1
-61
/
+64
*
Implement chrome.usb API Permissions.
bryeung@chromium.org
2012-12-11
1
-0
/
+12
*
Move USB API to dev channel.
gdk@chromium.org
2012-10-27
1
-18
/
+15
*
Adding multi-device support and changing event delivery for USB API.
gdk@chromium.org
2012-10-26
1
-73
/
+350
*
1. Create ApiFunction, which is a new base class of AsyncApiFunction that is ...
miket@chromium.org
2012-10-11
1
-1
/
+4
*
Adding setInterfaceAlternateSetting to the USB extension API.
leandrogracia@chromium.org
2012-10-05
1
-0
/
+36
*
Adding {Claim,Release}Interface methods to the USB extension API.
gdk@chromium.org
2012-10-03
1
-0
/
+67
*
Make sure that a given app/extension requests only its own resources.
miket@chromium.org
2012-09-11
1
-7
/
+27
*
Adding tests for USB extension API
gdk@chromium.org
2012-08-15
1
-5
/
+23
*
Refactored away the abomination of poor object-oriented design that was APIRe...
miket@chromium.org
2012-07-20
1
-12
/
+20
*
JSON Schema Compiler: Add event compilation and allow multiple parameters to ...
mtytel@chromium.org
2012-07-16
1
-1
/
+1
*
Added support for multiple parameters to Extension API callbacks.
mtytel@chromium.org
2012-07-12
1
-2
/
+2
*
Add bitrate option to serial API.
miket@chromium.org
2012-07-09
1
-1
/
+1
*
Isochronous transfer support for USB extension API.
gdk@chromium.org
2012-06-05
1
-0
/
+24
*
Implement serial API for Windows.
miket@chromium.org
2012-05-30
1
-1
/
+1
[next]