|
Add a partial Mojo serial connection interface and implementation.
This adds a Connect method to SerialService and a new partly complete
Connection interface. This change includes methods for:
- setting connection options
- getting connection info
- setting host control signals
- getting device control signals
- flushing buffers
BUG= 389016
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284399
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+872 lines, -105 lines) |
Patch |
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
device/device_tests.gyp
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/serial/BUILD.gn
|
View
|
|
3 chunks |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/serial/serial.gyp
|
View
|
|
2 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/serial/serial.mojom
|
View
|
1
2
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
device/serial/serial_connection.h
|
View
|
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
 |
A |
device/serial/serial_connection.cc
|
View
|
|
1 chunk |
+49 lines, -0 lines |
0 comments
|
Download
|
 |
A |
device/serial/serial_connection_factory.h
|
View
|
|
1 chunk |
+48 lines, -0 lines |
0 comments
|
Download
|
 |
A |
device/serial/serial_connection_factory.cc
|
View
|
|
1 chunk |
+114 lines, -0 lines |
0 comments
|
Download
|
 |
A |
device/serial/serial_connection_unittest.cc
|
View
|
|
1 chunk |
+181 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/serial/serial_io_handler.h
|
View
|
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
device/serial/serial_io_handler.cc
|
View
|
|
2 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
device/serial/serial_io_handler_posix.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
device/serial/serial_io_handler_posix.cc
|
View
|
|
2 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
device/serial/serial_io_handler_win.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
device/serial/serial_io_handler_win.cc
|
View
|
1
|
2 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
device/serial/serial_service_impl.h
|
View
|
|
2 chunks |
+21 lines, -2 lines |
0 comments
|
Download
|
 |
M |
device/serial/serial_service_impl.cc
|
View
|
|
2 chunks |
+53 lines, -6 lines |
0 comments
|
Download
|
 |
M |
device/serial/serial_service_unittest.cc
|
View
|
|
3 chunks |
+102 lines, -6 lines |
0 comments
|
Download
|
 |
A |
device/serial/test_serial_io_handler.h
|
View
|
|
1 chunk |
+60 lines, -0 lines |
0 comments
|
Download
|
 |
A |
device/serial/test_serial_io_handler.cc
|
View
|
|
1 chunk |
+96 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/api/serial/serial_apitest.cc
|
View
|
|
3 chunks |
+7 lines, -61 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/api/serial/serial_connection.cc
|
View
|
|
2 chunks |
+5 lines, -7 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|