summaryrefslogtreecommitdiffstats
path: root/remoting/client
Commit message (Expand)AuthorAgeFilesLines
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in remoting module.anujk.sharma2015-05-051-3/+0
* Use base::ResetAndReturn() in remoting.sergeyu2015-04-252-4/+5
* [Chromoting] Re-enable mouse lock for AppRemoting.garykac2015-04-231-0/+2
* Use standard ICE in Chromoting.sergeyu2015-04-232-4/+5
* Update {virtual,override} to follow C++11 style in remoting.nick2015-04-231-1/+1
* Revert of Use standard ICE in Chromoting. (patchset #7 id:160001 of https://c...sergeyu2015-04-232-5/+4
* Use standard ICE in Chromoting.sergeyu2015-04-232-4/+5
* Revert of Use standard ICE in Chromoting. (patchset #7 id:160001 of https://c...horo2015-04-232-5/+4
* Use standard ICE in Chromoting.sergeyu2015-04-232-4/+5
* Android Chromoting: Fix memory leak on disconnecting session.lambroslambrou2015-04-232-2/+3
* Fix remoting_unittests and ui_base_unittests in GNbrettw2015-04-171-0/+2
* Fixing building of remoting_unittests_apk target.lukasza2015-03-262-6/+22
* [Chromoting] Update client connection enums in JS to match C++.garykac2015-03-251-0/+2
* Move all protocol event matchers to test_event_matchers.hrkuroiwa2015-03-134-263/+195
* Detect and release stuck modifier keys.jamiewalch2015-03-123-3/+47
* Adding the base ChromotingInstance implementation and unittests. This class ...joedow2015-03-114-24/+34
* base: Stop passing a non-const ref to ObserverListBase::Iterator.danakj2015-03-091-1/+1
* Refactoring chromoting_jni_onload.ccmichaelbai2015-03-073-25/+23
* Don't change the input filter for the touch input scaler.jamiewalch2015-03-061-1/+0
* Android Chromoting: Fix ClassNotFoundException in native->Java calls.lambroslambrou2015-03-051-0/+4
* Add remoting and PPAPI tests to GN buildbrettw2015-03-042-18/+49
* Revert of Add remoting and PPAPI tests to GN build (patchset #6 id:100001 of ...cpu2015-03-022-49/+18
* Add remoting and PPAPI tests to GN buildbrettw2015-03-022-18/+49
* Remove ClientLogin support from remoting hostsergeyu2015-03-021-1/+0
* Revert of Add remoting and PPAPI tests to GN build (patchset #7 id:120001 of ...eroman2015-02-272-49/+18
* Add remoting and PPAPI tests to GN buildbrettw2015-02-272-18/+49
* Add touch events to the protocol, the stub layer, and to the client plugin.rkuroiwa2015-02-266-5/+651
* Add a setDebugDirtyRegion() feature to the client.wez2015-02-217-1/+79
* Fix PepperVideoRenderer3D to handle odd frame width/height.sergeyu2015-02-201-7/+9
* Fix remoting client to log renderer type in the JS console.sergeyu2015-02-202-2/+18
* Decompose VideoRenderer from VideoStub.wez2015-02-148-12/+35
* Split apart the PPAPI GN targetsbrettw2015-02-141-2/+2
* Suspend video channel when Android Chromoting client is backgrounded.lambroslambrou2015-02-123-0/+23
* Chromoting: Fix connection failure strings to match Directory Servicelambroslambrou2015-02-111-4/+4
* Update {virtual,override,final} to follow C++11 style in remoting.dcheng2015-02-062-27/+23
* Fix JingleThreadWrapper initialization in PNaCl plugin.sergeyu2015-01-271-2/+2
* Enable PepperVideoRenderer3Dsergeyu2015-01-231-10/+13
* replace NULL->nullptr in src/remoting.sergeyu2015-01-099-19/+19
* Disable 3D renderersergeyu2015-01-091-3/+6
* Rename sequence_number to timestamp.sergeyu2015-01-083-11/+11
* Implement video renderer based on PPB_VideoDecode API.sergeyu2015-01-075-14/+722
* Remove libwebm third_party dependency.sergeyu2014-12-192-4/+0
* Revert "Remove libwebm third_party dependency."Reilly Grant2014-12-192-0/+4
* Remove libwebm third_party dependency.sergeyu2014-12-192-4/+0
* Move existing renderer from PepperView to PepperVideoRenderer2D.sergeyu2014-12-1912-219/+261
* Remove MediaSource renderer from the remoting client pluginsergeyu2014-12-134-396/+19
* Update remoting Android OWNERSlambroslambrou2014-12-101-0/+3
* gn format // (the rest, except mojo)scottmg2014-12-032-14/+11
* Fix PepperCursorSetter not to fail in Debug builds.wez2014-12-021-3/+4
* Break out Chromoting plugin's cursor & mouse-lock handling.wez2014-11-2412-367/+696