summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/client_plugin_async.js
Commit message (Expand)AuthorAgeFilesLines
* Client plugin cleanupssergeyu@chromium.org2013-08-211-5/+0
* Fixed JSCompile errors.jamiewalch@chromium.org2013-08-141-1/+1
* Added JsonMessage to the control channel.jamiewalch@chromium.org2013-08-131-0/+21
* Remoting webapp: Use hasOwnProperty instead of if..in.. where neededlambroslambrou@chromium.org2013-06-181-2/+3
* Add host-side rate-limiting to desktop resize events.jamiewalch@chromium.org2013-06-091-0/+5
* This CL adds the "request pairing" implementation between the web-app and the...jamiewalch@chromium.org2013-06-041-3/+36
* Show a 'remember me' checkbox in the web-app when connecting to a host that s...jamiewalch@chromium.org2013-05-241-2/+15
* Webapp changes to support third party authenticationrmsousa@chromium.org2013-04-261-0/+32
* Set the initial resolution of an RDP session to the client screen resolution ...alexeypa@chromium.org2013-04-191-2/+61
* Webapp changes to support asking for a PINrmsousa@chromium.org2013-03-241-1/+30
* Update web-app client to use plugin notifyDeviceResolution API.wez@chromium.org2013-02-121-10/+19
* Add trapKey() API to ClientPlugin wrapper.wez@chromium.org2012-12-141-0/+14
* Protocol plumbing for audio toggle.rmsousa@chromium.org2012-10-181-0/+13
* [Chromoting] Fix jscompiler warnings in client_plugin_async.jsgarykac@chromium.org2012-07-241-1/+2
* Show connection state in the Chromoting client UI.sergeyu@chromium.org2012-07-231-0/+8
* Propagate DPI information to web-app.jamiewalch@chromium.org2012-07-201-0/+6
* 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