|
Pull out common code from client and host versions of ServerLogEntry.
This also adds unittests for ServerLogEntry client code, with common code
pulled out to a separate file.
This doesn't affect LogToServer classes - they will be refactored in a
separate CL. Also fix some IWYU issues uncovered by the refactor.
TEST=unittests
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272346
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+682 lines, -976 lines) |
Patch |
 |
M |
remoting/client/jni/chromoting_jni_instance.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/client/log_to_server.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/client/log_to_server.cc
|
View
|
1
|
6 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
D |
remoting/client/server_log_entry.h
|
View
|
|
1 chunk |
+0 lines, -93 lines |
0 comments
|
Download
|
 |
D |
remoting/client/server_log_entry.cc
|
View
|
|
1 chunk |
+0 lines, -238 lines |
0 comments
|
Download
|
 |
A |
remoting/client/server_log_entry_client.h
|
View
|
1
|
1 chunk |
+41 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
remoting/client/server_log_entry_client.cc
|
View
|
1
|
4 chunks |
+77 lines, -149 lines |
0 comments
|
Download
|
 |
A |
remoting/client/server_log_entry_client_unittest.cc
|
View
|
1
|
1 chunk |
+125 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/host/heartbeat_sender.cc
|
View
|
1
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/host/host_status_sender.cc
|
View
|
1
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/host/it2me/it2me_host.h
|
View
|
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/host/it2me/it2me_host.cc
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/host/it2me/it2me_native_messaging_host_main.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/host/log_to_server.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/log_to_server.cc
|
View
|
1
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
D |
remoting/host/server_log_entry.h
|
View
|
|
1 chunk |
+0 lines, -74 lines |
0 comments
|
Download
|
 |
D |
remoting/host/server_log_entry.cc
|
View
|
|
1 chunk |
+0 lines, -171 lines |
0 comments
|
Download
|
 |
A |
remoting/host/server_log_entry_host.h
|
View
|
1
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
A |
remoting/host/server_log_entry_host.cc
|
View
|
1
|
1 chunk |
+107 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
remoting/host/server_log_entry_host_unittest.cc
|
View
|
1
|
6 chunks |
+14 lines, -64 lines |
0 comments
|
Download
|
 |
D |
remoting/host/server_log_entry_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -151 lines |
0 comments
|
Download
|
 |
A |
remoting/jingle_glue/server_log_entry.h
|
View
|
1
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
 |
A |
remoting/jingle_glue/server_log_entry.cc
|
View
|
1
|
1 chunk |
+88 lines, -0 lines |
0 comments
|
Download
|
 |
A |
remoting/jingle_glue/server_log_entry_unittest.h
|
View
|
1
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
A |
remoting/jingle_glue/server_log_entry_unittest.cc
|
View
|
1
|
1 chunk |
+57 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/remoting_host.gypi
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/remoting_srcs.gypi
|
View
|
1
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/remoting_test.gypi
|
View
|
1
|
3 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
Total messages: 15 (0 generated)
|