summaryrefslogtreecommitdiffstats
path: root/remoting/client/plugin
Commit message (Expand)AuthorAgeFilesLines
* Remove shaped desktop support from remoting host and client.sergeyu2016-03-257-67/+2
* Show max latency on client's status baryuweih2016-03-231-5/+10
* Revert of Show max latency on client's status bar (patchset #8 id:140001 of h...newt2016-03-231-10/+5
* Show max latency on client's status baryuweih2016-03-221-5/+10
* Use ClientAuthenticationConfig in PairingClientAuthenticatorsergeyu2016-03-121-2/+1
* Move NegotiatingClientAuthentication creation to ChromotingClient.sergeyu2016-03-121-21/+13
* Revert of Move NegotiatingClientAuthentication creation to ChromotingClient. ...alexmos2016-03-111-13/+21
* Move NegotiatingClientAuthentication creation to ChromotingClient.sergeyu2016-03-111-21/+13
* Replace ThirdPartyClientAuthenticator::TokenFetcher with a callback.sergeyu2016-03-102-19/+15
* Cleanup AuthenticationMethod usage.sergeyu2016-03-091-9/+1
* Notify normalizing input filters on blur.jamiewalch2016-03-044-31/+12
* Simplify AuthenticationMethod type and PIN hash handling.sergeyu2016-03-041-6/+6
* Add support for POST requests in UrlRequest interfacesergeyu2016-02-182-4/+24
* Use UrlRequest in PortAllocator.sergeyu2016-02-115-258/+66
* Add remoting::UrlRequest interface with 2 implementationssergeyu2016-02-112-0/+164
* Fix ChromotingInstance to use ChromotingConnection only after Start().sergeyu2016-02-091-9/+9
* GN: Drop enable_pnacl and enable_nacl_untrusted variablesmcgrathr2016-01-201-1/+1
* Move bit_cast from base/macros.h to its own headertapted2016-01-141-0/+1
* Fix PepperPortAllocatorSession to initialize callback_factory_.sergeyu2016-01-131-1/+2
* Simplify PortAllocatorBase and make PortAllocator creation synchronous.sergeyu2016-01-112-84/+36
* Move and rename cricket::HttpPortAllocatorBasesergeyu2016-01-082-43/+26
* Add GetFrameConsumer() in VideoRenderer.sergeyu2016-01-054-4/+19
* Move VideoRenderer to remoting/protocolsergeyu2016-01-051-2/+2
* Use std::move() instead of .Pass() in remoting/*sergeyu2015-12-244-45/+44
* Switch to standard integer types in remoting/.avi2015-12-2221-25/+61
* Rename ConnectionToHostImpl -> IceConnectionToHostsergeyu2015-12-181-0/+1
* Add TransportContext class.sergeyu2015-12-163-15/+34
* Remove QUIC support from remoting host and client.sergeyu2015-12-031-4/+0
* GN: Avoid nontrivial shell commands in gcc_toolchain tool("link")mcgrathr2015-11-091-0/+15
* Fix chromoting host to report error when closing connection.sergeyu2015-11-031-0/+6
* Revert of Fix chromoting host to report error when closing connection. (patch...rjkroege2015-10-311-6/+0
* Fix chromoting host to report error when closing connection.sergeyu2015-10-301-0/+6
* Add TransportSession interface to prepare for WebRTC-based transport.sergeyu2015-10-281-2/+2
* Revert of Add TransportSession interface to prepare for WebRTC-based transpor...georgesak2015-10-281-2/+2
* Add TransportSession interface to prepare for WebRTC-based transport.sergeyu2015-10-281-2/+2
* Changes KeycodeConverter lookups to take |const std::string&| in place of |co...kpschoedel2015-10-261-2/+1
* Add NormalizingInputFilterWin to un-pick AltGr sequences.wez2015-10-231-0/+4
* Replace PluginThreadTaskRunner with a simpler MainPluginThreadTaskRunner.sergeyu2015-10-216-71/+97
* Add workaround for PPB_VideoDecoder not setting visible_rect.sergeyu2015-10-201-3/+21
* Add workaround for failure to compile remoting plugin with GNsergeyu2015-10-131-0/+10
* Speculative fix for the failure to initialize PPB_VideoDecoder.sergeyu2015-10-131-7/+10
* Roll WebRTC 10183:10197, Libjingle 10176:10196pbos2015-10-071-0/+1
* Improve roundtrip stats calculation in the clientsergeyu2015-10-012-45/+3
* Cleanup: Remove references to tests that no longer exists / are unused.thestig2015-09-241-4/+0
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-241-1/+1
* Add UMA histogram for the input event latency in chromoting client.sergeyu2015-09-241-2/+17
* Fix PerformanceTracker to use its own timer to send UMA stats.sergeyu2015-09-212-24/+15
* Added some missing includes, removed one include and removed an undef.grunell2015-09-182-0/+2
* Move ownership of PerformanceTracker out of video renderers.sergeyu2015-09-177-69/+54
* Rename/Move ChromotingStats->protocol::PerformanceTrackersergeyu2015-09-176-27/+28