summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/host_setup_dialog.js
Commit message (Expand)AuthorAgeFilesLines
* [Chromoting] Move webapp files based on new directory structure:Gary Kacmarcik2014-10-231-559/+0
* Remove the NPAPI plugin from the webapp. weitaosu@chromium.org2014-05-241-21/+5
* Automatic host installation for IT2Me on Windows.weitaosu@chromium.org2014-05-221-26/+6
* Refactor HostSetupDialog and HostInstallDialog.weitaosu@chromium.org2014-05-091-25/+51
* On Windows, install the chromoting host component via a separate NPAPI call. ...weitaosu@chromium.org2014-04-151-1/+3
* Fix host installation prompt cancelation in CRD webapp.sergeyu@chromium.org2014-03-121-0/+1
* Chromoting webapp: Host install prompt for It2Mesergeyu@chromium.org2014-02-061-72/+31
* Download the host components when user tries to enable Me2Me host.sergeyu@chromium.org2014-02-031-5/+39
* Change HostController methods to accept onError callbacks.lambroslambrou@chromium.org2013-06-281-44/+95
* Refactor getLocalHostStateAndId to help with native messaging implementation.jamiewalch@chromium.org2013-03-261-14/+60
* Apps v2 identity integration.jamiewalch@google.com2013-01-091-2/+2
* Ensure Chromoting crash-reporting is opt-inlambroslambrou@chromium.org2012-12-121-1/+1
* Fixed consent checkbox test.jamiewalch@google.com2012-12-051-2/+2
* Remove remoting.HostController.state()sergeyu@chromium.org2012-11-291-4/+2
* Remove UI dependencies from remoting.HostController.sergeyu@chromium.org2012-11-151-1/+1
* Factor out validate pin and also do it on confirm focus.rmsousa@chromium.org2012-10-091-5/+22
* Add CSP restricting script and object sources to Chromoting manifest.wez@chromium.org2012-08-241-1/+1
* This CL cleans up error handling when fetching the user's email address. We d...jamiewalch@google.com2012-07-201-1/+1
* Increase PIN minimum length to six digits.jamiewalch@google.com2012-06-291-1/+1
* Pass OAuth token refresh errors back to the caller.jamiewalch@google.com2012-06-251-3/+15
* The user's consent to crash dumps reporting can now be set via the UI (Window...alexeypa@chromium.org2012-06-221-1/+28
* Refactored innerText vs. innerHTML in l10n.js and removed other uses of inner...jamiewalch@google.com2012-06-021-1/+1
* Die, |that|, die!jamiewalch@google.com2012-05-291-1/+0
* Added extra text to 'host started' dialog.jamiewalch@google.com2012-05-011-4/+14
* Allow Enter to be used to enter a PIN.jamiewalch@google.com2012-04-181-2/+6
* Reduce PIN complexity requirements.jamiewalch@google.com2012-04-181-1/+1
* Move host registration code to the HostController class.sergeyu@chromium.org2012-04-061-137/+27
* [Chromoting] Stop the user typing non-digits when setting the daemon PIN.simonmorris@chromium.org2012-04-051-0/+8
* Rename DaemonPlugin class to HostController.sergeyu@chromium.org2012-04-051-15/+15
* Chromoting Me2Me installation flow for Mac.lambroslambrou@chromium.org2012-04-051-17/+51
* [Chromoting] Require that the daemon PIN consists of 6 or more digits.simonmorris@chromium.org2012-04-051-5/+36
* Unregister host on stop.jamiewalch@google.com2012-04-041-0/+3
* [Chromoting] Compare the two daemon PINs specified by the user at daemon inst...simonmorris@chromium.org2012-04-041-3/+17
* [Chromoting] Improve the PIN entry part of the host setup dialog.simonmorris@chromium.org2012-04-041-2/+10
* Replace SetDaemonPin() method with UpdateDaemonConfig()sergeyu@chromium.org2012-04-041-1/+5
* Add completion callbacks in the DaemonController interface.sergeyu@chromium.org2012-04-031-70/+131
* Save the host id to local storage.jamiewalch@google.com2012-04-021-0/+3
* [Chromoting] Fix a JS typo.simonmorris@chromium.org2012-04-021-1/+1
* Chromoting: The me2me host is now configurable from the web UI on Windows.alexeypa@chromium.org2012-03-301-1/+3
* Clean up daemon control UI:jamiewalch@google.com2012-03-301-2/+2
* Apply BASE64 encoding to PIN before storing it in the config file.sergeyu@chromium.org2012-03-291-1/+1
* Implement Me2Me setup flow.sergeyu@chromium.org2012-03-291-0/+351