summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Fix zombie canceled sessions.kelvinp2015-10-242-21/+27
* Android Chromoting: Add first-time dialog for Cardboard view.lambroslambrou2015-10-243-8/+53
* Add NormalizingInputFilterWin to un-pick AltGr sequences.wez2015-10-238-1/+395
* Remove RemoteAccessHostDebugOverridePolicies.jamiewalch2015-10-232-59/+0
* Clean up Java logging in remoting/android.lambroslambrou2015-10-2211-38/+45
* Android Chromoting: Bump targetSdkVersion to 23lambroslambrou2015-10-222-2/+2
* Android Chromoting: Improve error-handling in tintMenuIcons()lambroslambrou2015-10-221-2/+22
* Fix Client doesn't handle the case when the connection is rejected by the host.kelvinp2015-10-212-2/+7
* Remove set_readable call because webrtc will remove this method.honghaiz2015-10-211-1/+0
* Replace PluginThreadTaskRunner with a simpler MainPluginThreadTaskRunner.sergeyu2015-10-219-448/+99
* remoting: Make conversions from gfx::Point to PointF explicit.danakj2015-10-201-1/+1
* Add workaround for PPB_VideoDecoder not setting visible_rect.sergeyu2015-10-201-3/+21
* Updating XTBs based on .GRDs from branch masterKrishna Govind2015-10-1948-1/+49
* mac: Let remoting_host_prefpane link with libc++.thakis2015-10-191-9/+1
* Revert https://codereview.chromium.org/1408263002/ for remoting_host_prefpane.Nico Weber2015-10-171-0/+8
* Remove from the Chromoting test-driver tests the checks for connection times ...anandc2015-10-161-36/+1
* Android Chromoting: Include native Cardboard library in the applambroslambrou2015-10-162-0/+65
* Make ValueDeserializer::Deserialize return scoped_ptrolli.raula2015-10-162-6/+6
* Fix JingleSessionTest.TestQuicStreamChannel to pass reliably.sergeyu2015-10-151-1/+2
* Android Chromoting: Clean up GYP file by merging sections.lambroslambrou2015-10-151-8/+3
* Fix LibjingleTransport to connect only when it can receive data.sergeyu2015-10-142-14/+54
* Implement GetTotalReceivedBytes() for StreamSockettbansal2015-10-141-0/+4
* Add workaround for failure to compile remoting plugin with GNsergeyu2015-10-131-0/+10
* Undo ChromeOS Alt-key mapping for keys that have an identical Search key mapp...jamiewalch2015-10-133-10/+105
* Speculative fix for the failure to initialize PPB_VideoDecoder.sergeyu2015-10-131-7/+10
* [Chromoting] Cleans up legacy code for XMPP-based logging.kelvinp2015-10-1310-590/+114
* Use standard DOM code definitions instead of custom.jamiewalch2015-10-1215-308/+290
* Don't use base::MessageLoop::{Quit,QuitClosure} in remoting/ki.stfu2015-10-1221-47/+46
* Fixing offline host timezone issue.joedow2015-10-121-0/+2
* mac: Make remoting_host build with the 10.11 SDK.thakis2015-10-121-6/+6
* Updating XTBs based on .GRDs from branch masterKrishna Govind2015-10-1214-27/+37
* Enforce WARN_UNUSED_RESULT attribute on Windowsdcheng2015-10-101-1/+2
* Add explanatory text to help translate 'Host'.jamiewalch2015-10-091-11/+11
* Roll closure compilerDan Beam2015-10-091-2/+1
* Report connection cancellation due to host version mismatch.kelvinp2015-10-096-54/+82
* Report the Auth method for me2me connections.kelvinp2015-10-099-16/+176
* Enable account-switcher to render into the status-bar.lambroslambrou2015-10-095-1/+18
* Fix type errors revealed by https://github.com/google/closure-compiler/commit...tbreisacher2015-10-082-2/+1
* Fix cannot launch new window from hamburger menu.kelvinp2015-10-081-2/+4
* Improve reconnect behavior.kelvinp2015-10-0710-219/+380
* Roll WebRTC 10183:10197, Libjingle 10176:10196pbos2015-10-072-0/+2
* Suppress -Wextern-initializer in chromoting_lib.dlldata.cHans Wennborg2015-10-061-0/+2
* Chrome Remote Host: support py3 syntaxvapier2015-10-061-25/+27
* remoting: Remove a comment that references TOOLKIT_GTK.tfarina2015-10-061-1/+0
* Updating XTBs based on .GRDs from branch masterKrishna Govind2015-10-0552-6/+384
* Android Chromoting: Fix getColor() deprecation warning.lambroslambrou2015-10-021-1/+3
* Add histogram for network latency estimate in remoting client.Sergey Ulanov2015-10-022-0/+36
* Fix LibjingleTransportFactory to fetch relay token reliably.sergeyu2015-10-021-2/+3
* Detect plugin initialization failures with the error event.kelvinp2015-10-022-28/+24
* [Chromoting] Refresh the host list whenever the app regain focus.kelvinp2015-10-0110-61/+137