summaryrefslogtreecommitdiffstats
path: root/remoting/client/x11_client.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove remoting_x11_clientsergeyu@chromium.org2011-06-231-56/+0
* Convert Chromoting logging to appear in client debug-info div.garykac@chromium.org2011-05-231-2/+3
* Replace libjingle's HttpPortAllocatorSession with Pepper's http clienthclam@google.com2011-03-081-1/+1
* Integrate P2P Sockets IPC with chromoting plugin.sergeyu@chromium.org2011-03-041-1/+2
* Let the host change resolution.simonmorris@chromium.org2011-03-041-3/+4
* Revert 76747 - Let the host change resolution.simonmorris@chromium.org2011-03-031-4/+3
* Let the host change resolution.simonmorris@chromium.org2011-03-031-3/+4
* Fold jingle_connection_to_host into connection_to_host.garykac@chromium.org2011-02-281-3/+2
* Removed dependence on remoting/client from remoting/protocol.sergeyu@chromium.org2010-11-051-1/+4
* Chromoting: Rename HostConnection to ConnectionToHostgarykac@chromium.org2010-11-041-2/+2
* Move protocol classes to the remoting::protocol namespacesergeyu@chromium.org2010-11-041-1/+1
* This is a monster CL.ajwong@chromium.org2010-10-041-2/+6
* Pass ClientContext, HostConnection and ChromotingView into the input handler ...garykac@chromium.org2010-08-251-1/+1
* Change ClientConfig to be a struct since it's just a dumb data carrier.ajwong@chromium.org2010-07-271-1/+1
* Refactor the client code for the X11 version.garykac@google.com2010-07-201-236/+23
* Fixed up some comments while I was looking at these files.dmaclach@chromium.org2010-06-301-1/+1
* Hookup the ChromotingPlugin into the refactored implementationajwong@chromium.org2010-06-171-12/+11
* Coverity: Fix missing return in error check in remoting::X11Client::DoInitX11.mattm@chromium.org2010-06-161-0/+1
* Add cmdline options to set the hostjid, jid and auth token for the chromotinggarykac@google.com2010-06-111-74/+67
* Enable chromoting in the build by defaulthclam@chromium.org2010-06-111-4/+9
* Implement a chromoting client using X11hclam@chromium.org2010-06-091-0/+262