summaryrefslogtreecommitdiffstats
path: root/remoting/webapp
Commit message (Expand)AuthorAgeFilesLines
* Improve host-list display in case of auth or network error.jamiewalch@chromium.org2013-03-024-26/+23
* Show a warning overlay and connection interstitial for out-of-date hosts.jamiewalch@chromium.org2013-02-288-61/+196
* Attach menu-dismiss handler to <html> instead of <body>.jamiewalch@chromium.org2013-02-281-1/+5
* Fix remotingHostSettings to load all-hosts setting even if requested hostId h...wez@chromium.org2013-02-201-5/+7
* Reload the web-app if an IT2Me connection fails.jamiewalch@chromium.org2013-02-152-6/+2
* Don't throw an exception in Apps v2 at start-up.jamiewalch@chromium.org2013-02-151-1/+5
* Include OpenSans font in the web-app.jamiewalch@chromium.org2013-02-153-2/+13
* Attach menu dismiss handler to <body>, not <html>.jamiewalch@chromium.org2013-02-121-2/+2
* Get extension version synchrously from the manifest.jamiewalch@chromium.org2013-02-123-20/+16
* Update web-app client to use plugin notifyDeviceResolution API.wez@chromium.org2013-02-123-24/+40
* Detect the start-up type of the application.jamiewalch@chromium.org2013-02-094-10/+108
* Use showConnectError_ instead of remoting.showError to correctly distinguish ...jamiewalch@chromium.org2013-02-092-3/+14
* Update appsv2 patch.jamiewalch@chromium.org2013-02-091-32/+34
* Convert Chromoting .png's to .webp. skonig@chromium.org2013-02-079-20/+20
* Factor connection setup out of client_screen.js.jamiewalch@chromium.org2013-02-078-458/+548
* Session logging fixesrmsousa@chromium.org2013-02-068-94/+64
* Make NPAPI Me2Me interface return results via callback parameters.lambroslambrou@chromium.org2013-02-062-32/+67
* Add WebP icon files.sergeyu@chromium.org2013-02-063-0/+0
* Make host/url references configurable.rmsousa@chromium.org2013-02-0516-81/+208
* Fixed missing references in wcs_sandbox.html.jamiewalch@chromium.org2013-02-037-94/+72
* Improve JS unit tests.jamiewalch@chromium.org2013-01-302-13/+30
* Fixed host settings load.jamiewalch@chromium.org2013-01-291-1/+3
* Get Chromoting client working in Apps V2jamiewalch@chromium.org2013-01-2914-124/+714
* Render high-DPI hosts pixel-for-pixel on high-DPI clients.wez@chromium.org2013-01-291-4/+22
* PIN dialog clean-ups.jamiewalch@chromium.org2013-01-292-18/+12
* Add hack that works around signaling bug that breaks Chromoting.sergeyu@chromium.org2013-01-211-1/+27
* Allow resize-to-client to be enabled by the user.jamiewalch@chromium.org2013-01-175-70/+239
* Allow an AppsV2 build to be configured using GYP.jamiewalch@google.com2013-01-162-9/+168
* pngcrush png files under remotingoshima@chromium.org2013-01-102-0/+0
* Fixed PIN safety URL.jamiewalch@google.com2013-01-101-1/+1
* Apps v2 identity integration.jamiewalch@google.com2013-01-0917-54/+326
* Change userinfo endpoint to the JSON one.rmsousa@chromium.org2013-01-091-7/+12
* Add state parameter to OAuth redirectrmsousa@chromium.org2013-01-083-6/+30
* [Chromoting] Re-enable js unittests.garykac@chromium.org2013-01-021-0/+67
* Disable Share button if the host plugin isn't supported.jamiewalch@google.com2012-12-212-0/+14
* Mock chrome.storage (https://developer.chrome.com/extensions/storage.html) AP...jamiewalch@google.com2012-12-206-44/+229
* Fix duplicate clipboard detection logic in clientlambroslambrou@google.com2012-12-171-17/+9
* Add trapKey() API to ClientPlugin wrapper.wez@chromium.org2012-12-142-1/+24
* Ensure Chromoting crash-reporting is opt-inlambroslambrou@chromium.org2012-12-121-1/+1
* Reorder tab title to put the important information first.jamiewalch@google.com2012-12-111-2/+2
* Disable Chromoting host compilation on ChromeOSsergeyu@chromium.org2012-12-071-8/+9
* Dead/duplicate code cleanup.jamiewalch@google.com2012-12-063-79/+42
* Reset retry flag on successful connection.jamiewalch@google.com2012-12-061-0/+1
* Fixed consent checkbox test.jamiewalch@google.com2012-12-051-2/+2
* Improve curtain mode error message.jamiewalch@chromium.org2012-11-301-4/+6
* Don't log 'connection failed' for session errors that occur after connection ...jamiewalch@chromium.org2012-11-303-5/+13
* Remove remoting.HostController.state()sergeyu@chromium.org2012-11-294-45/+41
* Allow wildcard matching for redirect URL.jamiewalch@google.com2012-11-271-7/+8
* Remove remoting.cancelConnect, since it doesn't update the URL correctly.jamiewalch@google.com2012-11-152-5/+12
* Remove UI dependencies from remoting.HostController.sergeyu@chromium.org2012-11-154-143/+165