summaryrefslogtreecommitdiffstats
path: root/remoting/host/chromoting_host_context_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Use AutoThread in ChromotingHostContext & NPAPI plugin.wez@chromium.org2012-12-051-11/+19
* Revert 170360jamiewalch@google.com2012-11-301-19/+11
* Use AutoThread in ChromotingHostContext & NPAPI plugin.wez@chromium.org2012-11-301-11/+19
* Revert 170150 - Use AutoThread in ChromotingHostContext & NPAPI plugin.timurrrr@chromium.org2012-11-291-13/+10
* Use AutoThread in ChromotingHostContext & NPAPI plugin.wez@chromium.org2012-11-291-10/+13
* Rename capture and encode threads to make it clear that they are for video.sergeyu@chromium.org2012-11-141-2/+2
* Fix ChromotingHost and DesktopEnvironmentFactory references to TaskRunners.wez@chromium.org2012-10-021-1/+5
* [Chromoting] Introducing refcount-based life time management of the message l...alexeypa@chromium.org2012-09-041-1/+3
* Always use chromium threads for IO in remoting hostsergeyu@chromium.org2012-07-271-1/+1
* Revert 148418 - Always use chromium threads for IO in remoting hostsergeyu@chromium.org2012-07-261-1/+1
* Always use chromium threads for IO in remoting hostsergeyu@chromium.org2012-07-251-1/+1
* Use SingleThreadTaskRunner instead of MessageLoopProxy in remoting/host.sergeyu@chromium.org2012-07-031-2/+2
* Move URLRequestContextGetter creation to ChromotingHostContext.sergeyu@chromium.org2012-04-171-1/+1
* Add file thread in MessageHostContext.sergeyu@chromium.org2012-04-171-1/+1
* Chromoting: Implemented security attention sequence (SAS) emulation on Windows.alexeypa@chromium.org2012-03-121-2/+1
* Don't crash in ~HostNPScriptObject() when the object wasn't initialized.sergeyu@chromium.org2012-03-061-6/+1
* Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-161-1/+5
* Revert 97050 - Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-161-5/+1
* Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-161-1/+5
* Revert 96981 - Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-161-5/+1
* Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-161-1/+5
* Make the UI-integration thread a non-UI thread in the Chrome sense.wez@chromium.org2011-05-181-2/+2
* Run event executor on the ui thread to remove the need to explicitly XFlush()...ajwong@chromium.org2011-02-191-1/+1
* Remove capture thread in Chromoting hosthclam@chromium.org2010-11-181-2/+0
* Fix thread usage in chromoting hosthclam@chromium.org2010-06-281-0/+28