index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
remoting
/
host
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix AudioScheduler and VideoScheduler creation.
wez@chromium.org
2012-12-08
6
-46
/
+95
*
Remove WebSocket server and HostStatusService from remoting host.
sergeyu@chromium.org
2012-12-08
8
-1435
/
+0
*
Don't relaunch the host process too often.
jamiewalch@google.com
2012-12-08
1
-8
/
+45
*
Set screen DPI to 96 on screen resize.
lambroslambrou@chromium.org
2012-12-07
1
-1
/
+22
*
remoting: Remove bogus entry from host DEPS list.
tfarina@chromium.org
2012-12-07
1
-8
/
+1
*
Fix ClientSession to not access ConnectionToClient stubs after Disconnect().
wez@chromium.org
2012-12-07
3
-30
/
+42
*
Make sure that DisconnectWindow class does not depend on ChromotingHost so it...
alexeypa@chromium.org
2012-12-07
7
-63
/
+56
*
Use raw input to detect local mouse events.
alexeypa@chromium.org
2012-12-07
5
-191
/
+256
*
Remove unused APIs from the AutoThreadTaskRunner interface.
wez@chromium.org
2012-12-07
1
-12
/
+8
*
Add HostState enum to track host process status.
sergeyu@chromium.org
2012-12-07
1
-120
/
+135
*
Added support of Secure Attention Sequence in multiprocess mode.
alexeypa@chromium.org
2012-12-07
9
-19
/
+117
*
disable unittest XServerClipboardTest.CopyPaste
lambroslambrou@chromium.org
2012-12-06
1
-1
/
+2
*
Use AutoThread in ChromotingHostContext & NPAPI plugin.
wez@chromium.org
2012-12-05
11
-214
/
+148
*
Clear the usagestats flag created by the host versions that mishandled the flag.
alexeypa@chromium.org
2012-12-05
1
-0
/
+20
*
Serialize shutdown of the service and main threads to make sure that all loca...
alexeypa@chromium.org
2012-12-05
2
-55
/
+70
*
(1) Added a recursive boolean param to FilePathWatcher::Watch() function to w...
kmadhusu@chromium.org
2012-12-05
2
-3
/
+3
*
Revert 170360
jamiewalch@google.com
2012-11-30
11
-137
/
+191
*
Avoid posting tasks from a constructor of a ref-counted object because doing ...
alexeypa@chromium.org
2012-11-30
1
-4
/
+5
*
Correctly detect Windows XP Pro x64 and Windows 2003 as not supporting elevat...
alexeypa@chromium.org
2012-11-30
2
-3
/
+3
*
Improve curtain mode error message.
jamiewalch@chromium.org
2012-11-30
1
-4
/
+13
*
Added support of keyboard, mouse and clipboard events to DesktopSessionAgent.
alexeypa@chromium.org
2012-11-30
11
-5
/
+370
*
Mac Breakpad integration for Chromoting Host (disabled for now)
lambroslambrou@chromium.org
2012-11-30
3
-1
/
+48
*
Making sure that IPC::ChannelProxy is destroyed on the same thread it has bee...
alexeypa@chromium.org
2012-11-30
1
-0
/
+4
*
Use AutoThread in ChromotingHostContext & NPAPI plugin.
wez@chromium.org
2012-11-30
11
-191
/
+137
*
Ensure that the NetworkChangeNotifier is torn down on the UI thread.
wez@chromium.org
2012-11-30
1
-0
/
+1
*
Revert 170150 - Use AutoThread in ChromotingHostContext & NPAPI plugin.
timurrrr@chromium.org
2012-11-29
11
-131
/
+190
*
Use AutoThread in ChromotingHostContext & NPAPI plugin.
wez@chromium.org
2012-11-29
11
-190
/
+131
*
Added support of mouse cursor shape updates to DesktopSessionAgent.
alexeypa@chromium.org
2012-11-28
6
-6
/
+65
*
Capturing and encoding time are now calculated by the thread doing the operat...
alexeypa@chromium.org
2012-11-28
6
-21
/
+31
*
Handle resize of any display on a multi-monitor system.
wez@chromium.org
2012-11-28
1
-13
/
+36
*
Renamed VideoFrameCapturer::CaptureInvalidRegion() to VideoFrameCapturer::Cap...
alexeypa@chromium.org
2012-11-28
15
-27
/
+27
*
The video capturer now runs in a separate process.
alexeypa@chromium.org
2012-11-27
14
-88
/
+574
*
DesktopSessionAgent now hosts the video capturer and provides necessary plumb...
alexeypa@chromium.org
2012-11-27
8
-57
/
+406
*
Enforce username policy on Mac.
jamiewalch@chromium.org
2012-11-27
1
-10
/
+20
*
Add status service for remoting host.
sergeyu@chromium.org
2012-11-26
3
-0
/
+317
*
Deleted unused UserAuthenticator classes.
jamiewalch@chromium.org
2012-11-22
6
-311
/
+0
*
Add simple WebSocket server implementation.
sergeyu@chromium.org
2012-11-22
5
-0
/
+1132
*
Don't relaunch the host process on logout.
jamiewalch@chromium.org
2012-11-21
1
-1
/
+2
*
Reinstate --distribution setting for Chromoting Debian package
lambroslambrou@chromium.org
2012-11-21
1
-0
/
+2
*
Adds an icon to the final confirmation dialog after uninstall succeeds (or fa...
skonig@chromium.org
2012-11-20
2
-10
/
+68
*
Adding support of shared memory buffers to the video capturer (Windows only).
alexeypa@chromium.org
2012-11-20
7
-17
/
+153
*
Rename ipc_consts.h to ipc_constants.h
wez@chromium.org
2012-11-20
7
-9
/
+9
*
Tear down AudioPipeReader on host shutdown, to release audio thread.
wez@chromium.org
2012-11-20
2
-2
/
+15
*
Reinstate curtain mode on non-Lion Mac.
jamiewalch@chromium.org
2012-11-20
1
-4
/
+27
*
Tweak VideoFrameCapturer::Create() to return a scoped_ptr.
wez@chromium.org
2012-11-20
8
-26
/
+21
*
Fix Linux AudioPipeReader creation & teardown.
wez@chromium.org
2012-11-20
3
-11
/
+37
*
Move PluginThreadTaskRunner to HostNPPlugin.
wez@chromium.org
2012-11-19
3
-23
/
+27
*
Tweak the HostProcess lifetime in preparation for AutoThread.
wez@chromium.org
2012-11-19
1
-67
/
+102
*
Remove ChromotingHostContext::ReleaseTaskRunners(), which is unused.
wez@chromium.org
2012-11-19
2
-13
/
+0
*
Delete trigger file if the host ID has been deleted.
jamiewalch@chromium.org
2012-11-17
1
-0
/
+10
[next]