summaryrefslogtreecommitdiffstats
path: root/remoting/host/win
Commit message (Expand)AuthorAgeFilesLines
* Localized Chromoting Host on Mac and Linux.alexeypa@chromium.org2013-07-314-12/+12
* Revert 214379 "Localized Chromoting Host on Mac and Linux."alexeypa@google.com2013-07-304-7/+12
* Localized Chromoting Host on Mac and Linux.alexeypa@chromium.org2013-07-304-12/+7
* Revert 213997 "Localized Chromoting Host on Mac and Linux."alexeypa@google.com2013-07-264-6/+11
* Localized Chromoting Host on Mac and Linux.alexeypa@chromium.org2013-07-264-11/+6
* Update include paths in remoting for base/process changes.rsesek@chromium.org2013-07-233-3/+1
* Embed manifests using 'EmbedManifest' setting in GYP.alexeypa@chromium.org2013-07-182-18/+0
* Use a direct include of the message_loop header in remoting/.avi@chromium.org2013-07-176-6/+6
* Revert 211968 "Embed manifests using 'EmbedManifest' setting in ..."torne@chromium.org2013-07-172-0/+18
* Embed manifests using 'EmbedManifest' setting in GYP.alexeypa@chromium.org2013-07-172-18/+0
* Localized Chromoting Host on Windows.alexeypa@chromium.org2013-07-098-107/+236
* Use a direct include of time headers in ppapi/, printing/, remoting/.avi@chromium.org2013-06-282-2/+2
* Switched base::win:MessageWindow to use a callback instead of a delegate inte...alexeypa@chromium.org2013-06-252-11/+10
* Moved remoting::win::MessageWindow to base::win::MessageWindow so that it cou...alexeypa@chromium.org2013-06-215-251/+5
* Change the daemon start type to 'manual' if the host ID has been deleted.alexeypa@chromium.org2013-06-212-7/+7
* Generate a unique terminal ID and use it to associate the RDP connection with...alexeypa@chromium.org2013-06-2012-423/+149
* Configure security of the elevated controller in runtime.alexeypa@chromium.org2013-06-184-69/+135
* Use a direct include of strings headers in remoting/.avi@chromium.org2013-06-115-7/+7
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-079-10/+10
* Remove screen capturers from media/video/capture/screen.sergeyu@chromium.org2013-06-072-6/+7
* Use a weak pointer to post service control events and session change notifica...alexeypa@chromium.org2013-06-072-23/+34
* Disable audio in an RDP session.alexeypa@chromium.org2013-06-061-0/+23
* Emulate pressing Ctrl+Alt+End making the RDP ActiveX control to send Secure A...alexeypa@chromium.org2013-06-048-2/+151
* Revert 201955 "Allow multiple base::MessagePumpForUI instances t..."dbeam@chromium.org2013-05-245-4/+250
* Allow multiple base::MessagePumpForUI instances to be created simultanenously...alexeypa@chromium.org2013-05-245-250/+4
* Make CreateConnectedIpcChannel() a cross-platform API.alexeypa@chromium.org2013-05-245-147/+5
* Removing unused Chromoting host code.alexeypa@chromium.org2013-05-233-263/+2
* Clear |event_handler_| in UnprivilegedProcessDelegate::KillProcess() so that ...alexeypa@chromium.org2013-05-231-0/+1
* [Chromoting] Refactored worker process launching code and speeded up the desk...alexeypa@chromium.org2013-05-188-794/+806
* Read the port number used by RDP from the registry.alexeypa@chromium.org2013-05-161-2/+16
* Write the duration of various session management operations to the log (Windo...alexeypa@chromium.org2013-05-141-0/+1
* Do not show the in-session UI in a curtained session.alexeypa@chromium.org2013-05-082-10/+9
* remoting: Use base::MessageLoop.xhwang@chromium.org2013-04-306-15/+14
* The continue window is owned by the desktop environment now.alexeypa@chromium.org2013-04-242-3/+5
* Do not use the mandatory label in when generating security descriptors on Win...alexeypa@chromium.org2013-04-201-5/+14
* Do not access memory freed by WTSFreeMemory().alexeypa@chromium.org2013-04-171-1/+2
* Cancel any modal UI shown by the RDP control.alexeypa@chromium.org2013-04-162-6/+106
* Rewrite scoped_array<T> to scoped_ptr<T[]> in remoting/, Linux edition.dcheng@chromium.org2013-04-082-2/+2
* Refactored the disconnect window such that it can be owned by the desktop env...alexeypa@chromium.org2013-04-052-14/+21
* Close the RDP connection if the authentication warning dialog is about to be ...alexeypa@chromium.org2013-04-022-3/+15
* Moved code implementing message-only windows to a dedicated class (Windows on...alexeypa@chromium.org2013-03-305-58/+272
* Removed task runners from the DesktopEnviroment interface and introduced Scre...alexeypa@chromium.org2013-03-252-19/+46
* Improve logging of interactions with the RDP ActiveX control.alexeypa@chromium.org2013-03-241-20/+36
* Rename EventExecutor to InputInjector.wez@chromium.org2013-03-244-42/+42
* Enable 32-bit color, enhanced graphics, font smoothing and desktop compositio...alexeypa@chromium.org2013-03-191-0/+15
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-1/+1
* Use separate implementations of DesktopEnvironmentFactory for It2Me and Me2Me.alexeypa@chromium.org2013-03-142-8/+8
* Moved the methods for mapping a session ID to the connected RDP client's addr...alexeypa@chromium.org2013-03-135-165/+216
* Set the size of the remote desktop correctly.alexeypa@chromium.org2013-03-122-7/+15
* The worker process launcher can now ask the worker process to crash.alexeypa@chromium.org2013-03-087-85/+309