| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix remoting webapp to properly handle non supported platforms. | sergeyu@chromium.org | 2014-02-26 | 1 | -2/+4 |
* | Disable Me2Me host controls on unsupported Linux systems. | sergeyu@chromium.org | 2014-02-15 | 1 | -1/+2 |
* | Minor cleanups in UI code that gets host state when webapp is stared | sergeyu@chromium.org | 2014-02-13 | 1 | -3/+2 |
* | Download the host components when user tries to enable Me2Me host. | sergeyu@chromium.org | 2014-02-03 | 1 | -1/+3 |
* | Sort the host list alphabetically. | jamiewalch@chromium.org | 2013-12-21 | 1 | -0/+6 |
* | Add a Connect_Remote_Host test. | weitaosu@chromium.org | 2013-10-05 | 1 | -0/+15 |
* | Add a reload button to host list. | jamiewalch@chromium.org | 2013-09-04 | 1 | -1/+21 |
* | Deal with empty lists being omitted from the server's JSON response. | rmsousa@chromium.org | 2013-08-03 | 1 | -0/+2 |
* | Remove storage.js from Chromoting webapp | lambroslambrou@chromium.org | 2013-06-19 | 1 | -2/+2 |
* | Don't display the 'start-host' UI if there was an error fetching the host list. | jamiewalch@chromium.org | 2013-03-12 | 1 | -5/+14 |
* | Use remoting.storage instead of overriding chrome.storage. | jamiewalch@chromium.org | 2013-03-11 | 1 | -2/+2 |
* | Don't show newly-enabled hosts as out-of-date. | lambroslambrou@chromium.org | 2013-03-05 | 1 | -0/+3 |
* | Improve host-list display in case of auth or network error. | jamiewalch@chromium.org | 2013-03-02 | 1 | -22/+19 |
* | Show a warning overlay and connection interstitial for out-of-date hosts. | jamiewalch@chromium.org | 2013-02-28 | 1 | -8/+13 |
* | Make host/url references configurable. | rmsousa@chromium.org | 2013-02-05 | 1 | -3/+3 |
* | Apps v2 identity integration. | jamiewalch@google.com | 2013-01-09 | 1 | -3/+3 |
* | Mock chrome.storage (https://developer.chrome.com/extensions/storage.html) AP... | jamiewalch@google.com | 2012-12-20 | 1 | -16/+34 |
* | Remove remoting.HostController.state() | sergeyu@chromium.org | 2012-11-29 | 1 | -1/+1 |
* | Remove UI dependencies from remoting.HostController. | sergeyu@chromium.org | 2012-11-15 | 1 | -30/+134 |
* | [Chromoting] Make the webapp handle 502 errors like 503 errors. | simonmorris@chromium.org | 2012-11-07 | 1 | -1/+1 |
* | [Chromoting] Handle a response status 0 for a list-hosts request more helpfully. | simonmorris@chromium.org | 2012-11-02 | 1 | -1/+3 |
* | This CL cleans up error handling when fetching the user's email address. We d... | jamiewalch@google.com | 2012-07-20 | 1 | -2/+2 |
* | If an account with hosts registered is accessed on a machine on which those h... | jamiewalch@google.com | 2012-07-11 | 1 | -4/+4 |
* | Remove 'Enable' button on unsupported platforms. Added 'No hosts' message. | jamiewalch@google.com | 2012-06-30 | 1 | -3/+13 |
* | Remove bogus warnings at start-up. | jamiewalch@google.com | 2012-06-28 | 1 | -15/+19 |
* | Pass OAuth token refresh errors back to the caller. | jamiewalch@google.com | 2012-06-25 | 1 | -34/+60 |
* | [Chromoting] Use headers, not parameters, to carry the OAuth token when getti... | simonmorris@chromium.org | 2012-06-05 | 1 | -4/+2 |
* | Refactored innerText vs. innerHTML in l10n.js and removed other uses of inner... | jamiewalch@google.com | 2012-06-02 | 1 | -1/+1 |
* | Die, |that|, die! | jamiewalch@google.com | 2012-05-29 | 1 | -20/+7 |
* | Clear hosts and last error in refresh, not response. | jamiewalch@google.com | 2012-05-03 | 1 | -2/+2 |
* | Protect all uses of JSON.parse against exceptions. | jamiewalch@google.com | 2012-04-28 | 1 | -10/+13 |
* | Fixed callWithToken error handling. | jamiewalch@google.com | 2012-04-25 | 1 | -28/+42 |
* | Fix stop/start button state and host name. | jamiewalch@google.com | 2012-04-10 | 1 | -0/+13 |
* | Unregister host on stop. | jamiewalch@google.com | 2012-04-04 | 1 | -2/+9 |
* | Filter the local host id from the list. | jamiewalch@google.com | 2012-04-03 | 1 | -7/+9 |
* | Refactored host_table_entry.js to allow it to be used for static HTML content. | jamiewalch@google.com | 2012-03-30 | 1 | -1/+1 |
* | Added first-run infographic screens for IT2Me and Me2Me. | jamiewalch@google.com | 2012-03-29 | 1 | -16/+0 |
* | [Chromoting] Let the webapp handle a host with no JID correctly. | simonmorris@chromium.org | 2012-03-22 | 1 | -2/+2 |
* | [Chromoting] The webapp handles host renaming correctly. | simonmorris@chromium.org | 2012-03-19 | 1 | -0/+9 |
* | Sort host list to put on-line hosts first. | jamiewalch@google.com | 2012-03-06 | 1 | -0/+13 |
* | CSS clean-up. | jamiewalch@google.com | 2012-03-05 | 1 | -11/+0 |
* | To get the chromoting host list, pass the OAuth access token as a URL parameter, | simonmorris@chromium.org | 2012-03-02 | 1 | -2/+4 |
* | Replaced IT2Me and host list UI tables with flex-boxes. | jamiewalch@google.com | 2012-02-28 | 1 | -0/+3 |
* | Updated home screen to match new UI mocks. | jamiewalch@google.com | 2012-02-22 | 1 | -2/+1 |
* | Rename webapp_it2me to remoting_webapp and move it from webapp/me2mom to webapp/ | sergeyu@chromium.org | 2012-01-11 | 1 | -0/+273 |