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
/
desktop_session_proxy.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create()
morrita@chromium.org
2014-06-05
1
-2
/
+2
*
Remove PlatformFile from remoting
rvargas@chromium.org
2014-06-04
1
-1
/
+0
*
Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..."
lambroslambrou@chromium.org
2014-06-02
1
-4
/
+4
*
Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*()
morrita@chromium.org
2014-06-02
1
-4
/
+4
*
Removed LOG_GETLASTERROR and LOG_ERRNO macros.
vitalybuka@chromium.org
2014-05-21
1
-2
/
+1
*
Add TextEvent message in the protocol
sergeyu@chromium.org
2014-03-27
1
-0
/
+13
*
Revert 248045 "Use webrtc::MouseCursorMonitor for cursor shapes"
benwells@chromium.org
2014-01-31
1
-26
/
+10
*
Use webrtc::MouseCursorMonitor for cursor shapes
dcaiafa@chromium.org
2014-01-30
1
-10
/
+26
*
Revert 247689 "Use webrtc::MouseCursorMonitor for cursor shapes"
gavinp@chromium.org
2014-01-29
1
-26
/
+10
*
Use webrtc::MouseCursorMonitor for cursor shapes
dcaiafa@chromium.org
2014-01-29
1
-10
/
+26
*
Base: Remove Receive() from ScopedHandle.
rvargas@chromium.org
2013-11-28
1
-2
/
+3
*
Revert of https://codereview.chromium.org/71013004/
hashimoto@chromium.org
2013-11-27
1
-3
/
+2
*
Base: Remove Receive() from ScopedHandle.
rvargas@chromium.org
2013-11-27
1
-2
/
+3
*
Update include paths in remoting for base/process changes.
rsesek@chromium.org
2013-07-23
1
-1
/
+1
*
Add host-side rate-limiting to desktop resize events.
jamiewalch@chromium.org
2013-06-09
1
-2
/
+6
*
Remove screen capturers from media/video/capture/screen.
sergeyu@chromium.org
2013-06-07
1
-6
/
+6
*
Update remoting/ to use WeakPtr<T>::get() instead of implicit "operator T*"
akalin@chromium.org
2013-06-04
1
-10
/
+10
*
Update remoting/ and jingle/ to use scoped_refptr<T>::get() rather than impli...
rsleevi@chromium.org
2013-06-01
1
-2
/
+2
*
Fixed a typo in DesktopSessionProxy::SetScreenResolution().
alexeypa@chromium.org
2013-05-31
1
-1
/
+1
*
Use webrtc::DesktopCapturer for screen capturer implementation.
sergeyu@chromium.org
2013-05-16
1
-59
/
+93
*
Do not show the in-session UI in a curtained session.
alexeypa@chromium.org
2013-05-08
1
-1
/
+3
*
Simplify ScreenCapturer interface.
sergeyu@chromium.org
2013-04-23
1
-18
/
+0
*
Set the initial resolution of an RDP session to the client screen resolution ...
alexeypa@chromium.org
2013-04-19
1
-19
/
+53
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Removed task runners from the DesktopEnviroment interface and introduced Scre...
alexeypa@chromium.org
2013-03-25
1
-26
/
+29
*
Rename EventExecutor to InputInjector.
wez@chromium.org
2013-03-24
1
-4
/
+4
*
Pass the client resolutin updates to the daemon and desktop processes and cre...
alexeypa@chromium.org
2013-03-18
1
-2
/
+21
*
Reworked the plumbing required to pass the client resolution to the desktop r...
alexeypa@chromium.org
2013-03-18
1
-1
/
+2
*
ResizingHostObserver is created by the desktop environment together with othe...
alexeypa@chromium.org
2013-03-09
1
-0
/
+6
*
DesktopSessionProxy should be owned by the event executor and audio/video cap...
alexeypa@chromium.org
2013-03-08
1
-55
/
+48
*
Crash the network or desktop process when an unknown IPC message is received.
alexeypa@chromium.org
2013-03-05
1
-0
/
+1
*
Adding a unit test to verify the IPC channel between the network and desktop ...
alexeypa@chromium.org
2013-02-07
1
-28
/
+39
*
Move screen capturers from remoting/capturer to media/video/capturer/screen
sergeyu@chromium.org
2013-01-28
1
-19
/
+21
*
Making DesktopEnvironment a factory class used by ClientSession to create aud...
alexeypa@chromium.org
2013-01-16
1
-77
/
+97
*
Added audio support to the multiprocess host.
alexeypa@chromium.org
2012-12-27
1
-1
/
+47
*
Show the disconnect window and monitor the local mouse input when running the...
alexeypa@chromium.org
2012-12-27
1
-5
/
+33
*
Simplify remoting::CaptureData
sergeyu@chromium.org
2012-12-22
1
-7
/
+3
*
Move screen capturers to remoting/capturer.
sergeyu@chromium.org
2012-12-18
1
-15
/
+8
*
Added support of keyboard, mouse and clipboard events to DesktopSessionAgent.
alexeypa@chromium.org
2012-11-30
1
-0
/
+64
*
Added support of mouse cursor shape updates to DesktopSessionAgent.
alexeypa@chromium.org
2012-11-28
1
-4
/
+34
*
The video capturer now runs in a separate process.
alexeypa@chromium.org
2012-11-27
1
-0
/
+283