summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Use a separate window to notify the user that permissions are required.jamiewalch2015-03-248-9/+62
* [Chromoting] Convert VideoFrameRecorder into a proper protocol extension.garykac2015-03-243-48/+67
* Update .zip name in remoting_client.gypi to fix archive bots after crrev.com/...sergeyu2015-03-231-2/+2
* Remove prerender cookie store, part 4.davidben2015-03-231-1/+1
* Enable PNaCl for V2 CRD appsergeyu2015-03-231-15/+3
* Implement base.inherits()kelvinp2015-03-208-28/+171
* Updated remoting.xhr API to use promises.jrw2015-03-2015-425/+541
* Revert of Suppress MSI/MSM validation when building remoting MSI. (patchset #...grt2015-03-201-1/+0
* [Chromoting] Move app-specific code out of remoting.jsgarykac2015-03-207-113/+124
* [Webapp Refactor] Implements AppConnectedView.kelvinp2015-03-196-70/+110
* Suppress MSI/MSM validation when building remoting MSI.grt2015-03-191-0/+1
* [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-1915-165/+526
* 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
* Fix up if statement curly braces issues.aurimas2015-03-181-2/+1
* Pull authentication UX code out of JniInterfacelambroslambrou2015-03-184-133/+207
* Basic Android UI for host-offline-reason.lukasza2015-03-183-19/+49
* Remove uses of KillProcess()rvargas2015-03-181-3/+2
* Use port 5222 for XMPP connection from Me2Me host.sergeyu2015-03-184-30/+19
* 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-176-8/+147
* 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-167-24/+95
* Eliminated named constants for instances of remoting.Error.jrw2015-03-1639-240/+354
* Added SpyPromise class for testing code that uses promises.jrw2015-03-145-73/+382
* [Chromoting] Create ProtocolExtension interfacegarykac2015-03-1311-223/+232
* [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
* Move all protocol event matchers to test_event_matchers.hrkuroiwa2015-03-1313-461/+443
* build-webapp.py: make dir check work on Windowshans2015-03-131-1/+1
* Delete a redundant removal of input_injector_x11.cc from 'sources'.wtc2015-03-131-4/+0
* 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
* Cleaning up Eclipse's warnings.lukasza2015-03-124-15/+5
* Roll WebRTC 8695:8699, Libjingle 8697:8700tommi2015-03-121-1/+1
* Move mocks and unittest JS files to sit alongside production code.wez2015-03-1227-50/+50
* [Webapp Refactor] Implements Host needs update dialog as an object.kelvinp2015-03-125-30/+97
* Detect and release stuck modifier keys.jamiewalch2015-03-125-3/+77
* [Webapp Refactor] remoting.ConnectedViewkelvinp2015-03-125-207/+237
* Use pkexec instead of gksudo for adding users to group.rickyz2015-03-122-9/+40
* Use chrome.sockets.tcp API instead of chrome.socket.sergeyu2015-03-118-193/+375
* Adding the base ChromotingInstance implementation and unittests. This class ...joedow2015-03-1121-379/+1426
* Refactor sinon helper to make it easier to use.sergeyu2015-03-1110-103/+47
* Fix It2MeBrowserTest.InvalidAccessCode.kelvinp2015-03-111-2/+2