summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [Chromoting] Fix some JS declarations so that JSCompile works.simonmorris@chromium.org2012-04-022-1/+11
* [Chromoting] Fix a JS typo.simonmorris@chromium.org2012-04-021-1/+1
* [Chromoting] Let the webapp put items on the clipboard.simonmorris@chromium.org2012-04-023-3/+86
* Add an injectKeyEvent API to the Chromoting client plugin.wez@chromium.org2012-04-014-2/+46
* [Chromoting] Add plumbing to carry clipboard events from the host to the client.simonmorris@chromium.org2012-03-318-16/+57
* Make all the things use cert_test_util.h.mattm@chromium.org2012-03-313-12/+5
* Cleanup buttons CSS for the remoting webapp.sergeyu@chromium.org2012-03-311-30/+44
* Chromoting: The me2me host is now configurable from the web UI on Windows.alexeypa@chromium.org2012-03-3014-111/+627
* Refactored host_table_entry.js to allow it to be used for static HTML content.jamiewalch@google.com2012-03-302-54/+101
* Verify Me2Me tool script on Mac is secure before running it as rootlambroslambrou@chromium.org2012-03-301-2/+7
* Clean up daemon control UI:jamiewalch@google.com2012-03-306-68/+102
* [Chromoting] Let the webapp send text clipboard items to the client plugin.simonmorris@chromium.org2012-03-309-11/+67
* Remove intro border and em dash.jamiewalch@google.com2012-03-293-6/+13
* Allocate Timer object on the heap in ScreenRecorder.sergeyu@chromium.org2012-03-292-25/+26
* 1. Revisited branding (Chrome Remote Desktop vs Chromoting).alexeypa@chromium.org2012-03-2912-57/+156
* Don't use SequencedWorkerPool in the host plugin.sergeyu@chromium.org2012-03-292-14/+12
* Apply BASE64 encoding to PIN before storing it in the config file.sergeyu@chromium.org2012-03-291-1/+1
* Implement Me2Me setup flow.sergeyu@chromium.org2012-03-2916-185/+549
* Implement DaemonController Start(), Stop() and GetStatus() for Mac.lambroslambrou@chromium.org2012-03-291-5/+205
* [Coverity] fixed uninit ctorgroby@chromium.org2012-03-291-1/+1
* Added first-run infographic screens for IT2Me and Me2Me.jamiewalch@google.com2012-03-2910-82/+149
* Prevent a couple unnecessary copies of Varstbreisacher@chromium.org2012-03-292-3/+3
* Introducing the "elevated controller" - a COM server with elevation support t...alexeypa@chromium.org2012-03-2911-2/+443
* Add methods needed for host registration in chromoting host plugin.sergeyu@chromium.org2012-03-295-69/+266