summaryrefslogtreecommitdiffstats
path: root/remoting/host/client_session_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace remaining Tokenize calls to SplitStringbrettw2015-07-061-4/+7
* remoting: Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-121-1/+1
* Use standard ICE in Chromoting.sergeyu2015-04-231-2/+2
* Revert of Use standard ICE in Chromoting. (patchset #7 id:160001 of https://c...sergeyu2015-04-231-2/+2
* Use standard ICE in Chromoting.sergeyu2015-04-231-2/+2
* Revert of Use standard ICE in Chromoting. (patchset #7 id:160001 of https://c...horo2015-04-231-2/+2
* Use standard ICE in Chromoting.sergeyu2015-04-231-2/+2
* Move all protocol event matchers to test_event_matchers.hrkuroiwa2015-03-131-66/+48
* Fix VideoFramePump to send keep-alive packets only after the first real frame.sergeyu2015-02-191-7/+4
* Disable tests broken on valgrindsergeyu2015-02-131-3/+6
* Fix ConnectionToClient to connect stubs only after authentication.sergeyu2015-02-131-101/+78
* Rename VideoScheduler->VideoFramePump.sergeyu2015-02-051-1/+1
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-4/+4
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-281-2/+2
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-081-2/+2
* Cleanup usage of scoped_ptr<> in remoting for C++11sergeyu2014-09-291-1/+1
* Switch DesktopEnvironment to return a DesktopCapturer.wez@chromium.org2014-08-121-8/+8
* Use webrtc::MouseCursorMonitor for cursor shapesdcaiafa@chromium.org2014-08-081-0/+12
* Some tiny cleanups.wez@chromium.org2014-08-021-17/+13
* Add HostExtensionSessionManager to help ClientSession handle extensions.wez@chromium.org2014-07-311-161/+169
* Rename *Fake to Fake*sergeyu@chromium.org2014-07-171-4/+4
* Host extensionsdcaiafa@chromium.org2014-05-301-1/+200
* Revert 273652 "Host extensions"mattm@chromium.org2014-05-301-200/+1
* Host extensionsdcaiafa@chromium.org2014-05-291-1/+200
* Add gnubby authentication to remoting hostpsj@chromium.org2014-02-201-2/+62
* Revert 248045 "Use webrtc::MouseCursorMonitor for cursor shapes"benwells@chromium.org2014-01-311-10/+0
* Use webrtc::MouseCursorMonitor for cursor shapesdcaiafa@chromium.org2014-01-301-0/+10
* Revert 247689 "Use webrtc::MouseCursorMonitor for cursor shapes"gavinp@chromium.org2014-01-291-10/+0
* Use webrtc::MouseCursorMonitor for cursor shapesdcaiafa@chromium.org2014-01-291-0/+10
* Remove dependency on skia from remotingsergeyu@chromium.org2013-12-161-1/+3
* Use a direct include of the message_loop header in remoting/.avi@chromium.org2013-07-171-1/+1
* Chromoting: fixing caps lock issue with mac host.weitaosu@chromium.org2013-06-261-0/+4
* Remove screen capturers from media/video/capture/screen.sergeyu@chromium.org2013-06-071-9/+9
* This CL adds the "request pairing" implementation between the web-app and the...jamiewalch@chromium.org2013-06-041-1/+2
* Use webrtc::DesktopCapturer for screen capturer implementation.sergeyu@chromium.org2013-05-161-0/+1
* Create the desktop environment before any of the channel were connected.alexeypa@chromium.org2013-05-011-5/+10
* remoting: Use base::MessageLoop.xhwang@chromium.org2013-04-301-2/+2
* Set the initial resolution of an RDP session to the client screen resolution ...alexeypa@chromium.org2013-04-191-1/+6
* Removed task runners from the DesktopEnviroment interface and introduced Scre...alexeypa@chromium.org2013-03-251-27/+11
* Rename EventExecutor to InputInjector.wez@chromium.org2013-03-241-30/+30
* Create a desktop environment instance late so that it will see the curtain_re...alexeypa@chromium.org2013-03-151-38/+79
* Made ClientSession a non ref-counted class.alexeypa@chromium.org2013-03-131-7/+5
* ResizingHostObserver is created by the desktop environment together with othe...alexeypa@chromium.org2013-03-091-0/+10
* 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