summaryrefslogtreecommitdiffstats
path: root/remoting/host
Commit message (Expand)AuthorAgeFilesLines
* Fixup threading for Chromoting's logging code.garykac@chromium.org2011-07-133-64/+4
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-122-3/+5
* Don't hide host plugin. Temporary fix for host plugin logging crash.jamiewalch@google.com2011-07-081-0/+2
* Conenct Chromoting plugin debug log to JS UI.garykac@chromium.org2011-07-078-37/+178
* Chromoting: Move host input and window mgmt into DesktopEnvironmentgarykac@chromium.org2011-07-076-129/+175
* Minor cleanups in JingleSession and JingleSessionManager.sergeyu@chromium.org2011-07-071-1/+1
* Remove DCHECK from HeartbeatSender::OnSignallingDisconnected()lambroslambrou@chromium.org2011-07-071-1/+0
* Shutdown JingleSessionManager and SingalStartegy and send OnSignallingDisconn...sergeyu@chromium.org2011-07-072-18/+29
* Cleanup Chromoting's Continue window:garykac@google.com2011-07-063-7/+38
* Improvements to Linux Disconnect/Continue windows.lambroslambrou@chromium.org2011-07-062-63/+64
* Make Session and SessionManager not thread-safe and not ref-counted.sergeyu@chromium.org2011-07-063-36/+25
* Fix test for disabling curtain mode (and hiding DisconnectWindow, etc).wez@chromium.org2011-06-301-2/+2
* Initial continue window implementation on mac.dmaclach@chromium.org2011-06-304-13/+121
* Remove JingleClient.sergeyu@chromium.org2011-06-296-54/+39
* Chromoting: Release all currently pressed keys when disconnecting.garykac@chromium.org2011-06-293-10/+64
* Use shared UI strings for Chromoting's Disconnect window (in Windows).garykac@google.com2011-06-292-3/+17
* Move UI strings from Chromoting's Disconnect window into base class.garykac@chromium.org2011-06-283-15/+29
* Fix buglet calling out to JS from plugin.wez@chromium.org2011-06-272-19/+12
* The design docs say 10 minutes before continue window. So fixed to match desi...dmaclach@chromium.org2011-06-271-1/+1
* Fix the problem of linux host mouse not movinghclam@chromium.org2011-06-242-3/+3
* Cleanup client shutdown sequence.sergeyu@chromium.org2011-06-241-2/+2
* Cleanup usage of JingleThread in the protocol code.sergeyu@chromium.org2011-06-241-2/+2
* Chromoting's ContinueWindow implementation for Windows.garykac@google.com2011-06-224-41/+158
* Use the correct Chrome UI thread when creating the chromoting continue window.garykac@google.com2011-06-224-12/+13
* Fix crash in ChromotingHost::Shutdown().sergeyu@chromium.org2011-06-221-1/+1
* Chromoting's ContinueWindow implementation for Linux.lambroslambrou@chromium.org2011-06-221-4/+74
* Move SignalStrategy and its implementations to separate files.sergeyu@chromium.org2011-06-211-0/+1
* Reduced host secret to five digits. Removed hyphen from access code and displ...jamiewalch@google.com2011-06-213-7/+7
* Move the Remoting Host plugin into its own sub-directory.wez@chromium.org2011-06-2110-11/+13
* Don't tell the webapp that someone is connected in OnSignallingConnected.jamiewalch@google.com2011-06-211-1/+0
* Notify calling web-app when Host plugin becomes connected to a client.wez@chromium.org2011-06-219-7/+40
* Split host plugin into multiple files.sergeyu@chromium.org2011-06-216-639/+756
* Improve error/debug messaging for Chromoting host plugin:garykac@google.com2011-06-201-4/+55
* Limit number of failed connection attempts.sergeyu@chromium.org2011-06-207-4/+32
* Cleanups in the host shutdown logic and some minor fixes.sergeyu@chromium.org2011-06-2013-297/+383
* Completed basic implementation.jamiewalch@google.com2011-06-204-6/+119
* Disable some ChromotingHost connect tests that don't seem to work.wez@chromium.org2011-06-201-4/+5
* Remove minimize/close buttons from DisconnectWindowLinux.lambroslambrou@google.com2011-06-161-0/+3
* Interface and stubs for continuation window.jamiewalch@chromium.org2011-06-1611-4/+178
* Revert 89370 - Notify calling web-app when Host plugin becomes connected to a...creis@chromium.org2011-06-168-51/+22
* Notify calling web-app when Host plugin becomes connected to a client.wez@chromium.org2011-06-168-22/+51
* Retrying submission of http://codereview.chromium.org/7144010/lambroslambrou@google.com2011-06-166-8/+63
* Revert 89227 - Run DisconnectWindow::Show/Hide on correct thread.lambroslambrou@google.com2011-06-155-58/+8
* Run DisconnectWindow::Show/Hide on correct thread.lambroslambrou@chromium.org2011-06-155-8/+58
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)thestig@chromium.org2011-06-151-1/+1
* Initial Disconnect window implementation for Chromoting (Windows).garykac@google.com2011-06-145-113/+286
* Block remote mouse inputs for a short time when local input is received.jamiewalch@google.com2011-06-1317-20/+528
* Stop accepting connections once there is one active, if running Me2Mom.wez@chromium.org2011-06-132-1/+10
* Initial implementation of DisconnectWindow on Linux.lambroslambrou@chromium.org2011-06-131-3/+85
* Revert 88878 - Block remote mouse inputs for a short time when local input is...asargent@chromium.org2011-06-1317-524/+20