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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
4
-38
/
+78
*
Taking ownership of USB API
ikarienator@chromium.org
2013-08-07
1
-0
/
+3
*
Recommit: Create a refcounted usb context wrapper
ikarienator@chromium.org
2013-08-05
2
-12
/
+59
*
Revert 215274 "Recommit: Create a refcounted usb context wrapper"
robertphillips@google.com
2013-08-02
2
-59
/
+12
*
Recommit: Create a refcounted usb context wrapper
ikarienator@chromium.org
2013-08-02
2
-12
/
+59
*
Revert 215174 "Create a refcounted usb context wrapper."
nhiroki@chromium.org
2013-08-02
2
-59
/
+12
*
Create a refcounted usb context wrapper.
ikarienator@chromium.org
2013-08-02
2
-12
/
+59
*
Move kEnableExperimentalExtensionApis switch to extensions/common/switches.cc.
yoz@chromium.org
2013-07-31
2
-13
/
+0
*
Make UsbService a singleton as only one instance can be created in a single p...
pfeldman@chromium.org
2013-07-26
2
-13
/
+6
*
They will be restricted to FILE thread. No need for callback.
ikarienator@chromium.org
2013-07-24
2
-40
/
+53
*
As a part of the refactor, rename UsbDevice to UsbDeviceHandle.
ikarienator@chromium.org
2013-07-23
5
-38
/
+42
*
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
3
-1
/
+19
*
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
2
-42
/
+74
*
This adds a way to interrogate the USB interfaces. It will list out all
kroot@google.com
2013-05-24
4
-31
/
+320
*
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
3
-28
/
+139
*
Fix missing callback chaining in UsbService.
gdk@chromium.org
2013-02-13
2
-11
/
+18
*
Add validation to length, packets and packet_length parameters
meacer@chromium.org
2013-02-13
1
-3
/
+25
*
Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edit...
rsleevi@chromium.org
2013-02-07
1
-1
/
+1
*
Fix transfer length validation in Usb Api.
meacer@chromium.org
2013-01-20
2
-22
/
+62
*
Record histogram of extension API usage
rpaquay@chromium.org
2013-01-18
1
-9
/
+10
*
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
4
-9
/
+4
*
Update USB extension API with suggestions from review.
gdk@chromium.org
2012-12-17
2
-64
/
+67
*
Implement chrome.usb API Permissions.
bryeung@chromium.org
2012-12-11
1
-0
/
+12
*
Removed dead code from chrome/browser/extensions/api/usb
sergiyb@google.com
2012-12-06
1
-2
/
+0
*
Revert 170660
benwells@chromium.org
2012-12-04
1
-4
/
+4
*
Keep browser process alive while there are platform apps with background page...
benwells@chromium.org
2012-12-01
1
-4
/
+4
*
Revert r165772: Keep browser process alive while there are platform apps with...
davidjames@google.com
2012-11-08
1
-4
/
+4
*
Keep browser process alive while there are platform apps with background page...
benwells@chromium.org
2012-11-02
1
-4
/
+4
*
Move USB API to dev channel.
gdk@chromium.org
2012-10-27
4
-48
/
+36
*
Adding multi-device support and changing event delivery for USB API.
gdk@chromium.org
2012-10-26
5
-358
/
+413
*
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
2
-0
/
+56
*
Adding {Claim,Release}Interface methods to the USB extension API.
gdk@chromium.org
2012-10-03
3
-0
/
+110
*
Changing USB API buffer ownership.
gdk@chromium.org
2012-09-25
3
-17
/
+16
*
Validate length of isochronous transfers before submitting.
gdk@chromium.org
2012-09-18
1
-0
/
+3
*
Make sure that a given app/extension requests only its own resources.
miket@chromium.org
2012-09-11
4
-10
/
+35
*
Adding tests for USB extension API
gdk@chromium.org
2012-08-15
5
-6
/
+155
*
Allocate a one-byte IOBuffer for transfers that are zero-length.
gdk@chromium.org
2012-08-13
1
-6
/
+7
*
Revert 147594 - NaCl: Remove two uses of '#include "nacl/nacl_log.h"'
mseaborn@chromium.org
2012-07-20
1
-2
/
+2
*
NaCl: Remove two uses of '#include "nacl/nacl_log.h"'
mseaborn@chromium.org
2012-07-20
1
-2
/
+2
*
Represent BINARY properties using std::string instead of BinaryValue,
jyasskin@chromium.org
2012-07-20
1
-2
/
+2
*
Refactored away the abomination of poor object-oriented design that was APIRe...
miket@chromium.org
2012-07-20
4
-29
/
+51
*
JSON Schema Compiler: Add event compilation and allow multiple parameters to ...
mtytel@chromium.org
2012-07-16
1
-1
/
+1
[next]