summaryrefslogtreecommitdiffstats
path: root/remoting/client/plugin
Commit message (Expand)AuthorAgeFilesLines
* Fixing building of remoting_unittests_apk target.lukasza2015-03-261-0/+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-133-220/+151
* Detect and release stuck modifier keys.jamiewalch2015-03-123-3/+47
* base: Stop passing a non-const ref to ObserverListBase::Iterator.danakj2015-03-091-1/+1
* Don't change the input filter for the touch input scaler.jamiewalch2015-03-061-1/+0
* Add remoting and PPAPI tests to GN buildbrettw2015-03-041-7/+14
* Revert of Add remoting and PPAPI tests to GN build (patchset #6 id:100001 of ...cpu2015-03-021-14/+7
* Add remoting and PPAPI tests to GN buildbrettw2015-03-021-7/+14
* Revert of Add remoting and PPAPI tests to GN build (patchset #7 id:120001 of ...eroman2015-02-271-14/+7
* Add remoting and PPAPI tests to GN buildbrettw2015-02-271-7/+14
* 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-144-7/+17
* Split apart the PPAPI GN targetsbrettw2015-02-141-2/+2
* 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-095-13/+13
* Disable 3D renderersergeyu2015-01-091-3/+6
* Rename sequence_number to timestamp.sergeyu2015-01-081-4/+4
* Implement video renderer based on PPB_VideoDecode API.sergeyu2015-01-075-14/+722
* Remove libwebm third_party dependency.sergeyu2014-12-191-3/+0
* Revert "Remove libwebm third_party dependency."Reilly Grant2014-12-191-0/+3
* Remove libwebm third_party dependency.sergeyu2014-12-191-3/+0
* Move existing renderer from PepperView to PepperVideoRenderer2D.sergeyu2014-12-195-201/+237
* Remove MediaSource renderer from the remoting client pluginsergeyu2014-12-134-396/+19
* gn format // (the rest, except mojo)scottmg2014-12-031-7/+6
* 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
* Share sources between GYP and GN in remotingkelvinp2014-11-131-30/+8
* Use a dedicated message to inform the web-app of the connection type.jamiewalch2014-11-071-4/+4
* Update Chromium for webrtc r7656.pkasting2014-11-072-12/+12
* Fix large cursors not to trigger MouseLockwez2014-11-033-3/+12
* Hide the mouse cursor if it is empty.wez2014-11-011-4/+1
* Roll WebRTC 7546:7549.hellner2014-10-312-2/+2
* Revert "Roll WebRTC 7546:7549."Mike Wittman2014-10-292-2/+2
* Roll WebRTC 7546:7549.hellner2014-10-292-2/+2
* Undo LeftAlt+LeftClick -> RightClick mapping.jamiewalch2014-10-243-5/+107
* Standardize usage of virtual/override/final in remoting/dcheng2014-10-2117-111/+109
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-0818-73/+73
* Cleanup usage of scoped_ptr<> in remoting for C++11sergeyu2014-09-291-3/+2
* Enable logging from Chromoting client plugin in PNaCl.sergeyu2014-09-091-0/+3
* Roll WebRTC 7011:7046 libjingle: 7007:7045niklase2014-09-081-1/+1
* Use XMPP in V2 webappsergeyu2014-09-042-6/+3
* Fix Chrome linker errors in GN build.Brett Wilson2014-09-021-1/+1
* events: keycodes: Remove the stateless singleton instance of KeycodeConverterspang2014-08-271-2/+1
* Add some remoting targets to GN build.Brett Wilson2014-08-251-0/+58
* Use all stun addresses in PepperPortAllocator.sergeyu@chromium.org2014-08-131-7/+3