summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/client_session.js
Commit message (Expand)AuthorAgeFilesLines
* Protocol plumbing for audio toggle.rmsousa@chromium.org2012-10-181-0/+12
* [Chromoting] Revert the webapp IQ stanza ID fix.simonmorris@chromium.org2012-10-151-27/+1
* Add hack that works around signaling bug that breaks Chromoting.sergeyu@chromium.org2012-10-051-1/+27
* Notify host of initial client dimensions.jamiewalch@chromium.org2012-09-201-0/+1
* Fix typo in Send Keys implementation.wez@chromium.org2012-09-171-1/+1
* Add Print Screen option to Send Keys menu.rmsousa@chromium.org2012-08-311-12/+33
* Add support for suppressing error logging, and don't log errors due to cached...jamiewalch@chromium.org2012-08-041-2/+27
* Show connection state in the Chromoting client UI.sergeyu@chromium.org2012-07-231-2/+21
* Propagate DPI information to web-app.jamiewalch@chromium.org2012-07-201-1/+3
* Fix bump-scroll on Windows.jamiewalch@google.com2012-06-121-1/+4
* Added timestamp logging to iq stanzas.jamiewalch@chromium.org2012-06-061-2/+3
* Remove Chromoting web-app client plugin V1 wrapperswez@chromium.org2012-05-311-9/+1
* Die, |that|, die!jamiewalch@google.com2012-05-291-54/+36
* [Chromoting] Make the client plugin tell the webapp when the first video buff...simonmorris@chromium.org2012-05-251-0/+17
* Reset bump-scroll when enabling shrink-to-fit.jamiewalch@google.com2012-05-071-1/+4
* 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