summaryrefslogtreecommitdiffstats
path: root/remoting/host/client_session_unittest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Block remote mouse inputs for a short time when local input is received.jamiewalch@google.com2011-06-131-0/+40
| | | | | | | | | | | BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=88878 Review URL: http://codereview.chromium.org/7134048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88915 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 88878 - Block remote mouse inputs for a short time when local input ↵asargent@chromium.org2011-06-131-40/+0
| | | | | | | | | | | | | | is received. BUG= TEST= Review URL: http://codereview.chromium.org/7134048 TBR=jamiewalch@google.com Review URL: http://codereview.chromium.org/7134099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88882 0039d316-1c4b-4281-b951-d872f2087c98
* Block remote mouse inputs for a short time when local input is received.jamiewalch@google.com2011-06-131-0/+40
| | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/7134048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88878 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up remoting projectdmaclach@chromium.org2011-04-041-23/+16
| | | | | | | | | | | | | | Cleaned up some file names so it simplifies our project, and gets us more inline with chromium standards. Removed several unnecessary headers that were cluttering the remoting namespace. Simplified some of the double pimpl implementations that we had on Linux to hide X11 stuff. Got HostAuthentication working reasonably well as a mock. BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/6780014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80385 0039d316-1c4b-4281-b951-d872f2087c98
* The mock input stub deletes the done task.simonmorris@chromium.org2011-04-041-0/+4
| | | | | | | | | BUG=78069 TEST=valgrind's "memory test:remoting" Review URL: http://codereview.chromium.org/6783021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80302 0039d316-1c4b-4281-b951-d872f2087c98
* The authenticated_ fields are moved out of stubs and intosimonmorris@chromium.org2011-03-311-0/+119
ClientSession. Messages to the stubs are dispatched via ClientSession, and the stub classes are pure virtual. BUG=none TEST=none Review URL: http://codereview.chromium.org/6724033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79991 0039d316-1c4b-4281-b951-d872f2087c98