summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/host_controller.js
Commit message (Expand)AuthorAgeFilesLines
* Paired client revocation UI.jamiewalch@chromium.org2013-07-231-0/+37
* Change HostController methods to accept onError callbacks.lambroslambrou@chromium.org2013-06-281-90/+99
* Add error-handling to host_dispatcher.js interfacelambroslambrou@chromium.org2013-06-181-18/+24
* Don't serialize config dictionary in Native Messaging interface.lambroslambrou@chromium.org2013-05-241-37/+21
* Handle exception from getDaemonVersion on NPAPI plugin.lambroslambrou@chromium.org2013-05-151-1/+5
* Dispatch HostController requests to NativeMessaging host or NPAPI plugin.lambroslambrou@chromium.org2013-05-081-44/+31
* Move test for enabling/disabling It2Me Share buttonlambroslambrou@chromium.org2013-05-071-15/+0
* Add HostPluginWrapper and implement GetState() in Chromoting webapp.lambroslambrou@chromium.org2013-04-021-12/+5
* Implement hello exchange with Chromoting Native Messaging hostlambroslambrou@chromium.org2013-03-301-23/+35
* Refactor getLocalHostStateAndId to help with native messaging implementation.jamiewalch@chromium.org2013-03-261-41/+45
* Implement Native Messaging in remoting webapp for Me2Me.lambroslambrou@chromium.org2013-03-191-4/+10
* Make NPAPI Me2Me interface return results via callback parameters.lambroslambrou@chromium.org2013-02-061-28/+59
* Make host/url references configurable.rmsousa@chromium.org2013-02-051-1/+1
* Apps v2 identity integration.jamiewalch@google.com2013-01-091-2/+2
* Disable Share button if the host plugin isn't supported.jamiewalch@google.com2012-12-211-0/+12
* Remove remoting.HostController.state()sergeyu@chromium.org2012-11-291-16/+29
* Remove UI dependencies from remoting.HostController.sergeyu@chromium.org2012-11-151-101/+13
* Always use google_apis to get the client ID.alexeypa@chromium.org2012-10-101-2/+0
* [Chromoting] Store a newly registered host's public key in the webapp's host ...simonmorris@chromium.org2012-09-201-9/+12
* Implement DaemonController::GetVersion() method on Linuxsergeyu@chromium.org2012-09-071-1/+1
* Cope with empty-string getDaemonConfig responses.jamiewalch@google.com2012-08-241-1/+6
* [Chromoting] The webapp should consider the host being enabled when the servi...alexeypa@chromium.org2012-08-151-1/+2
* Remove 'Enable' button on unsupported platforms. Added 'No hosts' message.jamiewalch@google.com2012-06-301-15/+8
* Remove bogus warnings at start-up.jamiewalch@google.com2012-06-281-1/+3
* Pass OAuth token refresh errors back to the caller.jamiewalch@google.com2012-06-251-7/+7
* The user's consent to crash dumps reporting can now be set via the UI (Window...alexeypa@chromium.org2012-06-221-2/+11
* Don't deregister the host if it wasn't stopped.jamiewalch@google.com2012-06-081-1/+2
* Die, |that|, die!jamiewalch@google.com2012-05-291-2/+3
* If getDaemonVersion() fails then log that the host version is not available.wez@chromium.org2012-05-181-1/+5
* Implemented getVersion framework.jamiewalch@chromium.org2012-05-111-0/+9
* [Chromoting] Factor out common code for pin hashing.simonmorris@chromium.org2012-05-011-2/+2
* Protect all uses of JSON.parse against exceptions.jamiewalch@google.com2012-04-281-7/+7
* Cope with getDaemonConfig returning invalid JSON.wez@chromium.org2012-04-271-8/+26
* Fixed callWithToken error handling.jamiewalch@google.com2012-04-251-2/+7
* 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-241-0/+2
* Get host id via getDaemonConfig.jamiewalch@google.com2012-04-231-15/+15
* [Chromoting] Display long local host names correctly.simonmorris@chromium.org2012-04-191-1/+0
* [Chromoting] The webapp revokes OAuth refresh tokens when they will no longer...simonmorris@chromium.org2012-04-171-1/+1
* Don't register more than one 'connect' event handler per HostTableEntry. Don'...jamiewalch@google.com2012-04-131-7/+15
* 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-101-5/+31
* Store PIN hash in host config.sergeyu@chromium.org2012-04-071-10/+23
* Clean up daemon DOM.jamiewalch@google.com2012-04-061-5/+0
* Move host registration code to the HostController class.sergeyu@chromium.org2012-04-061-44/+104
* Rename DaemonPlugin class to HostController.sergeyu@chromium.org2012-04-051-0/+222