summaryrefslogtreecommitdiffstats
path: root/remoting/webapp
Commit message (Expand)AuthorAgeFilesLines
* Restore plugin focus on blur.jamiewalch@google.com2011-12-221-1/+11
* Use new-style event listeners.jamiewalch@google.com2011-12-226-65/+138
* Use Open Sans instead of Droid Sans.jamiewalch@chromium.org2011-12-212-2/+2
* Cleaned up NAT traversal warning.jamiewalch@google.com2011-12-202-13/+26
* Open Me2Me hosts in the same tab.jamiewalch@google.com2011-12-171-2/+2
* The chromoting client logs the session duration to the server.simonmorris@chromium.org2011-12-162-7/+57
* Show an appropriate message if the chromoting service returns a 503 error.simonmorris@chromium.org2011-12-164-1/+10
* Remove debug code from Chromoting's IQ pretty printergarykac@chromium.org2011-12-131-1/+0
* The chromoting client logs a session ID to the server,simonmorris@chromium.org2011-12-132-37/+125
* Refactored HostList to better support bookmarking.jamiewalch@google.com2011-12-127-69/+134
* Pass table entry to rename and delete callbacks,jamiewalch@chromium.org2011-12-102-34/+34
* Fix null pointer error.jamiewalch@google.com2011-12-093-12/+13
* The chromoting client logs connection statistics to the server.simonmorris@chromium.org2011-12-097-104/+364
* Update the code that gets an OAuth2 access token.simonmorris@chromium.org2011-12-081-1/+3
* The chromoting client logs a session-close that wassimonmorris@chromium.org2011-12-021-0/+5
* The webapp uses localStorage to decide whether logging to the serversimonmorris@chromium.org2011-12-023-4/+90
* Fix tool-bar auto-hide behaviour.jamiewalch@chromium.org2011-12-025-23/+146
* Launch Me2Me connections in a new tab. Remove OK button from post-connect scr...jamiewalch@chromium.org2011-12-018-34/+109
* Setup JS unittests for Chromotinggarykac@chromium.org2011-11-301-0/+26
* Fix token refresh closure.jamiewalch@google.com2011-11-291-1/+5
* Don't toggle the debug log when editing text.jamiewalch@chromium.org2011-11-262-1/+6
* Update short URL.jamiewalch@chromium.org2011-11-241-1/+1
* Don't update jabberId when renaming a host.sergeyu@chromium.org2011-11-241-1/+5
* Fix many* python scripts in src/maruel@chromium.org2011-11-233-13/+18
* Remove the edit box, even if no change is made to the host name.jamiewalch@chromium.org2011-11-231-2/+1
* Clean up client state callback.jamiewalch@google.com2011-11-214-65/+61
* Implement rename and delete.jamiewalch@google.com2011-11-218-251/+490
* Disable logging from the chromoting client to the server.simonmorris@chromium.org2011-11-211-0/+4
* Call plugin.onIq() only when onIq is not null.sergeyu@chromium.org2011-11-211-1/+9
* Chromoting: Update logIq to handle messages to bots.garykac@chromium.org2011-11-181-75/+221
* Create HostList class to facilitate future work.jamiewalch@google.com2011-11-175-110/+149
* Move home-screen functionality into separate file.jamiewalch@google.com2011-11-154-168/+215
* Fixed css to make host list prettier.jamiewalch@google.com2011-11-144-17/+85
* The chromoting client sends simple logging to the server.simonmorris@chromium.org2011-11-114-1/+347
* Removed Google from product name in fr and pt_BR translations.jamiewalch@google.com2011-11-102-2/+2
* Fix the web-app not to fail if the user is not Me2Me enabled.wez@chromium.org2011-11-101-2/+4
* Fixed capitalization that broke jscompile.jamiewalch@google.com2011-11-091-1/+1
* Correct errant references to remoting.ClientError to remoting.Error.wez@chromium.org2011-11-081-2/+2
* Fix typo that prevents client displaying received frame rate.wez@chromium.org2011-11-081-1/+1
* Add missing return in access-token refresh case of refreshHostList.wez@chromium.org2011-11-081-0/+1
* Pretty-print IQ packets in Chromoting debug log.garykac@chromium.org2011-11-073-4/+579
* Added official translations for M16.jamiewalch@google.com2011-11-0741-41/+41
* Add verify-translations.py script.wez@chromium.org2011-11-051-0/+49
* Remove old Authentication code that we don't use or need.sergeyu@chromium.org2011-11-051-3/+0
* Fixed UX on ChromeOS.jamiewalch@google.com2011-11-034-25/+24
* Add missing closing brace to img tag.wez@chromium.org2011-11-031-1/+1
* Small web-app clean-ups.jamiewalch@chromium.org2011-11-034-31/+34
* An ugly but working host-list implementation for the Chromoting app.wez@chromium.org2011-11-034-0/+225
* Don't send a session-terminate in disconnect() if WCS not initialised.wez@chromium.org2011-11-011-14/+14
* Refactored web-appjamiewalch@chromium.org2011-10-2811-773/+1100