summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Normalize JIDs when generating signatures for messages sent to CRD bot.Sergey Ulanov2015-05-079-8/+75
* Updating XTBs based on .GRDs from branch 2357Anthony Laforge2015-05-0641-1/+370
* Fix intermittent connection failure in CRD.Sergey Ulanov2015-04-224-1/+36
* Fix LibjingleTransport not to wait for channel to be writable.Sergey Ulanov2015-04-221-19/+10
* Fix text entry in login screenDan Caiafa2015-04-221-15/+8
* Updating XTBs based on .GRDs from branch 2357Anthony Laforge2015-04-2041-331/+167
* Position the <img> cursor relative to the client plugin, not the window.Jamie Walch2015-04-171-0/+6
* Change logging to use syslog; fix CRD in YosemiteDan Caiafa2015-04-138-76/+103
* Set the startup type to auto in windows setup.weitaosu2015-04-104-11/+17
* Android Chromoting: Remove custom touch feedback from host list.lambroslambrou2015-04-036-77/+44
* Rename NetLog's Add/Remove observer methods to indicate they are deprecated.eroman2015-04-031-2/+2
* Fix changing settings in one host affects the other.kelvinp2015-04-036-17/+12
* Android Chromoting: Remove exit-fullscreen button.lambroslambrou2015-04-032-27/+13
* Implement remoting.InputDialog and remove crd_connect.js.kelvinp2015-04-027-130/+134
* [Chromoting] Re-add setDesktopScale.garykac2015-04-023-0/+52
* [Chromoting] Remove obsolete keys for host options.garykac2015-04-021-6/+0
* 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