summaryrefslogtreecommitdiffstats
path: root/remoting/host/client_session.h
Commit message (Expand)AuthorAgeFilesLines
* Added JsonMessage to the control channel.jamiewalch@chromium.org2013-08-131-0/+2
* Use a direct include of time headers in ppapi/, printing/, remoting/.avi@chromium.org2013-06-281-2/+2
* This CL adds the "request pairing" implementation between the web-app and the...jamiewalch@chromium.org2013-06-041-1/+8
* Revert 198844 "Move sequenced_task_runner to base/task"dbeam@chromium.org2013-05-081-1/+1
* Move sequenced_task_runner to base/taskbrettw@chromium.org2013-05-081-1/+1
* Create the desktop environment before any of the channel were connected.alexeypa@chromium.org2013-05-011-2/+3
* Set the initial resolution of an RDP session to the client screen resolution ...alexeypa@chromium.org2013-04-191-1/+9
* Removed task runners from the DesktopEnviroment interface and introduced Scre...alexeypa@chromium.org2013-03-251-23/+19
* Rename EventExecutor to InputInjector.wez@chromium.org2013-03-241-2/+3
* Pass the client resolutin updates to the daemon and desktop processes and cre...alexeypa@chromium.org2013-03-181-0/+1
* Create a desktop environment instance late so that it will see the curtain_re...alexeypa@chromium.org2013-03-151-4/+3
* Made ClientSession a non ref-counted class.alexeypa@chromium.org2013-03-131-16/+2
* ResizingHostObserver is created by the desktop environment together with othe...alexeypa@chromium.org2013-03-091-6/+3
* Rename ClientDimensions to ClientResolution and add pixel-size and DPI fields.wez@chromium.org2013-02-131-6/+7
* Making DesktopEnvironment a factory class used by ClientSession to create aud...alexeypa@chromium.org2013-01-161-15/+12
* Revert 176126 - the reverted change depends on another CL, so reverting it br...alexeypa@google.com2013-01-101-10/+4
* Revert 175648 because it causes http://crbug.com/169126.alexeypa@google.com2013-01-101-4/+10
* Connect to DesktopEnvironment's stubs only when audio/video schedulers are ab...alexeypa@chromium.org2013-01-091-10/+4
* Show the disconnect window and monitor the local mouse input when running the...alexeypa@chromium.org2012-12-271-0/+3
* Fix ClientSession to not access ConnectionToClient stubs after Disconnect().wez@chromium.org2012-12-071-9/+8
* Rename capture and encode threads to make it clear that they are for video.sergeyu@chromium.org2012-11-141-10/+12
* Use correct thread for audio capturing and encoding.sergeyu@chromium.org2012-11-011-0/+2
* Rename ScreenRecorder to VideoScheduler.wez@chromium.org2012-10-261-3/+3
* [Chromoting] Request the daemon to open a terminal once a connection has been...alexeypa@chromium.org2012-10-181-1/+4
* Protocol plumbing for audio toggle.rmsousa@chromium.org2012-10-181-0/+2
* Cross-platform plumbing for resize-to-client and Linux implementation.jamiewalch@chromium.org2012-09-261-0/+6
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-121-17/+70
* Revert 156297 - [Chromoting] Refactoring DesktopEnvironment and moving screen...peter@chromium.org2012-09-121-70/+17
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-121-17/+70
* Revert 155574 - [Chromoting] Refactoring DesktopEnvironment and moving screen...alexeypa@chromium.org2012-09-091-56/+14
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-081-14/+56
* Revert 155219 - [Chromoting] Refactoring DesktopEnvironment and moving screen...alexeypa@google.com2012-09-061-50/+11
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-061-11/+50
* Add MouseClampingFilter and update ClientSession to use it.wez@chromium.org2012-08-211-7/+2
* Allow input & clipboard filters to be disabled without NULLing target stub.wez@chromium.org2012-08-201-6/+5
* Use ClipboardFilter in ClientSession to implement auth & disable-input blocking.wez@chromium.org2012-08-191-9/+7
* Remove the HostEventStub aggregate interface.wez@chromium.org2012-08-101-6/+9
* Rename Capturer to VideoFrameCapturer.alexeypa@chromium.org2012-07-191-5/+5
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-261-2/+3
* This CL sets a maximum session duration only for Linux Me2Me, and hard-codes ...simonmorris@chromium.org2012-06-231-1/+11
* [Chromoting] Let the Windows IT2Me host send clipboard events to the client.simonmorris@chromium.org2012-05-311-0/+8
* [Chromoting] Add a filter that will stop the host sending unnecessary clipboa...simonmorris@chromium.org2012-05-221-0/+5
* Handle disconnection events properly for unauthenticated clients.sergeyu@chromium.org2012-05-221-0/+3
* Add a message to allow clients to control the video channel.wez@chromium.org2012-05-031-0/+2
* Clamp events before they are sent to EventExecutors.wez@chromium.org2012-04-301-1/+6
* Add ClientDimensions message to control channel.wez@chromium.org2012-04-271-0/+4
* This CL moves much of the input tracking logic out of ClientSession, which me...wez@chromium.org2012-04-031-47/+19
* Cleanups in the host authentication state handling.sergeyu@chromium.org2012-03-271-7/+10
* Log connection type to syslogs and to the server.sergeyu@chromium.org2012-03-201-4/+2
* Use scoped_ptr<> to pass ownership in more places.sergeyu@chromium.org2012-03-201-3/+1