summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Update remaining code to include NetLog files from net/log directory rather t...eroman2015-04-021-1/+1
* Fix sign-in strings.jamiewalch2015-04-021-4/+4
* Move remoting.connectMe2Me() to remoting.DesktopRemoting.kelvinp2015-04-015-60/+52
* Add remaining remoting targets for the GN build.dpranke2015-04-015-2/+193
* Fix unresolved gn dependencies when enable_configuration_policy=falsetmoniuszko2015-04-012-3/+12
* [Chromoting] Fix base.inherits so parent methods can be used in parent ctor.garykac2015-03-313-37/+58
* Fixing a build issue on platforms that don't support C++11.joedow2015-03-311-2/+4
* Added client for interacting with GCD from JS code.jrw2015-03-313-0/+460
* [Chromoting] Combine various connectionMode's into the Application class.garykac2015-03-3114-139/+91
* Replace COMPILE_ASSERT with static_assert in remoting/lukasza2015-03-301-1/+1
* Android Chromoting: Handle keyboard-related system config changes.lambroslambrou2015-03-281-1/+1
* Added isError method to remoting.Xhr.Error to check for HTTP errors.jrw2015-03-282-1/+49
* Re-enable mouse lockskonig2015-03-271-14/+1
* Fixing building of remoting_unittests_apk target.lukasza2015-03-264-9/+29
* [Chromoting] Change Application.Delegate to proper subclass of Application.garykac2015-03-268-312/+311
* Added support for enabling GCD, or not, at build time.jrw2015-03-265-82/+94
* To avoid the requirement of defining unnecessary gyp variables foranandc2015-03-262-14/+13
* Updated the formatting for the app remoting test driver files using clag-form...joedow2015-03-2615-231/+186
* Added better error and OAuth support in xhr.js.jrw2015-03-266-235/+450
* [Chromoting] Update client connection enums in JS to match C++.garykac2015-03-256-19/+30
* Rework how remoting JS compilation GYP works.dbeam2015-03-253-75/+82
* Adding Test Fixture for initial test cases for the App Remoting Test Driver. ...joedow2015-03-2517-82/+578
* Windows Host Touch Injectionrkuroiwa2015-03-257-2/+937
* Add logging to CHECK failure during curtain-mode on Mac.lambroslambrou2015-03-251-1/+4
* 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