|
Clean up remoting project
Cleaned up some file names so it simplifies our project, and gets us more inline with chromium standards.
Removed several unnecessary headers that were cluttering the remoting namespace.
Simplified some of the double pimpl implementations that we had on Linux to hide X11 stuff.
Got HostAuthentication working reasonably well as a mock.
BUG=NONE
TEST=BUILD
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=80385
Total comments: 27
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+723 lines, -1286 lines) |
Patch |
 |
D |
remoting/host/capturer_gdi.h
|
View
|
1
2
|
1 chunk |
+0 lines, -112 lines |
0 comments
|
Download
|
 |
D |
remoting/host/capturer_gdi.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -237 lines |
0 comments
|
Download
|
 |
D |
remoting/host/capturer_gdi_unittest.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
 |
D |
remoting/host/capturer_linux.h
|
View
|
1
2
|
1 chunk |
+0 lines, -41 lines |
0 comments
|
Download
|
 |
M |
remoting/host/capturer_linux.cc
|
View
|
1
2
3
4
|
12 chunks |
+38 lines, -72 lines |
0 comments
|
Download
|
 |
M |
remoting/host/capturer_linux_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
D |
remoting/host/capturer_mac.h
|
View
|
1
2
|
1 chunk |
+0 lines, -78 lines |
0 comments
|
Download
|
 |
M |
remoting/host/capturer_mac.cc
|
View
|
1
2
3
4
|
2 chunks |
+71 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/host/capturer_mac_unittest.cc
|
View
|
1
2
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
remoting/host/capturer_win.cc
|
View
|
1
2
3
4
|
2 chunks |
+102 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
remoting/host/capturer_win_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/host/chromoting_host.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+5 lines, -8 lines |
0 comments
|
Download
|
 |
M |
remoting/host/chromoting_host_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
11 chunks |
+37 lines, -49 lines |
0 comments
|
Download
|
 |
M |
remoting/host/client_session.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/host/client_session.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
remoting/host/client_session_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+16 lines, -23 lines |
0 comments
|
Download
|
 |
D |
remoting/host/curtain_linux.h
|
View
|
1
2
|
1 chunk |
+0 lines, -20 lines |
0 comments
|
Download
|
 |
M |
remoting/host/curtain_linux.cc
|
View
|
1
2
3
4
|
1 chunk |
+16 lines, -1 line |
0 comments
|
Download
|
 |
D |
remoting/host/curtain_mac.h
|
View
|
1
2
|
1 chunk |
+0 lines, -20 lines |
0 comments
|
Download
|
 |
M |
remoting/host/curtain_mac.cc
|
View
|
1
2
3
4
|
1 chunk |
+17 lines, -1 line |
0 comments
|
Download
|
 |
D |
remoting/host/curtain_win.h
|
View
|
1
2
|
1 chunk |
+0 lines, -20 lines |
0 comments
|
Download
|
 |
M |
remoting/host/curtain_win.cc
|
View
|
1
2
3
4
|
1 chunk |
+17 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/desktop_environment.h
|
View
|
1
2
|
1 chunk |
+5 lines, -8 lines |
0 comments
|
Download
|
 |
M |
remoting/host/desktop_environment.cc
|
View
|
1
2
|
1 chunk |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
remoting/host/event_executor.h
|
View
|
1
2
3
4
|
1 chunk |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
D |
remoting/host/event_executor_linux.h
|
View
|
1
2
|
1 chunk |
+0 lines, -42 lines |
0 comments
|
Download
|
 |
M |
remoting/host/event_executor_linux.cc
|
View
|
1
2
3
4
|
7 chunks |
+72 lines, -79 lines |
0 comments
|
Download
|
 |
D |
remoting/host/event_executor_mac.h
|
View
|
1
2
|
1 chunk |
+0 lines, -36 lines |
0 comments
|
Download
|
 |
M |
remoting/host/event_executor_mac.cc
|
View
|
1
2
3
4
|
3 chunks |
+30 lines, -9 lines |
0 comments
|
Download
|
 |
D |
remoting/host/event_executor_win.h
|
View
|
1
2
|
1 chunk |
+0 lines, -43 lines |
0 comments
|
Download
|
 |
M |
remoting/host/event_executor_win.cc
|
View
|
1
2
3
4
|
4 chunks |
+36 lines, -13 lines |
0 comments
|
Download
|
 |
M |
remoting/host/host_mock_objects.h
|
View
|
1
2
|
2 chunks |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/host/host_mock_objects.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/host/screen_recorder_unittest.cc
|
View
|
1
2
|
3 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/host/simple_host_process.cc
|
View
|
1
2
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/host/user_authenticator.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
D |
remoting/host/user_authenticator_fake.h
|
View
|
1
2
|
1 chunk |
+0 lines, -34 lines |
0 comments
|
Download
|
 |
D |
remoting/host/user_authenticator_fake.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -28 lines |
0 comments
|
Download
|
 |
M |
remoting/host/user_authenticator_linux.cc
|
View
|
1
2
|
1 chunk |
+123 lines, -1 line |
0 comments
|
Download
|
 |
D |
remoting/host/user_authenticator_mac.h
|
View
|
1
2
|
1 chunk |
+0 lines, -28 lines |
0 comments
|
Download
|
 |
M |
remoting/host/user_authenticator_mac.cc
|
View
|
1
2
|
3 chunks |
+17 lines, -6 lines |
0 comments
|
Download
|
 |
D |
remoting/host/user_authenticator_pam.h
|
View
|
1
2
|
1 chunk |
+0 lines, -46 lines |
0 comments
|
Download
|
 |
D |
remoting/host/user_authenticator_pam.cc
|
View
|
|
1 chunk |
+0 lines, -106 lines |
0 comments
|
Download
|
 |
M |
remoting/host/user_authenticator_win.cc
|
View
|
1
2
|
1 chunk |
+29 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/remoting.gyp
|
View
|
1
2
|
9 chunks |
+22 lines, -63 lines |
0 comments
|
Download
|
Total messages: 25 (0 generated)
|