summaryrefslogtreecommitdiffstats
path: root/remoting/host/chromoting_host_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* [remoting_unittests] Moving the variable used to mock VideoFrameCapturer::siz...alexeypa@chromium.org2012-09-131-0/+5
* Always enabled audio in remoting host, disable it for It2Me, minor cleanups.sergeyu@chromium.org2012-09-131-6/+0
* Make sure that |ChromotingHost| is properly deallocated.alexeypa@chromium.org2012-09-131-3/+10
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-121-43/+75
* Revert 156297 - [Chromoting] Refactoring DesktopEnvironment and moving screen...peter@chromium.org2012-09-121-71/+39
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-121-39/+71
* Revert 155574 - [Chromoting] Refactoring DesktopEnvironment and moving screen...alexeypa@chromium.org2012-09-091-49/+25
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-081-25/+49
* Revert 155219 - [Chromoting] Refactoring DesktopEnvironment and moving screen...alexeypa@google.com2012-09-061-48/+25
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-061-25/+48
* [Chromoting] Introducing refcount-based life time management of the message l...alexeypa@chromium.org2012-09-041-1/+1
* Log when the host is started for an account.rmsousa@chromium.org2012-08-311-11/+14
* Remove the HostEventStub aggregate interface.wez@chromium.org2012-08-101-2/+6
* Rename Capturer to VideoFrameCapturer.alexeypa@chromium.org2012-07-191-3/+3
* Piping for host-side audio capturekxing@chromium.org2012-07-131-1/+4
* Use callback interface for state notifications in Session interface.sergeyu@chromium.org2012-07-121-20/+10
* [Chromoting] Add unit tests for ChromotingHost's OnSessionRouteChange and Dis...simonmorris@chromium.org2012-07-031-0/+44
* [Chromoting] Factor duplicated code out of the ChromotingHost unit tests.simonmorris@chromium.org2012-07-031-291/+241
* Use SingleThreadTaskRunner instead of MessageLoopProxy in remoting/host.sergeyu@chromium.org2012-07-031-20/+17
* [Chromoting] Fix memory leaks in ChromotingHost unit tests.simonmorris@chromium.org2012-07-021-3/+10
* [Chromoting] Add unit tests for ChromotingHost::OnIncomingSession.simonmorris@chromium.org2012-06-291-4/+124
* [Chromoting] Add a ChromotingHost unit test for authentication failure.simonmorris@chromium.org2012-06-261-14/+42
* [Chromoting] Add a ChromotingHost unit test for rejecting client authentication.simonmorris@chromium.org2012-06-261-9/+41
* This CL sets a maximum session duration only for Linux Me2Me, and hard-codes ...simonmorris@chromium.org2012-06-231-1/+1
* [Chromoting] Add a HostStatusObserver to the ChromotingHost unit tests.simonmorris@chromium.org2012-06-211-9/+57
* [Chromoting] Make the sequence expectations in the ChromotingHost unit testssimonmorris@chromium.org2012-06-201-102/+81
* [Chromoting] Set expectations for MockEventExecutor::OnSessionStarted.simonmorris@chromium.org2012-06-191-1/+24
* [Chromoting] Re-enable ChromotingHost unit tests.simonmorris@chromium.org2012-06-161-48/+77
* [Chromoting] Make ChromotingHost's dependency on libjingle injected, instead ...simonmorris@chromium.org2012-06-151-1/+3
* Chromoting: the Me2me host (on Mac and Windows) now presents a notification o...alexeypa@chromium.org2012-05-111-8/+9
* [Chromoting] Let a Windows IT2Me host write to the clipboard.simonmorris@chromium.org2012-05-111-7/+5
* Move PortAllocator creation out of LibjingleTransportFactory.sergeyu@chromium.org2012-04-301-1/+1
* Cleanup and simplify HostConfig and JsonHostConfig.sergeyu@chromium.org2012-04-071-3/+0
* Refactor VideoStub interface to accept ownership of video packets.sergeyu@chromium.org2012-03-281-13/+13
* Cleanups in the host authentication state handling.sergeyu@chromium.org2012-03-271-2/+6
* Use scoped_ptr<> to pass ownership in more places.sergeyu@chromium.org2012-03-201-6/+10
* Add the plumbing that will carry a clipboard item from a chromoting client to...simonmorris@chromium.org2012-03-161-1/+1
* Chromoting: Implemented security attention sequence (SAS) emulation on Windows.alexeypa@chromium.org2012-03-121-3/+5
* Add ChromotingHost::RemoveStatusObserver().sergeyu@chromium.org2012-01-171-2/+1
* Restrict Me2Me host to the 12400-12409 port range.sergeyu@chromium.org2012-01-131-1/+2
* Remove dependency on HostConfig from ChromotingHost and other classes.sergeyu@chromium.org2012-01-071-2/+1
* Move signaling connection creation out of ChromotingHost.sergeyu@chromium.org2012-01-041-3/+6
* Convert all of remoting/* to base::Bind().ajwong@chromium.org2011-12-201-1/+0
* Removing MessageLoop::QuitTask() from remoting/dcheng@chromium.org2011-12-091-1/+1
* Refactor IT2Me-specific functions into a HostObserver subclass.lambroslambrou@chromium.org2011-12-011-143/+13
* Remove AccessVerifier interface.sergeyu@chromium.org2011-11-291-4/+2
* Make ConnectionToClient and ClientSession not ref-counted.sergeyu@chromium.org2011-11-111-40/+61
* Access ChromotingHost::clients_ only on network thread.sergeyu@chromium.org2011-11-111-9/+23
* Move ConnectionToClient::EventHandler from ChromotingHost to ClientSessionsergeyu@chromium.org2011-11-101-35/+39
* Move code in src/remoting to the new callbacks.sergeyu@chromium.org2011-11-101-15/+10