summaryrefslogtreecommitdiffstats
path: root/remoting/host/client_session_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Do not suppress local echo in RemoteInputFilter on Windows.alexeypa@chromium.org2013-02-251-2/+7
* Move screen capturers from remoting/capturer to media/video/capturer/screensergeyu@chromium.org2013-01-281-9/+9
* Making DesktopEnvironment a factory class used by ClientSession to create aud...alexeypa@chromium.org2013-01-161-35/+60
* Revert 176126 - the reverted change depends on another CL, so reverting it br...alexeypa@google.com2013-01-101-151/+236
* Revert 175648 because it causes http://crbug.com/169126.alexeypa@google.com2013-01-101-236/+151
* Connect to DesktopEnvironment's stubs only when audio/video schedulers are ab...alexeypa@chromium.org2013-01-091-151/+236
* Show the disconnect window and monitor the local mouse input when running the...alexeypa@chromium.org2012-12-271-2/+2
* Move screen capturers to remoting/capturer.sergeyu@chromium.org2012-12-181-0/+1
* Renamed VideoFrameCapturer::CaptureInvalidRegion() to VideoFrameCapturer::Cap...alexeypa@chromium.org2012-11-281-1/+1
* Converted VideoFrameCapturer callbacks into a VideoFrameCapturer::Delegate in...alexeypa@chromium.org2012-11-081-1/+1
* Splitting EventExecutor classes that require asynchronous shutdown into a syn...alexeypa@chromium.org2012-11-061-6/+1
* Use correct thread for audio capturing and encoding.sergeyu@chromium.org2012-11-011-0/+1
* Clean up remoting::VideoScheduler implementation: wez@chromium.org2012-10-261-29/+39
* [Chromoting] Request the daemon to open a terminal once a connection has been...alexeypa@chromium.org2012-10-181-16/+24
* [remoting_unittests] Moving the variable used to mock VideoFrameCapturer::siz...alexeypa@chromium.org2012-09-131-6/+4
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-121-30/+105
* Revert 156297 - [Chromoting] Refactoring DesktopEnvironment and moving screen...peter@chromium.org2012-09-121-98/+28
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-121-28/+98
* Remove support for Windows-style keycodes.wez@chromium.org2012-09-111-14/+15
* Revert 155574 - [Chromoting] Refactoring DesktopEnvironment and moving screen...alexeypa@chromium.org2012-09-091-89/+27
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-081-27/+89
* Revert 155219 - [Chromoting] Refactoring DesktopEnvironment and moving screen...alexeypa@google.com2012-09-061-76/+24
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-061-24/+76
* [Chromoting] Introducing refcount-based life time management of the message l...alexeypa@chromium.org2012-09-041-0/+1
* Use ClipboardFilter in ClientSession to implement auth & disable-input blocking.wez@chromium.org2012-08-191-17/+21
* Remove the HostEventStub aggregate interface.wez@chromium.org2012-08-101-16/+19
* Rename Capturer to VideoFrameCapturer.alexeypa@chromium.org2012-07-191-1/+1
* Use callback interface for state notifications in Session interface.sergeyu@chromium.org2012-07-121-2/+1
* This CL sets a maximum session duration only for Linux Me2Me, and hard-codes ...simonmorris@chromium.org2012-06-231-1/+1
* [Chromoting] Tighten up unit tests.simonmorris@chromium.org2012-05-241-1/+5
* This CL moves much of the input tracking logic out of ClientSession, which me...wez@chromium.org2012-04-031-20/+39
* [Chromoting] Let the webapp send text clipboard items to the client plugin.simonmorris@chromium.org2012-03-301-4/+4
* Cleanups in the host authentication state handling.sergeyu@chromium.org2012-03-271-4/+13
* Use scoped_ptr<> to pass ownership in more places.sergeyu@chromium.org2012-03-201-2/+3
* Add the plumbing that will carry a clipboard item from a chromoting client to...simonmorris@chromium.org2012-03-161-13/+49
* Make ConnectionToClient and ClientSession not ref-counted.sergeyu@chromium.org2011-11-111-6/+5
* Access ChromotingHost::clients_ only on network thread.sergeyu@chromium.org2011-11-111-1/+8
* Move ConnectionToClient::EventHandler from ChromotingHost to ClientSessionsergeyu@chromium.org2011-11-101-20/+17
* Fix memory leak in ClientSessionTestsergeyu@chromium.org2011-11-051-2/+0
* Remove old Authentication code that we don't use or need.sergeyu@chromium.org2011-11-051-29/+8
* Switch remoting/protocol to new callbackssergeyu@chromium.org2011-10-071-13/+3
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-7/+7
* Revert 103523 - Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-7/+7
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-7/+7
* Chromoting: Undo any mouse-downs that haven't been mouse-upped.garykac@chromium.org2011-09-261-2/+13
* Call ClientSession::Disconnect when Chromoting client disconnects.garykac@chromium.org2011-09-241-4/+2
* Clamp injected mouse events to within the screen area.lambroslambrou@chromium.org2011-09-151-1/+40
* Refactor InputStub interface to pass events by value (const reference).lambroslambrou@chromium.org2011-09-131-26/+27
* Access Session::config() and Session::jid() on the correct thread only.sergeyu@chromium.org2011-09-131-0/+10
* Use MessageLoopProxy for network message loop.sergeyu@chromium.org2011-08-121-4/+2