|
Set the initial resolution of an RDP session to the client screen resolution if it is available.
Changes in this CL:
- The version of the control channel is increased to 3. This allows the host and client to tell if the peer supports capabilities negotiation or not.
- The client and host negotiate supported capabilities by sending each other a list of the supported capabilities. Capabilities supported by both client and host are assumed to be enabled.
- The client plugin and webapp negotiate the list of capabilities supported by the client. The webapp has the final word.
- The DesktopEnvironment interface was extended to provide the list of all supported capabilities and receive the results of negotiation with the client.
- Added the 'sendInitialResolution' capability. When it is enabled the client sends its screen resolution to the host once the connection has been established.
- DesktopSessionProxy now waits for the client screen resolution when the 'sendInitialResolution' capability is enabled.
BUG= 230893
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=195192
Total comments: 6
Total comments: 8
Total comments: 32
Total comments: 16
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+667 lines, -67 lines) |
Patch |
|
A |
remoting/base/capabilities.h
|
View
|
1
2
3
4
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
|
A |
remoting/base/capabilities.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
|
A |
remoting/base/capabilities_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+106 lines, -0 lines |
0 comments
|
Download
|
|
M |
remoting/client/chromoting_client.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+15 lines, -5 lines |
0 comments
|
Download
|
|
M |
remoting/client/chromoting_client.cc
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+42 lines, -0 lines |
0 comments
|
Download
|
|
M |
remoting/client/client_config.h
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
remoting/client/client_user_interface.h
|
View
|
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
remoting/client/plugin/chromoting_instance.h
|
View
|
1
2
3
4
|
3 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
|
M |
remoting/client/plugin/chromoting_instance.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+22 lines, -1 line |
0 comments
|
Download
|
|
M |
remoting/host/basic_desktop_environment.h
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
remoting/host/basic_desktop_environment.cc
|
View
|
1
2
3
4
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
remoting/host/chromoting_host_unittest.cc
|
View
|
1
|
2 chunks |
+10 lines, -5 lines |
0 comments
|
Download
|
|
M |
remoting/host/client_session.h
|
View
|
1
2
3
4
|
3 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
|
M |
remoting/host/client_session.cc
|
View
|
1
2
3
4
5
|
7 chunks |
+64 lines, -1 line |
0 comments
|
Download
|
|
M |
remoting/host/client_session_unittest.cc
|
View
|
1
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
|
M |
remoting/host/desktop_environment.h
|
View
|
1
2
3
4
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
remoting/host/desktop_process_unittest.cc
|
View
|
1
|
2 chunks |
+10 lines, -5 lines |
0 comments
|
Download
|
|
M |
remoting/host/desktop_session_proxy.h
|
View
|
1
2
3
4
|
4 chunks |
+11 lines, -7 lines |
0 comments
|
Download
|
|
M |
remoting/host/desktop_session_proxy.cc
|
View
|
1
2
3
4
|
5 chunks |
+53 lines, -19 lines |
0 comments
|
Download
|
|
M |
remoting/host/host_mock_objects.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
remoting/host/ipc_desktop_environment.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
remoting/host/ipc_desktop_environment.cc
|
View
|
1
2
3
4
|
2 chunks |
+11 lines, -4 lines |
0 comments
|
Download
|
|
M |
remoting/host/ipc_desktop_environment_unittest.cc
|
View
|
1
2
3
4
|
3 chunks |
+12 lines, -5 lines |
0 comments
|
Download
|
|
M |
remoting/proto/control.proto
|
View
|
1
2
3
4
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
remoting/proto/internal.proto
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/client_control_dispatcher.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/client_control_dispatcher.cc
|
View
|
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/client_stub.h
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/host_control_dispatcher.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/host_control_dispatcher.cc
|
View
|
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/host_stub.h
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/protocol_mock_objects.h
|
View
|
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/session_config.h
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/session_config.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+14 lines, -3 lines |
0 comments
|
Download
|
|
M |
remoting/remoting.gyp
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
remoting/webapp/client_plugin.js
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
remoting/webapp/client_plugin_async.js
|
View
|
1
2
3
4
5
6
|
6 chunks |
+61 lines, -2 lines |
0 comments
|
Download
|
|
M |
remoting/webapp/client_session.js
|
View
|
1
2
3
|
3 chunks |
+58 lines, -0 lines |
0 comments
|
Download
|
Total messages: 23 (0 generated)
|