summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/client_plugin.js
Commit message (Expand)AuthorAgeFilesLines
* Update web-app client to use plugin notifyDeviceResolution API.wez@chromium.org2013-02-121-5/+7
* Allow resize-to-client to be enabled by the user.jamiewalch@chromium.org2013-01-171-1/+0
* Add trapKey() API to ClientPlugin wrapper.wez@chromium.org2012-12-141-1/+10
* Protocol plumbing for audio toggle.rmsousa@chromium.org2012-10-181-0/+9
* Show connection state in the Chromoting client UI.sergeyu@chromium.org2012-07-231-0/+2
* Propagate DPI information to web-app.jamiewalch@chromium.org2012-07-201-0/+4
* Remove Chromoting web-app client plugin V1 wrapperswez@chromium.org2012-05-311-6/+0
* Add a message to allow clients to control the video channel.wez@chromium.org2012-05-031-0/+9
* Support bump-scroll in full-screen by adjusting plugin margins.jamiewalch@google.com2012-05-021-1/+1
* Send new client dimensions to host whenever they change.wez@chromium.org2012-05-021-0/+10
* Revert r132818.jamiewalch@google.com2012-04-191-5/+0
* [Chromoting] Show an error message if the client plugin is disabled.simonmorris@chromium.org2012-04-181-1/+6
* Remap the right Control key to Cmd when running on ChromeOS.wez@chromium.org2012-04-121-0/+10
* Add an apiFeatures property to the client plugin.wez@chromium.org2012-04-031-9/+15
* Rename injectKey to injectKeyEvent and add isInjectKeyEventSupported.wez@chromium.org2012-04-021-1/+7
* [Chromoting] Use camel-case for JS parameters.simonmorris@chromium.org2012-04-021-2/+2
* [Chromoting] Fix some JS declarations so that JSCompile works.simonmorris@chromium.org2012-04-021-1/+1
* Add an injectKeyEvent API to the Chromoting client plugin.wez@chromium.org2012-04-011-0/+8
* [Chromoting] Let the webapp send text clipboard items to the client plugin.simonmorris@chromium.org2012-03-301-0/+8
* Make remoting.ClientPlugin an abstract interface.sergeyu@chromium.org2012-02-151-181/+40
* Add remoting.ClientPlugin class that wraps the client plugin.sergeyu@chromium.org2012-02-111-0/+239