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
*
Fixup threading for Chromoting's logging code.
garykac@chromium.org
2011-07-13
3
-64
/
+4
*
Move base/values.h into the base namespace. This includes a cros DEPS roll
dmazzoni@chromium.org
2011-07-12
2
-3
/
+5
*
Don't hide host plugin. Temporary fix for host plugin logging crash.
jamiewalch@google.com
2011-07-08
1
-0
/
+2
*
Conenct Chromoting plugin debug log to JS UI.
garykac@chromium.org
2011-07-07
8
-37
/
+178
*
Chromoting: Move host input and window mgmt into DesktopEnvironment
garykac@chromium.org
2011-07-07
6
-129
/
+175
*
Minor cleanups in JingleSession and JingleSessionManager.
sergeyu@chromium.org
2011-07-07
1
-1
/
+1
*
Remove DCHECK from HeartbeatSender::OnSignallingDisconnected()
lambroslambrou@chromium.org
2011-07-07
1
-1
/
+0
*
Shutdown JingleSessionManager and SingalStartegy and send OnSignallingDisconn...
sergeyu@chromium.org
2011-07-07
2
-18
/
+29
*
Cleanup Chromoting's Continue window:
garykac@google.com
2011-07-06
3
-7
/
+38
*
Improvements to Linux Disconnect/Continue windows.
lambroslambrou@chromium.org
2011-07-06
2
-63
/
+64
*
Make Session and SessionManager not thread-safe and not ref-counted.
sergeyu@chromium.org
2011-07-06
3
-36
/
+25
*
Fix test for disabling curtain mode (and hiding DisconnectWindow, etc).
wez@chromium.org
2011-06-30
1
-2
/
+2
*
Initial continue window implementation on mac.
dmaclach@chromium.org
2011-06-30
4
-13
/
+121
*
Remove JingleClient.
sergeyu@chromium.org
2011-06-29
6
-54
/
+39
*
Chromoting: Release all currently pressed keys when disconnecting.
garykac@chromium.org
2011-06-29
3
-10
/
+64
*
Use shared UI strings for Chromoting's Disconnect window (in Windows).
garykac@google.com
2011-06-29
2
-3
/
+17
*
Move UI strings from Chromoting's Disconnect window into base class.
garykac@chromium.org
2011-06-28
3
-15
/
+29
*
Fix buglet calling out to JS from plugin.
wez@chromium.org
2011-06-27
2
-19
/
+12
*
The design docs say 10 minutes before continue window. So fixed to match desi...
dmaclach@chromium.org
2011-06-27
1
-1
/
+1
*
Fix the problem of linux host mouse not moving
hclam@chromium.org
2011-06-24
2
-3
/
+3
*
Cleanup client shutdown sequence.
sergeyu@chromium.org
2011-06-24
1
-2
/
+2
*
Cleanup usage of JingleThread in the protocol code.
sergeyu@chromium.org
2011-06-24
1
-2
/
+2
*
Chromoting's ContinueWindow implementation for Windows.
garykac@google.com
2011-06-22
4
-41
/
+158
*
Use the correct Chrome UI thread when creating the chromoting continue window.
garykac@google.com
2011-06-22
4
-12
/
+13
*
Fix crash in ChromotingHost::Shutdown().
sergeyu@chromium.org
2011-06-22
1
-1
/
+1
*
Chromoting's ContinueWindow implementation for Linux.
lambroslambrou@chromium.org
2011-06-22
1
-4
/
+74
*
Move SignalStrategy and its implementations to separate files.
sergeyu@chromium.org
2011-06-21
1
-0
/
+1
*
Reduced host secret to five digits. Removed hyphen from access code and displ...
jamiewalch@google.com
2011-06-21
3
-7
/
+7
*
Move the Remoting Host plugin into its own sub-directory.
wez@chromium.org
2011-06-21
10
-11
/
+13
*
Don't tell the webapp that someone is connected in OnSignallingConnected.
jamiewalch@google.com
2011-06-21
1
-1
/
+0
*
Notify calling web-app when Host plugin becomes connected to a client.
wez@chromium.org
2011-06-21
9
-7
/
+40
*
Split host plugin into multiple files.
sergeyu@chromium.org
2011-06-21
6
-639
/
+756
*
Improve error/debug messaging for Chromoting host plugin:
garykac@google.com
2011-06-20
1
-4
/
+55
*
Limit number of failed connection attempts.
sergeyu@chromium.org
2011-06-20
7
-4
/
+32
*
Cleanups in the host shutdown logic and some minor fixes.
sergeyu@chromium.org
2011-06-20
13
-297
/
+383
*
Completed basic implementation.
jamiewalch@google.com
2011-06-20
4
-6
/
+119
*
Disable some ChromotingHost connect tests that don't seem to work.
wez@chromium.org
2011-06-20
1
-4
/
+5
*
Remove minimize/close buttons from DisconnectWindowLinux.
lambroslambrou@google.com
2011-06-16
1
-0
/
+3
*
Interface and stubs for continuation window.
jamiewalch@chromium.org
2011-06-16
11
-4
/
+178
*
Revert 89370 - Notify calling web-app when Host plugin becomes connected to a...
creis@chromium.org
2011-06-16
8
-51
/
+22
*
Notify calling web-app when Host plugin becomes connected to a client.
wez@chromium.org
2011-06-16
8
-22
/
+51
*
Retrying submission of http://codereview.chromium.org/7144010/
lambroslambrou@google.com
2011-06-16
6
-8
/
+63
*
Revert 89227 - Run DisconnectWindow::Show/Hide on correct thread.
lambroslambrou@google.com
2011-06-15
5
-58
/
+8
*
Run DisconnectWindow::Show/Hide on correct thread.
lambroslambrou@chromium.org
2011-06-15
5
-8
/
+58
*
Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)
thestig@chromium.org
2011-06-15
1
-1
/
+1
*
Initial Disconnect window implementation for Chromoting (Windows).
garykac@google.com
2011-06-14
5
-113
/
+286
*
Block remote mouse inputs for a short time when local input is received.
jamiewalch@google.com
2011-06-13
17
-20
/
+528
*
Stop accepting connections once there is one active, if running Me2Mom.
wez@chromium.org
2011-06-13
2
-1
/
+10
*
Initial implementation of DisconnectWindow on Linux.
lambroslambrou@chromium.org
2011-06-13
1
-3
/
+85
*
Revert 88878 - Block remote mouse inputs for a short time when local input is...
asargent@chromium.org
2011-06-13
17
-524
/
+20
[next]