Refactor the client code for the X11 version.
Make ChromotingViews responsible for initializing themselves. Move all x11-related code into X11View. Create InputCapturer class manage client input capture. BUG=none TEST=ran Win host + X11 client Review URL: http://codereview.chromium.org/2861047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52973 0039d316-1c4b-4281-b951-d872f2087c98
Showing
- remoting/client/chromoting_client.cc 98 additions, 52 deletionsremoting/client/chromoting_client.cc
- remoting/client/chromoting_client.h 26 additions, 16 deletionsremoting/client/chromoting_client.h
- remoting/client/chromoting_view.h 10 additions, 5 deletionsremoting/client/chromoting_view.h
- remoting/client/client_config.h 36 additions, 0 deletionsremoting/client/client_config.h
- remoting/client/client_context.cc 52 additions, 0 deletionsremoting/client/client_context.cc
- remoting/client/client_context.h 48 additions, 0 deletionsremoting/client/client_context.h
- remoting/client/client_util.cc 59 additions, 34 deletionsremoting/client/client_util.cc
- remoting/client/client_util.h 8 additions, 4 deletionsremoting/client/client_util.h
- remoting/client/client_util_unittest.cc 36 additions, 0 deletionsremoting/client/client_util_unittest.cc
- remoting/client/host_connection.h 3 additions, 3 deletionsremoting/client/host_connection.h
- remoting/client/input_handler.h 28 additions, 0 deletionsremoting/client/input_handler.h
- remoting/client/jingle_host_connection.cc 11 additions, 14 deletionsremoting/client/jingle_host_connection.cc
- remoting/client/jingle_host_connection.h 6 additions, 8 deletionsremoting/client/jingle_host_connection.h
- remoting/client/plugin/chromoting_plugin.cc 22 additions, 65 deletionsremoting/client/plugin/chromoting_plugin.cc
- remoting/client/plugin/chromoting_plugin.h 7 additions, 7 deletionsremoting/client/plugin/chromoting_plugin.h
- remoting/client/plugin/chromoting_plugin_unittest.cc 0 additions, 13 deletionsremoting/client/plugin/chromoting_plugin_unittest.cc
- remoting/client/plugin/pepper_input_handler.cc 19 additions, 0 deletionsremoting/client/plugin/pepper_input_handler.cc
- remoting/client/plugin/pepper_input_handler.h 27 additions, 0 deletionsremoting/client/plugin/pepper_input_handler.h
- remoting/client/plugin/pepper_view.cc 9 additions, 2 deletionsremoting/client/plugin/pepper_view.cc
- remoting/client/plugin/pepper_view.h 3 additions, 1 deletionremoting/client/plugin/pepper_view.h
Loading
Please register or sign in to comment