summaryrefslogtreecommitdiffstats
path: root/remoting/webapp
Commit message (Expand)AuthorAgeFilesLines
...
* Construct in-session window title from scratch, not cumulatively.jamiewalch@google.com2012-05-041-1/+2
* Add autofocus to non-form OK buttons.jamiewalch@google.com2012-05-041-2/+10
* Speed up scrolling if the machine can't keep up.jamiewalch@google.com2012-05-031-6/+16
* Clear hosts and last error in refresh, not response.jamiewalch@google.com2012-05-031-2/+2
* Register for WebKit tab visibility changes and use to pause video.wez@chromium.org2012-05-034-0/+29
* Add a message to allow clients to control the video channel.wez@chromium.org2012-05-033-0/+30
* Add permission for relay.google.comsergeyu@chromium.org2012-05-031-0/+1
* Make modal dialogs fixed instead of absolute.jamiewalch@google.com2012-05-021-2/+2
* Support bump-scroll in full-screen by adjusting plugin margins.jamiewalch@google.com2012-05-026-4/+136
* Send new client dimensions to host whenever they change.wez@chromium.org2012-05-024-16/+69
* Capitalize waiting state messages that form the main content of their dialogs...jamiewalch@google.com2012-05-013-7/+18
* [Chromoting] Factor out common code for pin hashing.simonmorris@chromium.org2012-05-011-2/+2
* Added extra text to 'host started' dialog.jamiewalch@google.com2012-05-013-5/+20
* Fix JSCompiler error.jamiewalch@google.com2012-05-011-1/+1
* [Chromoting] Fix two typos in the webapp.simonmorris@chromium.org2012-04-301-9/+9
* Remove executable permissions.jamiewalch@google.com2012-04-3042-0/+0
* Fix sign-in.jamiewalch@google.com2012-04-301-4/+8
* M20 translations.jamiewalch@google.com2012-04-3042-42/+42
* Protect all uses of JSON.parse against exceptions.jamiewalch@google.com2012-04-286-42/+67
* Cope with getDaemonConfig returning invalid JSON.wez@chromium.org2012-04-271-8/+26
* Cope with the hostId being unknown in connectMe2Me().wez@chromium.org2012-04-271-2/+10
* Fixed callWithToken error handling.jamiewalch@google.com2012-04-256-55/+91
* Make JS compiler happy about OAUTH2_USE_OFFICEIAL_CLIENT_ID.sergeyu@chromium.org2012-04-241-0/+3
* Unregister host if we fail to start it.sergeyu@chromium.org2012-04-241-0/+3
* Trap exceptions calling getDaemonConfig on ChromeOS.jamiewalch@google.com2012-04-241-1/+6
* Remoting daemon process to support unofficial client IDhclam@chromium.org2012-04-243-0/+14
* Get host id via getDaemonConfig.jamiewalch@google.com2012-04-231-15/+15
* Show client plugin if no hello is received in 0.5s.jamiewalch@google.com2012-04-191-0/+28
* Revert r132818.jamiewalch@google.com2012-04-198-46/+2
* [Chromoting] Display long local host names correctly.simonmorris@chromium.org2012-04-192-7/+4
* Allow Enter to be used to enter a PIN.jamiewalch@google.com2012-04-181-2/+6
* Reduce PIN complexity requirements.jamiewalch@google.com2012-04-182-2/+2
* [Chromoting] Show an error message if the client plugin is disabled.simonmorris@chromium.org2012-04-188-3/+47
* Web-app visual and string tweaks.jamiewalch@google.com2012-04-174-32/+26
* [Chromoting] The webapp revokes OAuth refresh tokens when they will no longer...simonmorris@chromium.org2012-04-172-7/+75
* Source major & minor versions from remoting, build & patch versions from Chrome.wez@chromium.org2012-04-152-19/+10
* [Chromoting] Tweak CL to fix toolbar button positions.simonmorris@chromium.org2012-04-141-6/+1
* Don't register more than one 'connect' event handler per HostTableEntry. Don'...jamiewalch@google.com2012-04-132-15/+32
* CSS rules are not semicolon terminated.jamiewalch@google.com2012-04-121-1/+1
* Remap the right Control key to Cmd when running on ChromeOS.wez@chromium.org2012-04-125-1/+55
* Fix the USB keycode field name in injectKeyEvent API.wez@chromium.org2012-04-101-1/+1
* Test type of daemonState (there will be no exception accessing a missing prop...jamiewalch@google.com2012-04-101-3/+4
* Fix stop/start button state and host name.jamiewalch@google.com2012-04-103-6/+47
* Add config validation for updateDaemonConfig() method.sergeyu@chromium.org2012-04-091-3/+11
* [Chromoting] Clear all localStorage when the user signs out.simonmorris@chromium.org2012-04-093-4/+6
* Store PIN hash in host config.sergeyu@chromium.org2012-04-072-10/+28
* Clean up daemon DOM.jamiewalch@google.com2012-04-063-25/+21
* Move host registration code to the HostController class.sergeyu@chromium.org2012-04-062-181/+131
* Don't propagate the click event if the user disables the daemon.jamiewalch@google.com2012-04-061-2/+6
* Enable alphanumeric input in fullscreen.jamiewalch@google.com2012-04-052-2/+6