summaryrefslogtreecommitdiffstats
path: root/remoting/host/chromoting_host_context.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove dependency on content from remoting_host.sergeyu2015-02-181-38/+27
* Revert of Remove dependency on content from remoting_host. (patchset #5 id:16...creis2015-02-171-27/+38
* Remove dependency on content from remoting_host.sergeyu2015-02-171-38/+27
* Add blocking IO restriction on the network thread.sergeyu2015-02-021-0/+13
* Reporting of policy errors via host-offline-reason: part 3lukasza2015-01-121-13/+13
* Remote assistance on Chrome OS Part IV - It2MeHostkelvinp2014-10-301-47/+105
* Revert of Remote assistance on Chrome OS Part IV - It2MeHost (patchset #12 id...kelvinp2014-10-301-105/+47
* Remote assistance on Chrome OS Part IV - It2MeHostkelvinp2014-10-301-47/+105
* Use ProxyConfigServiceLinux in the chromoting host to configure proxy.Sergey Ulanov2014-09-061-1/+1
* Switch to using URLRequestContextBuilder to create some contexts.mmenke@chromium.org2014-07-081-1/+1
* Remove unused parameter from url_request_contextrmsousa@chromium.org2013-08-141-1/+1
* Move url_request_context from remoting/host/ to remoting/base/solb@chromium.org2013-07-041-1/+1
* Update remoting/ and jingle/ to use scoped_refptr<T>::get() rather than impli...rsleevi@chromium.org2013-06-011-8/+7
* remoting: Use base::MessageLoop.xhwang@chromium.org2013-04-301-10/+12
* Use AutoThread in ChromotingHostContext & NPAPI plugin.wez@chromium.org2012-12-051-73/+64
* Revert 170360jamiewalch@google.com2012-11-301-60/+66
* Use AutoThread in ChromotingHostContext & NPAPI plugin.wez@chromium.org2012-11-301-66/+60
* Revert 170150 - Use AutoThread in ChromotingHostContext & NPAPI plugin.timurrrr@chromium.org2012-11-291-60/+66
* Use AutoThread in ChromotingHostContext & NPAPI plugin.wez@chromium.org2012-11-291-66/+60
* Remove ChromotingHostContext::ReleaseTaskRunners(), which is unused.wez@chromium.org2012-11-191-11/+0
* Rename capture and encode threads to make it clear that they are for video.sergeyu@chromium.org2012-11-141-13/+15
* Don't use ScopedCOMInitializer in AudioCapturerWinsergeyu@chromium.org2012-11-021-2/+13
* Remove unused parameter from URLRequestContextGetter.wez@chromium.org2012-10-041-2/+1
* Fix ChromotingHost and DesktopEnvironmentFactory references to TaskRunners.wez@chromium.org2012-10-021-12/+12
* Implement clipboard for Chromoting Linux hosts.lambroslambrou@google.com2012-09-271-7/+5
* [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