summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Re-enable basic JS unittests for Chromoting.garykac@chromium.org2012-10-114-44/+63
* Fix memory leaks in AudioPlayer.sergeyu@chromium.org2012-10-113-14/+18
* Add exec bit to remove_official_branding.pysergeyu@chromium.org2012-10-111-0/+0
* Add grd file for chromoting resources.sergeyu@chromium.org2012-10-118-1/+250
* Add unittest for x_server_clipboardlambroslambrou@chromium.org2012-10-102-0/+120
* Always use google_apis to get the client ID.alexeypa@chromium.org2012-10-108-48/+2
* [Chromoting] Move a Windows-only class to its correct location.simonmorris@chromium.org2012-10-103-6/+7
* [Chromoting] Reimplement the worker process launcher to address issues with j...alexeypa@chromium.org2012-10-1019-1192/+1615
* Fix crash in CreateAuthenticatorFactory().sergeyu@chromium.org2012-10-101-0/+3
* Valgrind/Heapchecker: Fix leak in remoting AudioPlayerTests.thestig@chromium.org2012-10-101-5/+10
* Remove ChromotingHostContext from [It2Me]HostUserInterface.wez@chromium.org2012-10-108-33/+55
* Initial implementation of AutoThread.wez@chromium.org2012-10-104-0/+372
* Fix remoting static initializer errors from r161017.thestig@chromium.org2012-10-103-4/+2
* [Chromoting] Refactor audio playback to make it testable and add unittests.garykac@chromium.org2012-10-106-176/+533
* Cleanup: IWYU for base/time.h. Also fix misc lint errors.thestig@chromium.org2012-10-103-4/+1
* [Chromoting] Update remoting version numbering pattern.garykac@chromium.org2012-10-103-25/+35
* [Chromoting] Add a class that gets an OAuth authorization code, on Windows.simonmorris@chromium.org2012-10-097-3/+338
* Linux curtain mode implementation.rmsousa@chromium.org2012-10-091-5/+84
* Factor out validate pin and also do it on confirm focus.rmsousa@chromium.org2012-10-091-5/+22
* Curtain policy cross-platform plumbing and fixesrmsousa@chromium.org2012-10-069-167/+316
* Add DirectoryExists/CreateDirectory before WriteFile for Json configrmsousa@chromium.org2012-10-061-0/+9
* Remove focus ring from host list labelrmsousa@chromium.org2012-10-052-2/+7
* Treat errors and cancelled host setup differently to avoid showing an error w...alexeypa@chromium.org2012-10-053-9/+16
* Return the thread handle when launching a process in a different session via ...alexeypa@chromium.org2012-10-051-110/+212
* Add hack that works around signaling bug that breaks Chromoting.sergeyu@chromium.org2012-10-051-1/+27
* [Chromoting] Add a helper class that registers and starts a host.simonmorris@chromium.org2012-10-055-3/+275
* Remove ChromotingHostContext from SignalingConnector.wez@chromium.org2012-10-054-13/+16
* Linux: fix build with system speex (2/2)phajdan.jr@chromium.org2012-10-042-3/+0
* Implement resize-to-client for Xvfb.jamiewalch@chromium.org2012-10-045-17/+399
* Cleanup: Move x_server_pixel_buffer to linux/lambroslambrou@chromium.org2012-10-044-13/+7
* Handle SelectionClear events in Linux Host clipboard codelambroslambrou@chromium.org2012-10-042-0/+8
* Remove unused parameter from URLRequestContextGetter.wez@chromium.org2012-10-043-10/+6
* Remove ChromotingHostContext from DnsBlackholeChecker.wez@chromium.org2012-10-046-13/+17
* [Chromoting] Add a class that acts as a client for the chromoting service.simonmorris@chromium.org2012-10-033-0/+173
* Use ScopedCOMInitializer in more places. While this doesn't always simplify ...pkasting@chromium.org2012-10-031-3/+6
* [Chromoting] Add a helper class to map an OAuth access token to an email addr...simonmorris@chromium.org2012-10-033-0/+162
* Implement backoff for Virtual Me2Me host processlambroslambrou@chromium.org2012-10-031-38/+178
* Mention audio in the 'connected' message for Linux and WIndows.jamiewalch@chromium.org2012-10-032-2/+10
* Call Stop() from all destructors of base::Thread subclasses (except for a cou...pkasting@chromium.org2012-10-031-0/+5
* [Chromoting] Move DaemonInstallerWin to remoting/host/setup.simonmorris@chromium.org2012-10-025-5/+5
* Fix ChromotingHost and DesktopEnvironmentFactory references to TaskRunners.wez@chromium.org2012-10-0214-120/+173
* Revert 159572 - Updated 'Connected' message to include audio info.jamiewalch@google.com2012-10-023-28/+6
* Swap CHECKs for DCHECKs in VideoEncoderVP8's active map loop.wez@chromium.org2012-10-021-5/+5
* [Chromoting] Create per-session job objects to control processes launched in ...alexeypa@chromium.org2012-10-022-44/+62
* Delete some unused code found by -Wunused-functionthakis@chromium.org2012-10-012-16/+0
* [Chromoting] Allow tasks to be posted to the plugin thread while a plugin ins...alexeypa@chromium.org2012-10-015-79/+312
* Updated 'Connected' message to include audio info.jamiewalch@google.com2012-10-013-6/+28
* Fixing dependencies between 'remoting_me2me_host' and 'remoting_me2me_host_ar...alexeypa@chromium.org2012-10-011-24/+21
* Move DaemonController to remoting/host/setupsergeyu@chromium.org2012-10-018-13/+31
* Revert 159402 - Move DaemonController to remoting/host/setupdharani@google.com2012-09-298-31/+13