summaryrefslogtreecommitdiffstats
path: root/remoting/host/chromoting_host_context.cc
Commit message (Expand)AuthorAgeFilesLines
* [Chromoting] The daemon process now starts the networking process and passes ...alexeypa@chromium.org2012-09-051-1/+1
* [Chromoting] Introducing refcount-based life time management of the message l...alexeypa@chromium.org2012-09-041-17/+51
* Use a separate thread for audio capturing and encoding.sergeyu@chromium.org2012-09-011-0/+7
* Always use chromium threads for IO in remoting hostsergeyu@chromium.org2012-07-271-16/+7
* Revert 148418 - Always use chromium threads for IO in remoting hostsergeyu@chromium.org2012-07-261-7/+16
* Always use chromium threads for IO in remoting hostsergeyu@chromium.org2012-07-251-16/+7
* Use SingleThreadTaskRunner instead of MessageLoopProxy in remoting/host.sergeyu@chromium.org2012-07-031-16/+16
* Implement HostPortAllocator.sergeyu@chromium.org2012-05-011-1/+1
* Always create URLRequestContextGetter in ChromotingHostContext.sergeyu@chromium.org2012-04-251-7/+3
* Fix crash initialising ChromotingHostContext in plugin.jamiewalch@google.com2012-04-181-2/+8
* Move URLRequestContextGetter creation to ChromotingHostContext.sergeyu@chromium.org2012-04-171-3/+22
* Add file thread in MessageHostContext.sergeyu@chromium.org2012-04-171-11/+12
* Chromoting: Implemented security attention sequence (SAS) emulation on Windows.alexeypa@chromium.org2012-03-121-0/+6
* Don't crash in ~HostNPScriptObject() when the object wasn't initialized.sergeyu@chromium.org2012-03-061-14/+4
* Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-161-29/+8
* Revert 97050 - Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-161-8/+29
* Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-161-29/+8
* Revert 96981 - Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-161-8/+29
* Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-161-29/+8
* Use MessageLoopProxy for network message loop.sergeyu@chromium.org2011-08-121-2/+2
* Fix memory leaks in remoting_unittests.sergeyu@chromium.org2011-07-301-4/+4
* Don't use base::OneShotTimer on plugin main thread.sergeyu@chromium.org2011-07-291-1/+14
* Use the correct Chrome UI thread when creating the chromoting continue window.garykac@google.com2011-06-221-5/+5
* Retrying submission of http://codereview.chromium.org/7144010/lambroslambrou@google.com2011-06-161-0/+15
* Revert 89227 - Run DisconnectWindow::Show/Hide on correct thread.lambroslambrou@google.com2011-06-151-15/+0
* Run DisconnectWindow::Show/Hide on correct thread.lambroslambrou@chromium.org2011-06-151-0/+15
* Make the UI-integration thread a non-UI thread in the Chrome sense.wez@chromium.org2011-05-181-5/+7
* Run event executor on the ui thread to remove the need to explicitly XFlush()...ajwong@chromium.org2011-02-191-2/+7
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Remove capture thread in Chromoting hosthclam@chromium.org2010-11-181-7/+4
* Fix up thread types.dmaclach@chromium.org2010-06-301-2/+1
* Fix thread usage in chromoting hosthclam@chromium.org2010-06-281-0/+56