|
Implement a chromoting client using X11
Using XRender to render the chromoting client. This patch has done several things:
1. Rename chromotocol_pb to remoting
2. Defined ChromotingView as the display area of the remote view
3. Implemented X11Client as the client that uses X11 for display
4. Implemented X11View that uses XRender for drawing
5. Fixed several problems in host capturer and encoder
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=49329
Total comments: 75
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+875 lines, -230 lines) |
Patch |
 |
M |
media/base/video_frame.h
|
View
|
|
2 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/base/video_frame.cc
|
View
|
1
2
3
|
3 chunks |
+26 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/base/video_frame_unittest.cc
|
View
|
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/base/protocol/chromotocol.proto
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/base/protocol_decoder.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/base/protocol_decoder.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/base/protocol_decoder_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/chromoting.gyp
|
View
|
1
2
3
4
5
|
3 chunks |
+28 lines, -3 lines |
0 comments
|
Download
|
 |
A |
remoting/client/chromoting_view.h
|
View
|
2
3
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
A |
remoting/client/client_util.h
|
View
|
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
A |
remoting/client/client_util.cc
|
View
|
|
1 chunk |
+76 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/client/decoder.h
|
View
|
1
2
3
4
|
5 chunks |
+13 lines, -30 lines |
0 comments
|
Download
|
 |
M |
remoting/client/decoder_verbatim.h
|
View
|
1
2
3
|
1 chunk |
+11 lines, -5 lines |
0 comments
|
Download
|
 |
M |
remoting/client/decoder_verbatim.cc
|
View
|
1
2
3
|
1 chunk |
+37 lines, -19 lines |
0 comments
|
Download
|
 |
M |
remoting/client/host_connection.cc
|
View
|
|
1 chunk |
+11 lines, -5 lines |
0 comments
|
Download
|
 |
M |
remoting/client/simple_client.cc
|
View
|
|
2 chunks |
+10 lines, -77 lines |
0 comments
|
Download
|
 |
A |
remoting/client/x11_client.cc
|
View
|
2
3
4
|
1 chunk |
+262 lines, -0 lines |
0 comments
|
Download
|
 |
A |
remoting/client/x11_view.h
|
View
|
2
3
4
5
|
1 chunk |
+56 lines, -0 lines |
0 comments
|
Download
|
 |
A |
remoting/client/x11_view.cc
|
View
|
2
3
4
5
|
1 chunk |
+151 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/host/capturer.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/host/capturer.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/host/capturer_fake.cc
|
View
|
|
3 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
remoting/host/capturer_fake_ascii.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/capturer_gdi.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/client_connection.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/client_connection.cc
|
View
|
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
remoting/host/client_connection_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/host/encoder.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/host/encoder_verbatim.h
|
View
|
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/host/encoder_verbatim.cc
|
View
|
|
3 chunks |
+20 lines, -18 lines |
0 comments
|
Download
|
 |
M |
remoting/host/encoder_vp8.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/encoder_vp8.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/encoder_vp8_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/host/event_executor_win.cc
|
View
|
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
remoting/host/mock_objects.h
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/host/session_manager.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/host/session_manager.cc
|
View
|
|
6 chunks |
+13 lines, -10 lines |
0 comments
|
Download
|
 |
M |
remoting/host/session_manager_unittest.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/host/simple_host.cc
|
View
|
|
6 chunks |
+18 lines, -12 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|