summaryrefslogtreecommitdiffstats
path: root/remoting/host/client_session.h
Commit message (Expand)AuthorAgeFilesLines
* Refactoring platform-agnostic Gnubby Auth Handler logic into a Host Extension.joedow2016-02-171-6/+0
* Use IpcVideoFrameCapturer on network thread instead of capture thread.sergeyu2016-02-151-18/+7
* Moving Gnubby* files to a new directory.joedow2016-02-081-1/+1
* Switch to standard integer types in remoting/host/.avi2015-12-221-0/+3
* Add VideoStream interface.sergeyu2015-11-301-9/+8
* Simplify It2Me host shutdownsergeyu2015-11-241-3/+2
* Move VideoFramePump to remoting/protocolsergeyu2015-11-231-1/+4
* Fix chromoting host to report error when closing connection.sergeyu2015-11-031-1/+1
* Revert of Fix chromoting host to report error when closing connection. (patch...rjkroege2015-10-311-1/+1
* Fix chromoting host to report error when closing connection.sergeyu2015-10-301-1/+1
* Add UMA histograms for more detailed latency tracking on the CRD host.sergeyu2015-09-301-2/+2
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-241-1/+1
* Fix ConnectionToClient to connect stubs only after authentication.sergeyu2015-02-131-5/+4
* Replace AudioScheduler with AudioPump.sergeyu2015-02-131-15/+5
* Cleanup VideoFramePump.sergeyu2015-02-131-1/+3
* Rename VideoScheduler->VideoFramePump.sergeyu2015-02-051-3/+3
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-2/+2
* Rename sequence_number to timestamp.sergeyu2015-01-081-2/+2
* Standardize usage of virtual/override/final in remoting/dcheng2014-10-211-28/+22
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-081-17/+17
* Maintaining the proper order of initialization WeakPtrFactory in "src/remoting"kulkarni.a2014-09-201-4/+4
* Add HostExtensionSessionManager to help ClientSession handle extensions.wez@chromium.org2014-07-311-17/+19
* Remove ClientSession::EventHandler::OnSessionSequenceNumber()sergeyu@chromium.org2014-07-121-5/+0
* Host extensionsdcaiafa@chromium.org2014-05-301-0/+22
* Revert 273652 "Host extensions"mattm@chromium.org2014-05-301-22/+0
* Host extensionsdcaiafa@chromium.org2014-05-291-0/+22
* Cause:kelvinp@chromium.org2014-04-071-0/+5
* Add gnubby authentication to remoting hostpsj@chromium.org2014-02-201-0/+6
* Remove dependency on skia from remotingsergeyu@chromium.org2013-12-161-3/+3
* 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