summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/client_plugin_async.js
Commit message (Expand)AuthorAgeFilesLines
* Remove Chromoting web-app client plugin V1 wrapperswez@chromium.org2012-05-311-10/+0
* Die, |that|, die!jamiewalch@google.com2012-05-291-4/+1
* [Chromoting] Make the client plugin tell the webapp when the first video buff...simonmorris@chromium.org2012-05-251-0/+4
* [Chromoting] Replace an '=' by '==' in the webapp.simonmorris@chromium.org2012-05-251-1/+1
* Add a message to allow clients to control the video channel.wez@chromium.org2012-05-031-0/+13
* 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/+15
* [Chromoting] Fix two typos in the webapp.simonmorris@chromium.org2012-04-301-9/+9
* Protect all uses of JSON.parse against exceptions.jamiewalch@google.com2012-04-281-3/+3
* Show client plugin if no hello is received in 0.5s.jamiewalch@google.com2012-04-191-0/+28
* Revert r132818.jamiewalch@google.com2012-04-191-7/+0
* [Chromoting] Show an error message if the client plugin is disabled.simonmorris@chromium.org2012-04-181-0/+7
* Remap the right Control key to Cmd when running on ChromeOS.wez@chromium.org2012-04-121-0/+15
* Fix the USB keycode field name in injectKeyEvent API.wez@chromium.org2012-04-101-1/+1
* Add an apiFeatures property to the client plugin.wez@chromium.org2012-04-031-5/+24
* [Chromoting] The client plugin can pass clipboard items to the webapp.simonmorris@chromium.org2012-04-031-0/+10
* Rename injectKey to injectKeyEvent and add isInjectKeyEventSupported.wez@chromium.org2012-04-021-1/+8
* [Chromoting] Use camel-case for JS parameters.simonmorris@chromium.org2012-04-021-3/+3
* Add an injectKeyEvent API to the Chromoting client plugin.wez@chromium.org2012-04-011-0/+15
* [Chromoting] Let the webapp send text clipboard items to the client plugin.simonmorris@chromium.org2012-03-301-1/+17
* Cleanup error handling in the client plugin.sergeyu@chromium.org2012-03-021-4/+10
* Change Chromoting logging to use console.log instead of remoting.debug.log.garykac@chromium.org2012-02-281-16/+9
* Messaging-based interface support in the webapp.sergeyu@chromium.org2012-02-151-0/+277