Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(768)

Issue 1315683002: WebUSB bindings part 6 (Closed)

Created:
5 years, 4 months ago by Ken Rockot(use gerrit already)
Modified:
5 years, 4 months ago
CC:
blink-reviews, dglazkov+blink
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

WebUSB bindings part 6 This connects USBDevice interface methods to the embedder. BUG=492204 R=reillyg@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201107

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Patch Set 3 : fix blink-gc errors on transfer result types #

Patch Set 4 : remote USBTransferStatus.idl #

Unified diffs Side-by-side diffs Delta from patch set Stats (+440 lines, -11 lines) Patch
M LayoutTests/webexposed/global-interface-listing-expected.txt View 1 chunk +20 lines, -0 lines 0 comments Download
M Source/modules/modules.gypi View 1 2 3 4 chunks +8 lines, -1 line 0 comments Download
A Source/modules/webusb/USBControlTransferParameters.idl View 1 chunk +24 lines, -0 lines 0 comments Download
M Source/modules/webusb/USBDevice.h View 3 chunks +18 lines, -0 lines 0 comments Download
M Source/modules/webusb/USBDevice.cpp View 1 2 chunks +241 lines, -0 lines 0 comments Download
M Source/modules/webusb/USBDevice.idl View 1 2 3 2 chunks +21 lines, -0 lines 0 comments Download
A Source/modules/webusb/USBInTransferResult.h View 1 2 1 chunk +46 lines, -0 lines 0 comments Download
A + Source/modules/webusb/USBInTransferResult.idl View 1 chunk +4 lines, -3 lines 0 comments Download
A Source/modules/webusb/USBOutTransferResult.h View 1 2 1 chunk +46 lines, -0 lines 0 comments Download
A + Source/modules/webusb/USBOutTransferResult.idl View 1 chunk +4 lines, -3 lines 0 comments Download
M public/platform/modules/webusb/WebUSBDevice.h View 2 chunks +8 lines, -4 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
Ken Rockot(use gerrit already)
please take a look! note that this patch and the content counterpart (https://codereview.chromium.org/1314493003/) should have ...
5 years, 4 months ago (2015-08-24 20:20:51 UTC) #1
Reilly Grant (use Gerrit)
https://codereview.chromium.org/1315683002/diff/1/Source/modules/webusb/USBDevice.cpp File Source/modules/webusb/USBDevice.cpp (right): https://codereview.chromium.org/1315683002/diff/1/Source/modules/webusb/USBDevice.cpp#newcode41 Source/modules/webusb/USBDevice.cpp:41: return DOMException::create(AbortError, "The control transfer requestType parameter is invalid."); ...
5 years, 4 months ago (2015-08-24 21:47:17 UTC) #2
Ken Rockot(use gerrit already)
https://codereview.chromium.org/1315683002/diff/1/Source/modules/webusb/USBDevice.cpp File Source/modules/webusb/USBDevice.cpp (right): https://codereview.chromium.org/1315683002/diff/1/Source/modules/webusb/USBDevice.cpp#newcode41 Source/modules/webusb/USBDevice.cpp:41: return DOMException::create(AbortError, "The control transfer requestType parameter is invalid."); ...
5 years, 4 months ago (2015-08-24 22:52:37 UTC) #3
Reilly Grant (use Gerrit)
lgtm once you fix the blink-gc errors.
5 years, 4 months ago (2015-08-24 23:46:22 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1315683002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1315683002/60001
5 years, 4 months ago (2015-08-25 00:57:03 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/103480)
5 years, 4 months ago (2015-08-25 01:41:22 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1315683002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1315683002/60001
5 years, 4 months ago (2015-08-25 02:13:02 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/103540)
5 years, 4 months ago (2015-08-25 03:10:17 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1315683002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1315683002/60001
5 years, 4 months ago (2015-08-25 05:01:20 UTC) #15
commit-bot: I haz the power
5 years, 4 months ago (2015-08-25 06:14:44 UTC) #16
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=201107

Powered by Google App Engine
This is Rietveld 408576698