summaryrefslogtreecommitdiffstats
path: root/remoting/webapp
Commit message (Expand)AuthorAgeFilesLines
* [Webapp Refactor] Move key injection related functionality into the plugin la...kelvinp2015-03-198-135/+108
* Added more typechecking functions and unit tests for existing code.jrw2015-03-1914-165/+525
* Downscope tokens before sending them to app-remoting host.jamiewalch2015-03-192-3/+9
* [Webapp Refactor] Removes the client plugin on Disconnect.kelvinp2015-03-184-33/+27
* [Webapp Refactor] Reparent the ConnectedView into the delegate.kelvinp2015-03-1810-122/+127
* Add optional scopes parameter to Identity.getToken().jamiewalch2015-03-184-26/+104
* Expose Automation ID for the HostTableEntry.kelvinp2015-03-181-1/+3
* Migrate remoting webapp unittests to use QUnit 2.0 syntax.kelvinp2015-03-1718-807/+811
* [Chromoting] Handle AppRemoting extension messages via ProtocolExtension.garykac2015-03-178-111/+125
* remoting.Identity unit-tests and fixes.jamiewalch2015-03-175-8/+146
* Implements It2MeBrowserTest CancelShare and VerifyAccessCodeNotReusablekelvinp2015-03-173-16/+31
* [Webapp Refactor] Implements Me2MeConnectFlow as an object.kelvinp2015-03-177-90/+91
* [Webapp Refactor] Implements remoting.ConnectionInfo.kelvinp2015-03-166-24/+94
* Eliminated named constants for instances of remoting.Error.jrw2015-03-1638-240/+353
* Added SpyPromise class for testing code that uses promises.jrw2015-03-144-73/+379
* [Chromoting] Create ProtocolExtension interfacegarykac2015-03-1310-223/+231
* [Webapp Refactor] Implements Pin dialog as an object.kelvinp2015-03-135-58/+110
* [Chromoting] Fix variable names in webapp Application.jsgarykac2015-03-133-23/+23
* build-webapp.py: make dir check work on Windowshans2015-03-131-1/+1
* Cleanup XMPP server configuration and restrict TCP permissions.sergeyu2015-03-127-28/+17
* Add sockets permission for in the app remoting manifest.sergeyu2015-03-121-0/+5
* Move mocks and unittest JS files to sit alongside production code.wez2015-03-1222-0/+0
* [Webapp Refactor] Implements Host needs update dialog as an object.kelvinp2015-03-124-30/+96
* [Webapp Refactor] remoting.ConnectedViewkelvinp2015-03-124-207/+236
* Use chrome.sockets.tcp API instead of chrome.socket.sergeyu2015-03-117-193/+374
* Refactor sinon helper to make it easier to use.sergeyu2015-03-119-101/+47
* Fix It2MeBrowserTest.InvalidAccessCode.kelvinp2015-03-111-2/+2
* [Chromoting] Create ClientPlugin.SessionHandler interfacegarykac2015-03-113-155/+103
* Fix v2 app restarts when a deleted host is renamed or deleted.kelvinp2015-03-116-24/+76
* Fix JSCompile errors in remoting.kelvinp2015-03-104-7/+7
* Converted remoting.Error to be a class rather than just a string.jrw2015-03-1045-226/+528
* Add Application.Delegate.stop.jamiewalch2015-03-095-16/+47
* [Chromoting] Move ownership of ClientPlugin into SessionConnector.garykac2015-03-096-168/+136
* [Webapp Refactor] Remove It2Me connection code from SessionConnectorImpl.kelvinp2015-03-074-137/+175
* Currently, any invocation of getToken() may result in consent UI being shown,...jamiewalch2015-03-075-103/+128
* [Chromoting] Use compact notation for javascript @private typesgarykac2015-03-0649-592/+194
* [Chromoting] Use build-html.py to generate message_window.htmlgarykac2015-03-061-2/+3
* Fix QUnitBrowserTestRunner.Remoting_Webapp_Js_Unittestkelvinp2015-03-061-14/+0
* Better UI when the machine is shared under a different accountkelvinp2015-03-053-12/+34
* Rename elapsed-time field in Chromoting log events to session-duration, and r...anandc2015-03-052-10/+11
* Requiem for client_screen.jskelvinp2015-03-0513-169/+159
* Don't relaunch app for non-auth errors.jamiewalch2015-03-041-1/+1
* HostTableEntry refactorkelvinp2015-03-0415-433/+697
* Remove Hangout Remote Desktop integration code from the webapp.kelvinp2015-03-0414-1619/+0
* [Chromoting] Remove hangout consent dialog.garykac2015-03-046-318/+1
* Disable VideoDecoder renderer in M42 chrome.sergeyu2015-03-041-5/+4
* Remove HRD butterbar and disable HRD background servicedcaiafa2015-03-032-44/+5
* [Chromoting] Remove extra comma after last element in JS dict.garykac2015-03-031-1/+1
* Apply a prettier background for platforms that don't support shaped windows.jamiewalch2015-03-032-1/+10
* [Chromoting] Enable jscompile for AppRemoting's feedback_consent page.garykac2015-03-032-15/+14