|
|
Reworked the plumbing required to pass the client resolution to the desktop resizer.
This is mostly a renaming CL:
- DesktopSessionParams -> ScreenResolution
- OnClientResolutionChanged() -> SetScreenResolution().
Also added validation of ScreenResolution before passing it to session controllers.
BUG= 196316
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=188661
Total comments: 14
Total comments: 6
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+280 lines, -149 lines) |
Patch |
 |
M |
remoting/host/chromoting_messages.h
|
View
|
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
remoting/host/client_session.cc
|
View
|
1
|
3 chunks |
+20 lines, -14 lines |
0 comments
|
Download
|
 |
M |
remoting/host/daemon_process.h
|
View
|
1
2
3
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/host/daemon_process.cc
|
View
|
1
|
4 chunks |
+14 lines, -23 lines |
0 comments
|
Download
|
 |
M |
remoting/host/daemon_process_unittest.cc
|
View
|
|
6 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
remoting/host/daemon_process_win.cc
|
View
|
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/host/desktop_session.h
|
View
|
|
1 chunk |
+0 lines, -16 lines |
0 comments
|
Download
|
 |
M |
remoting/host/desktop_session.cc
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
remoting/host/desktop_session_connector.h
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/host/desktop_session_proxy.h
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/desktop_session_proxy.cc
|
View
|
1
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/desktop_session_win.h
|
View
|
1
2
3
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/host/desktop_session_win.cc
|
View
|
1
|
7 chunks |
+15 lines, -32 lines |
0 comments
|
Download
|
 |
M |
remoting/host/host_mock_objects.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/host/ipc_desktop_environment.h
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/host/ipc_desktop_environment.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/host/ipc_desktop_environment_unittest.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/host/ipc_session_controller.h
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/host/ipc_session_controller.cc
|
View
|
1
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/host/resizing_host_observer.h
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/host/resizing_host_observer.cc
|
View
|
1
2
|
2 chunks |
+7 lines, -8 lines |
0 comments
|
Download
|
 |
M |
remoting/host/resizing_host_observer_unittest.cc
|
View
|
1
|
3 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
A |
remoting/host/screen_resolution.h
|
View
|
1
2
3
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
 |
A |
remoting/host/screen_resolution.cc
|
View
|
1
2
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
A |
remoting/host/screen_resolution_unittest.cc
|
View
|
1
2
|
1 chunk |
+80 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/host/session_controller.h
|
View
|
1
2
3
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/remoting.gyp
|
View
|
1
2
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|