summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add alexeypa@ to remoting OWNERS.simonmorris@chromium.org2012-04-041-0/+1
* Moved the Chromoting host configuration under %SystemDrive%\ProgramData and A...alexeypa@chromium.org2012-04-048-81/+165
* Replace SetDaemonPin() method with UpdateDaemonConfig()sergeyu@chromium.org2012-04-049-65/+69
* Mark ~URLRequestContext() and ~URLRequestContextGetter() as private.sergeyu@chromium.org2012-04-042-1/+12
* Fix Windows EventExecutor's handling of USB-based key events.wez@chromium.org2012-04-041-3/+33
* Fixing double deletetion of remoting::URLRequestContextGetter.alexeypa@chromium.org2012-04-042-3/+3
* [Chromoting] Stop the webapp sending any items that are on the clipboard when...simonmorris@chromium.org2012-04-034-8/+65
* Add ref to client_plugin.js file in main.html.garykac@chromium.org2012-04-031-0/+1
* Added 'why is this safe?' linkjamiewalch@google.com2012-04-033-0/+13
* Filter the local host id from the list.jamiewalch@google.com2012-04-037-34/+141
* Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...rch@chromium.org2012-04-036-2/+20
* Fix some grammar in comments, error messages and documentation.gavinp@chromium.org2012-04-032-2/+2
* Add completion callbacks in the DaemonController interface.sergeyu@chromium.org2012-04-0311-316/+487
* Add an apiFeatures property to the client plugin.wez@chromium.org2012-04-036-19/+57
* Ensure display hardware is powered up during Chromoting sessions.wez@chromium.org2012-04-032-2/+11
* [Chromoting] The client plugin can pass clipboard items to the webapp.simonmorris@chromium.org2012-04-037-2/+37
* Implement PepperNetworkManager.sergeyu@chromium.org2012-04-033-0/+167
* Chromoting: Allow to install the me2me host only on Vista/Server 2008 and abo...alexeypa@chromium.org2012-04-032-1/+7
* This CL moves much of the input tracking logic out of ClientSession, which me...wez@chromium.org2012-04-0318-421/+654
* Rename injectKey to injectKeyEvent and add isInjectKeyEventSupported.wez@chromium.org2012-04-023-3/+24
* Save the host id to local storage.jamiewalch@google.com2012-04-021-0/+3
* [Chromoting] Make JS event handlers return void.simonmorris@chromium.org2012-04-021-6/+2
* [Chromoting] Use camel-case for JS parameters.simonmorris@chromium.org2012-04-023-7/+7