summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/client_screen.js
Commit message (Expand)AuthorAgeFilesLines
* [Chromoting] Move the code that styles the scale-to-fit buttonsimonmorris@chromium.org2012-03-211-19/+1
* Hide daemon UI initially.jamiewalch@google.com2012-03-121-2/+6
* Include user or host in session-finished message.jamiewalch@google.com2012-03-061-0/+3
* [Chromoting] Use classList instead of custom addClass/removeClass routines.garykac@chromium.org2012-03-061-2/+2
* Display correct error message when the client fails to establish P2P connection.sergeyu@chromium.org2012-03-021-1/+1
* Change Chromoting logging to use console.log instead of remoting.debug.log.garykac@chromium.org2012-02-281-15/+15
* Move client UI into a modal dialog.jamiewalch@google.com2012-02-271-2/+1
* Chromoting: remove debug log div and direct logging to console.loggarykac@chromium.org2012-02-251-3/+3
* Make the host UI appear as an overlay on the home screen.jamiewalch@google.com2012-02-241-1/+2
* Ensure that the ClientSession and plugin element are torn down before retrying.wez@chromium.org2012-02-171-0/+4
* Messaging-based interface support in the webapp.sergeyu@chromium.org2012-02-151-1/+3
* Make remoting.ClientPlugin an abstract interface.sergeyu@chromium.org2012-02-151-1/+1
* Don't re-prompt for PIN on reconnect.jamiewalch@chromium.org2012-02-131-2/+14
* Add remoting.ClientPlugin class that wraps the client plugin.sergeyu@chromium.org2012-02-111-1/+1
* Chromoting: Fix JS compile warning in client_screen.js.garykac@chromium.org2012-02-081-1/+1
* Chromoting: Fix newly-added JS compile warning.garykac@chromium.org2012-02-081-1/+1
* Make Me2Me host and client auth behaviour match user expectations.sergeyu@chromium.org2012-02-081-4/+4
* Show error if plugin doesn't support PIN auth.sergeyu@chromium.org2012-02-071-1/+20
* Change tool-bar behaviour to click-to-show. This is based on user feedback th...jamiewalch@google.com2012-02-011-3/+3
* Enable PIN prompt for Me2Me client.sergeyu@chromium.org2012-01-311-4/+3
* Implement V2 authentication support in the client plugin.sergeyu@chromium.org2012-01-241-2/+3
* Revert 118805 - Implement V2 authentication support in the client plugin.sergeyu@chromium.org2012-01-241-3/+2
* Implement V2 authentication support in the client plugin.sergeyu@chromium.org2012-01-241-2/+3
* The chromoting client logs an "IT2Me or Me2Me" field to the server.simonmorris@chromium.org2012-01-191-1/+2
* Enable scale-to-fit by default if the plugin supports high-quality scaling.wez@chromium.org2012-01-181-13/+17
* Rename webapp_it2me to remoting_webapp and move it from webapp/me2mom to webapp/sergeyu@chromium.org2012-01-111-0/+469