|
Block event processing on host/client until the client has authenticated.
Input events:
* Client will not send them
* Host will not process them
Control events:
* Client will only process BeginSessionResponse
* Host will only process BeginSessionRequest
All other control messages will be ignored.
BUG= 72466
TEST=manual+tests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=76974
Total comments: 22
Total comments: 20
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+304 lines, -61 lines) |
Patch |
 |
M |
remoting/client/chromoting_client.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/client/plugin/pepper_input_handler.cc
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/chromoting_host.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/host/chromoting_host_unittest.cc
|
View
|
1
2
|
5 chunks |
+27 lines, -13 lines |
0 comments
|
Download
|
 |
M |
remoting/host/screen_recorder_unittest.cc
|
View
|
1
2
|
3 chunks |
+11 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/protocol/client_message_dispatcher.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+24 lines, -10 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/client_stub.h
|
View
|
1
2
3
4
5
|
1 chunk |
+16 lines, -2 lines |
0 comments
|
Download
|
 |
A |
remoting/protocol/client_stub.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/connection_to_client.h
|
View
|
1
2
3
4
5
|
2 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/connection_to_client.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+16 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/connection_to_host.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/connection_to_host.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+16 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/host_message_dispatcher.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+34 lines, -18 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/host_stub.h
|
View
|
1
2
3
4
5
|
2 chunks |
+17 lines, -3 lines |
0 comments
|
Download
|
 |
A |
remoting/protocol/host_stub.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/input_stub.h
|
View
|
1
2
3
4
5
|
2 chunks |
+17 lines, -2 lines |
0 comments
|
Download
|
 |
A |
remoting/protocol/input_stub.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/protocol_mock_objects.h
|
View
|
1
2
3
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/protocol/protocol_mock_objects.cc
|
View
|
1
2
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/remoting.gyp
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|