summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/client_screen.js
Commit message (Expand)AuthorAgeFilesLines
* Allow resize-to-client to be enabled by the user.jamiewalch@chromium.org2013-01-171-9/+0
* Apps v2 identity integration.jamiewalch@google.com2013-01-091-1/+1
* Reorder tab title to put the important information first.jamiewalch@google.com2012-12-111-2/+2
* Dead/duplicate code cleanup.jamiewalch@google.com2012-12-061-64/+35
* Reset retry flag on successful connection.jamiewalch@google.com2012-12-061-0/+1
* Improve curtain mode error message.jamiewalch@chromium.org2012-11-301-4/+6
* Remove remoting.cancelConnect, since it doesn't update the URL correctly.jamiewalch@google.com2012-11-151-1/+6
* [Chromoting] Make the webapp handle 502 errors like 503 errors.simonmorris@chromium.org2012-11-071-1/+1
* Add Print Screen option to Send Keys menu.rmsousa@chromium.org2012-08-311-0/+12
* Add support for suppressing error logging, and don't log errors due to cached...jamiewalch@chromium.org2012-08-041-1/+3
* This CL cleans up error handling when fetching the user's email address. We d...jamiewalch@google.com2012-07-201-3/+3
* Pass OAuth token refresh errors back to the caller.jamiewalch@google.com2012-06-251-8/+12
* Added timestamp logging to iq stanzas.jamiewalch@chromium.org2012-06-061-1/+1
* Refactored innerText vs. innerHTML in l10n.js and removed other uses of inner...jamiewalch@google.com2012-06-021-1/+1
* [Chromoting] Render host names as text.simonmorris@chromium.org2012-06-011-1/+1
* Remove Chromoting web-app client plugin V1 wrapperswez@chromium.org2012-05-311-32/+9
* Switch Chromoting It2Me client to V2 auth.sergeyu@chromium.org2012-05-301-1/+1
* Construct in-session window title from scratch, not cumulatively.jamiewalch@google.com2012-05-041-1/+2
* Register for WebKit tab visibility changes and use to pause video.wez@chromium.org2012-05-031-0/+10
* Protect all uses of JSON.parse against exceptions.jamiewalch@google.com2012-04-281-2/+4
* Cope with the hostId being unknown in connectMe2Me().wez@chromium.org2012-04-271-2/+10
* Fixed callWithToken error handling.jamiewalch@google.com2012-04-251-4/+8
* Revert r132818.jamiewalch@google.com2012-04-191-3/+1
* [Chromoting] Show an error message if the client plugin is disabled.simonmorris@chromium.org2012-04-181-1/+3
* Fix stop/start button state and host name.jamiewalch@google.com2012-04-101-1/+3
* Add a button to the web-app to send Ctrl-Alt-Delete to the host.wez@chromium.org2012-04-041-0/+12
* [Chromoting] Stop the webapp sending any items that are on the clipboard when...simonmorris@chromium.org2012-04-031-0/+1
* Address remaining nits for r129104.sergeyu@chromium.org2012-03-281-2/+2
* Implement exponential backoff for failed Me2Me authentication attemptssergeyu@chromium.org2012-03-271-0/+3
* [Chromoting] Improve the text on the buttons in the connection-failed dialog.simonmorris@chromium.org2012-03-221-0/+15
* [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