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

Issue 22804008: Adds Serial API to set data bits, parity, stop bits. (Closed)

Created:
7 years, 4 months ago by limasdf
Modified:
7 years, 3 months ago
Reviewers:
miket_OOO
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Visibility:
Public.

Description

Adds Serial API to set data bits, parity, stop bits. BUG=261688 TEST=BUILD Success, run serial.open() with options. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=219782

Patch Set 1 : #

Total comments: 7

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+212 lines, -93 lines) Patch
M chrome/browser/extensions/api/serial/serial_api.h View 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/serial/serial_api.cc View 1 6 chunks +34 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/serial/serial_apitest.cc View 1 2 3 chunks +12 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/serial/serial_connection.h View 3 chunks +9 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/serial/serial_connection.cc View 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/serial/serial_connection_posix.cc View 1 1 chunk +69 lines, -59 lines 0 comments Download
M chrome/browser/extensions/api/serial/serial_connection_win.cc View 1 2 chunks +59 lines, -26 lines 0 comments Download
M chrome/common/extensions/api/serial.idl View 1 1 chunk +13 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
limasdf
.
7 years, 4 months ago (2013-08-18 15:28:17 UTC) #1
miket_OOO
LGTM with a few comments. Thanks! https://codereview.chromium.org/22804008/diff/8001/chrome/browser/extensions/api/serial/serial_api.cc File chrome/browser/extensions/api/serial/serial_api.cc (right): https://codereview.chromium.org/22804008/diff/8001/chrome/browser/extensions/api/serial/serial_api.cc#newcode111 chrome/browser/extensions/api/serial/serial_api.cc:111: EXTENSION_FUNCTION_VALIDATE(options->GetString(kDataBitKey, &data)); What ...
7 years, 4 months ago (2013-08-21 19:43:44 UTC) #2
miket_OOO
One more thing: please edit the CL description to be consistent about the order of ...
7 years, 4 months ago (2013-08-21 19:45:17 UTC) #3
limasdf
Done. and the document url is http://chrome-apps-doc.appspot.com/_patch/22804008/apps/serial.html https://codereview.chromium.org/22804008/diff/8001/chrome/browser/extensions/api/serial/serial_api.cc File chrome/browser/extensions/api/serial/serial_api.cc (right): https://codereview.chromium.org/22804008/diff/8001/chrome/browser/extensions/api/serial/serial_api.cc#newcode111 chrome/browser/extensions/api/serial/serial_api.cc:111: EXTENSION_FUNCTION_VALIDATE(options->GetString(kDataBitKey, &data)); ...
7 years, 4 months ago (2013-08-24 15:46:24 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/limasdf@gmail.com/22804008/25001
7 years, 4 months ago (2013-08-25 15:23:15 UTC) #5
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 4 months ago (2013-08-25 16:00:34 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/limasdf@gmail.com/22804008/53001
7 years, 3 months ago (2013-08-27 06:40:50 UTC) #7
commit-bot: I haz the power
7 years, 3 months ago (2013-08-27 13:42:43 UTC) #8
Message was sent while issue was closed.
Change committed as 219782

Powered by Google App Engine
This is Rietveld 408576698