summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
...
* Test type of daemonState (there will be no exception accessing a missing prop...jamiewalch@google.com2012-04-101-3/+4
* Implemented on-demand installation of the Chromoting Host on Windows.alexeypa@chromium.org2012-04-105-23/+516
* Fix stop/start button state and host name.jamiewalch@google.com2012-04-103-6/+47
* Use ScopedRefNPObject to pass NPObjects in the host plugin.sergeyu@chromium.org2012-04-094-39/+36
* Check host_ is not NULL in isRToL.jamiewalch@google.com2012-04-091-1/+5
* Remove uninstaller (accidentally got merged with previous cl).garykac@chromium.org2012-04-097-1200/+0
* Initial version of the Chromoting installer for Mac.garykac@chromium.org2012-04-0918-0/+2882
* Add config validation for updateDaemonConfig() method.sergeyu@chromium.org2012-04-093-21/+33
* Add IsKeyPressed() and PressedKeyCount() methods to InputEventTracker.wez@chromium.org2012-04-093-62/+89
* [Chromoting] Clear all localStorage when the user signs out.simonmorris@chromium.org2012-04-093-4/+6
* Fix crash in the ScreenRecorder.sergeyu@chromium.org2012-04-091-0/+3
* Add APIs to the client plugin to re-map and trap key events.wez@chromium.org2012-04-098-2/+324
* Switch PepperView to use asynchronous completion for Flush().wez@chromium.org2012-04-084-51/+25
* Implement GetConfig() and UpdateConfig in DaemonControllerLinux.sergeyu@chromium.org2012-04-072-14/+59
* Don't warn about low-memory when AllocateBuffer sees an empty clip rect.wez@chromium.org2012-04-071-14/+15
* Revert 131239 - The Chrome Remote Desktop installation for Windows can be bui...alexeypa@chromium.org2012-04-071-17/+17
* Cleanup and simplify HostConfig and JsonHostConfig.sergeyu@chromium.org2012-04-0713-138/+109
* Store PIN hash in host config.sergeyu@chromium.org2012-04-074-11/+78
* The Chrome Remote Desktop installation for Windows can be build by bots now.alexeypa@chromium.org2012-04-071-17/+17
* CreateProcessAsUser requires the token handle to have TOKEN_DUPLICATE access.alexeypa@chromium.org2012-04-071-1/+1
* Clean up daemon DOM.jamiewalch@google.com2012-04-063-25/+21
* Move host registration code to the HostController class.sergeyu@chromium.org2012-04-063-181/+134
* Trap Ctrl-Alt-Del to inject a Secure Attention Sequence into Windows.wez@chromium.org2012-04-062-15/+34
* Objects that derive from RefCounted/RefCountedThreadSafe should not have publ...rsleevi@chromium.org2012-04-061-1/+3
* Implement write-waits-for-send mode for PseudoTCP and enable it on the host s...sergeyu@chromium.org2012-04-061-1/+7
* All classes that directly derive from net::URLRequestContextGetter should hav...rsleevi@chromium.org2012-04-061-1/+2
* Don't propagate the click event if the user disables the daemon.jamiewalch@google.com2012-04-061-2/+6
* Specify session type when creating relay sessions for chromoting.sergeyu@chromium.org2012-04-061-0/+6
* Enable alphanumeric input in fullscreen.jamiewalch@google.com2012-04-052-2/+6
* Objects that derive from RefCounted should not have public dtorsrsleevi@chromium.org2012-04-051-0/+2
* Clean up the EventExecutor implementations.wez@chromium.org2012-04-054-154/+141
* Show the cached host list when loaded, until the fresh list arrives.wez@chromium.org2012-04-051-0/+1
* [Chromoting] Stop the user typing non-digits when setting the daemon PIN.simonmorris@chromium.org2012-04-051-0/+8
* Rename DaemonPlugin class to HostController.sergeyu@chromium.org2012-04-056-57/+58
* Cleaning up remoting/remoting.gyp:alexeypa@chromium.org2012-04-056-17/+35
* Chromoting Me2Me installation flow for Mac.lambroslambrou@chromium.org2012-04-056-22/+89
* [Chromoting] Require that the daemon PIN consists of 6 or more digits.simonmorris@chromium.org2012-04-052-5/+40
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-052-6/+6
* Unregister host on stop.jamiewalch@google.com2012-04-043-2/+22
* [Chromoting] Compare the two daemon PINs specified by the user at daemon inst...simonmorris@chromium.org2012-04-043-3/+25
* Moved special-case handling of 'home' mode.jamiewalch@google.com2012-04-043-32/+29
* ScopedProcessInformation protects against process/thread handle leaks from Cr...erikwright@chromium.org2012-04-041-4/+4
* [Chromoting] Let the client plugin pass clipboard items to the host.simonmorris@chromium.org2012-04-046-2/+83
* [Chromoting] Improve the PIN entry part of the host setup dialog.simonmorris@chromium.org2012-04-042-4/+14
* Add a button to the web-app to send Ctrl-Alt-Delete to the host.wez@chromium.org2012-04-045-0/+58
* Disable click-to-connect while the hostname is being edited.jamiewalch@google.com2012-04-042-12/+19
* Update Linux policy reader to cope with trailing commas.wez@chromium.org2012-04-041-0/+1
* Use MockInputStub from protocol/protocol_mock_objects.h in tests.wez@chromium.org2012-04-042-25/+12
* Fix InputEventTracker to track key events based on both VK- and USB-keycodes.wez@chromium.org2012-04-043-49/+182
* Disable daemon UI if unsupported.jamiewalch@google.com2012-04-044-18/+29