summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/client_session.js
Commit message (Expand)AuthorAgeFilesLines
* Speed up scrolling if the machine can't keep up.jamiewalch@google.com2012-05-031-6/+16
* Register for WebKit tab visibility changes and use to pause video.wez@chromium.org2012-05-031-0/+12
* Support bump-scroll in full-screen by adjusting plugin margins.jamiewalch@google.com2012-05-021-0/+122
* Send new client dimensions to host whenever they change.wez@chromium.org2012-05-021-4/+25
* Revert r132818.jamiewalch@google.com2012-04-191-8/+0
* [Chromoting] Show an error message if the client plugin is disabled.simonmorris@chromium.org2012-04-181-0/+8
* Remap the right Control key to Cmd when running on ChromeOS.wez@chromium.org2012-04-121-0/+9
* Enable alphanumeric input in fullscreen.jamiewalch@google.com2012-04-051-1/+1
* Add a button to the web-app to send Ctrl-Alt-Delete to the host.wez@chromium.org2012-04-041-0/+26
* [Chromoting] Stop the webapp sending any items that are on the clipboard when...simonmorris@chromium.org2012-04-031-5/+1
* Add an apiFeatures property to the client plugin.wez@chromium.org2012-04-031-1/+2
* Added screen options menu.jamiewalch@google.com2012-03-291-6/+50
* [Chromoting] Move the onBlur handler from window to the plugin element.simonmorris@chromium.org2012-03-281-5/+24
* Address remaining nits for r129104.sergeyu@chromium.org2012-03-281-1/+1
* [Chromoting] Fix a JSCompile error.simonmorris@chromium.org2012-03-271-1/+1
* [Chromoting] Only the plugin element listens for focus, not the whole document.simonmorris@chromium.org2012-03-271-0/+13
* Implement exponential backoff for failed Me2Me authentication attemptssergeyu@chromium.org2012-03-271-1/+2
* [Chromoting] Move the code that styles the scale-to-fit buttonsimonmorris@chromium.org2012-03-211-3/+10
* [Chromoting] Make the state of the scale-to-fit button visible, and correct a...simonmorris@chromium.org2012-03-211-1/+1
* Cleanup error handling in the client plugin.sergeyu@chromium.org2012-03-021-0/+1
* Change Chromoting logging to use console.log instead of remoting.debug.log.garykac@chromium.org2012-02-281-14/+14
* Messaging-based interface support in the webapp.sergeyu@chromium.org2012-02-151-1/+8
* Make remoting.ClientPlugin an abstract interface.sergeyu@chromium.org2012-02-151-16/+70
* Add remoting.ClientPlugin class that wraps the client plugin.sergeyu@chromium.org2012-02-111-131/+69
* Switch Chromoting client to use new mime type.garykac@chromium.org2012-02-081-1/+1
* Implement V2 authentication support in the client plugin.sergeyu@chromium.org2012-01-241-8/+23
* Revert 118805 - Implement V2 authentication support in the client plugin.sergeyu@chromium.org2012-01-241-23/+8
* Implement V2 authentication support in the client plugin.sergeyu@chromium.org2012-01-241-8/+23
* The chromoting client logs an "IT2Me or Me2Me" field to the server.simonmorris@chromium.org2012-01-191-4/+14
* Remove an unused field from ClientSession.simonmorris@chromium.org2012-01-191-10/+0
* Enable scale-to-fit by default if the plugin supports high-quality scaling.wez@chromium.org2012-01-181-3/+27
* Rename webapp_it2me to remoting_webapp and move it from webapp/me2mom to webapp/sergeyu@chromium.org2012-01-111-0/+461