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
/
client_session_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not suppress local echo in RemoteInputFilter on Windows.
alexeypa@chromium.org
2013-02-25
1
-2
/
+7
*
Move screen capturers from remoting/capturer to media/video/capturer/screen
sergeyu@chromium.org
2013-01-28
1
-9
/
+9
*
Making DesktopEnvironment a factory class used by ClientSession to create aud...
alexeypa@chromium.org
2013-01-16
1
-35
/
+60
*
Revert 176126 - the reverted change depends on another CL, so reverting it br...
alexeypa@google.com
2013-01-10
1
-151
/
+236
*
Revert 175648 because it causes http://crbug.com/169126.
alexeypa@google.com
2013-01-10
1
-236
/
+151
*
Connect to DesktopEnvironment's stubs only when audio/video schedulers are ab...
alexeypa@chromium.org
2013-01-09
1
-151
/
+236
*
Show the disconnect window and monitor the local mouse input when running the...
alexeypa@chromium.org
2012-12-27
1
-2
/
+2
*
Move screen capturers to remoting/capturer.
sergeyu@chromium.org
2012-12-18
1
-0
/
+1
*
Renamed VideoFrameCapturer::CaptureInvalidRegion() to VideoFrameCapturer::Cap...
alexeypa@chromium.org
2012-11-28
1
-1
/
+1
*
Converted VideoFrameCapturer callbacks into a VideoFrameCapturer::Delegate in...
alexeypa@chromium.org
2012-11-08
1
-1
/
+1
*
Splitting EventExecutor classes that require asynchronous shutdown into a syn...
alexeypa@chromium.org
2012-11-06
1
-6
/
+1
*
Use correct thread for audio capturing and encoding.
sergeyu@chromium.org
2012-11-01
1
-0
/
+1
*
Clean up remoting::VideoScheduler implementation:
wez@chromium.org
2012-10-26
1
-29
/
+39
*
[Chromoting] Request the daemon to open a terminal once a connection has been...
alexeypa@chromium.org
2012-10-18
1
-16
/
+24
*
[remoting_unittests] Moving the variable used to mock VideoFrameCapturer::siz...
alexeypa@chromium.org
2012-09-13
1
-6
/
+4
*
[Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...
alexeypa@chromium.org
2012-09-12
1
-30
/
+105
*
Revert 156297 - [Chromoting] Refactoring DesktopEnvironment and moving screen...
peter@chromium.org
2012-09-12
1
-98
/
+28
*
[Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...
alexeypa@chromium.org
2012-09-12
1
-28
/
+98
*
Remove support for Windows-style keycodes.
wez@chromium.org
2012-09-11
1
-14
/
+15
*
Revert 155574 - [Chromoting] Refactoring DesktopEnvironment and moving screen...
alexeypa@chromium.org
2012-09-09
1
-89
/
+27
*
[Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...
alexeypa@chromium.org
2012-09-08
1
-27
/
+89
*
Revert 155219 - [Chromoting] Refactoring DesktopEnvironment and moving screen...
alexeypa@google.com
2012-09-06
1
-76
/
+24
*
[Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...
alexeypa@chromium.org
2012-09-06
1
-24
/
+76
*
[Chromoting] Introducing refcount-based life time management of the message l...
alexeypa@chromium.org
2012-09-04
1
-0
/
+1
*
Use ClipboardFilter in ClientSession to implement auth & disable-input blocking.
wez@chromium.org
2012-08-19
1
-17
/
+21
*
Remove the HostEventStub aggregate interface.
wez@chromium.org
2012-08-10
1
-16
/
+19
*
Rename Capturer to VideoFrameCapturer.
alexeypa@chromium.org
2012-07-19
1
-1
/
+1
*
Use callback interface for state notifications in Session interface.
sergeyu@chromium.org
2012-07-12
1
-2
/
+1
*
This CL sets a maximum session duration only for Linux Me2Me, and hard-codes ...
simonmorris@chromium.org
2012-06-23
1
-1
/
+1
*
[Chromoting] Tighten up unit tests.
simonmorris@chromium.org
2012-05-24
1
-1
/
+5
*
This CL moves much of the input tracking logic out of ClientSession, which me...
wez@chromium.org
2012-04-03
1
-20
/
+39
*
[Chromoting] Let the webapp send text clipboard items to the client plugin.
simonmorris@chromium.org
2012-03-30
1
-4
/
+4
*
Cleanups in the host authentication state handling.
sergeyu@chromium.org
2012-03-27
1
-4
/
+13
*
Use scoped_ptr<> to pass ownership in more places.
sergeyu@chromium.org
2012-03-20
1
-2
/
+3
*
Add the plumbing that will carry a clipboard item from a chromoting client to...
simonmorris@chromium.org
2012-03-16
1
-13
/
+49
*
Make ConnectionToClient and ClientSession not ref-counted.
sergeyu@chromium.org
2011-11-11
1
-6
/
+5
*
Access ChromotingHost::clients_ only on network thread.
sergeyu@chromium.org
2011-11-11
1
-1
/
+8
*
Move ConnectionToClient::EventHandler from ChromotingHost to ClientSession
sergeyu@chromium.org
2011-11-10
1
-20
/
+17
*
Fix memory leak in ClientSessionTest
sergeyu@chromium.org
2011-11-05
1
-2
/
+0
*
Remove old Authentication code that we don't use or need.
sergeyu@chromium.org
2011-11-05
1
-29
/
+8
*
Switch remoting/protocol to new callbacks
sergeyu@chromium.org
2011-10-07
1
-13
/
+3
*
Move us fully from gfx:: over to skia types for consistency.
dmaclach@chromium.org
2011-09-30
1
-7
/
+7
*
Revert 103523 - Move us fully from gfx:: over to skia types for consistency.
dmaclach@chromium.org
2011-09-30
1
-7
/
+7
*
Move us fully from gfx:: over to skia types for consistency.
dmaclach@chromium.org
2011-09-30
1
-7
/
+7
*
Chromoting: Undo any mouse-downs that haven't been mouse-upped.
garykac@chromium.org
2011-09-26
1
-2
/
+13
*
Call ClientSession::Disconnect when Chromoting client disconnects.
garykac@chromium.org
2011-09-24
1
-4
/
+2
*
Clamp injected mouse events to within the screen area.
lambroslambrou@chromium.org
2011-09-15
1
-1
/
+40
*
Refactor InputStub interface to pass events by value (const reference).
lambroslambrou@chromium.org
2011-09-13
1
-26
/
+27
*
Access Session::config() and Session::jid() on the correct thread only.
sergeyu@chromium.org
2011-09-13
1
-0
/
+10
*
Use MessageLoopProxy for network message loop.
sergeyu@chromium.org
2011-08-12
1
-4
/
+2
[next]