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
/
client
/
plugin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Chromoting plugin to use a backing store
hclam@google.com
2011-03-14
2
-15
/
+26
*
Replace libjingle's HttpPortAllocatorSession with Pepper's http client
hclam@google.com
2011-03-08
6
-2
/
+501
*
Chromoting client don't submit login info if not connected
hclam@chromium.org
2011-03-07
1
-0
/
+6
*
Wire up the codepath from Javascript into Jingle for IQ packets.
ajwong@chromium.org
2011-03-07
10
-124
/
+232
*
Block event processing on host/client until the client has authenticated.
garykac@chromium.org
2011-03-04
1
-1
/
+2
*
Integrate P2P Sockets IPC with chromoting plugin.
sergeyu@chromium.org
2011-03-04
1
-1
/
+29
*
Let the host change resolution.
simonmorris@chromium.org
2011-03-04
6
-13
/
+31
*
Clang style fix for r76746.
ajwong@chromium.org
2011-03-03
1
-4
/
+6
*
Revert 76747 - Let the host change resolution.
simonmorris@chromium.org
2011-03-03
6
-31
/
+13
*
Let the host change resolution.
simonmorris@chromium.org
2011-03-03
6
-13
/
+31
*
Refactor JingleClient to support thunking the xmpp signaling into Javascript.
ajwong@chromium.org
2011-03-03
4
-2
/
+126
*
More logs from chromoting pepper client
hclam@chromium.org
2011-03-02
1
-8
/
+16
*
Change the chromoting plugin login interface
hclam@chromium.org
2011-03-02
2
-38
/
+12
*
Quick fix for chromoting plugni to connect.
hclam@chromium.org
2011-03-01
1
-1
/
+1
*
Chromoting client plugin use DebugString() instead of AsString()
hclam@chromium.org
2011-03-01
1
-7
/
+7
*
Add some missing VK to KeySym mappings, and some logging to aid debug.
wez@chromium.org
2011-03-01
1
-0
/
+3
*
Fold jingle_connection_to_host into connection_to_host.
garykac@chromium.org
2011-02-28
1
-2
/
+1
*
Add debug logging to Chromoting client UI.
garykac@chromium.org
2011-02-28
4
-12
/
+66
*
Implement a scrollbar for chromoting client plugin
hclam@chromium.org
2011-02-09
3
-2
/
+26
*
Speed up chromoting encoding and decoding path for VP8
hclam@chromium.org
2011-02-04
1
-24
/
+32
*
Handle Pepper ContextMenu event in Chromoting client plugin
garykac@chromium.org
2011-01-29
1
-0
/
+5
*
Chromoting pepper plugin to respond to BeginSessionResponse
hclam@chromium.org
2011-01-28
8
-27
/
+93
*
Add PepperViewProxy to protect PepperView and ChromotingInstance on shutdown
hclam@chromium.org
2011-01-26
6
-51
/
+271
*
Chromoting plugin script interface to support login challenge
hclam@chromium.org
2011-01-10
2
-5
/
+50
*
Add an instance parameter to var objects, audio, and the 2D API. This replace...
brettw@chromium.org
2011-01-07
2
-4
/
+5
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Add the "virtual" keyword on method overrides that are missing it.
erg@google.com
2010-12-08
1
-1
/
+1
*
Move move classes to the remoting::protocol namespace. Minor cleanups.
sergeyu@chromium.org
2010-12-02
1
-5
/
+8
*
Removed dependence on remoting/client from remoting/protocol.
sergeyu@chromium.org
2010-11-05
2
-2
/
+6
*
Chromoting: Rename HostConnection to ConnectionToHost
garykac@chromium.org
2010-11-04
4
-7
/
+11
*
Move protocol classes to the remoting::protocol namespace
sergeyu@chromium.org
2010-11-04
4
-5
/
+8
*
Use PPAPI from chrome trunk rather than pulling via deps. This is a re-land f...
brettw@chromium.org
2010-11-02
11
-29
/
+28
*
Revert PPAPI change due to Linux compile failures.
brettw@chromium.org
2010-11-02
11
-28
/
+29
*
Use PPAPI from chrome trunk rather than pulling via deps.
brettw@chromium.org
2010-11-02
11
-29
/
+28
*
Revert PPAPI change.
brettw@chromium.org
2010-11-02
11
-28
/
+29
*
Use PPAPI from chrome trunk rather than pulling via deps.
brettw@chromium.org
2010-11-02
11
-29
/
+28
*
Revert 64716 - Switch to the new PPAPI repository. This removes the DEPS entr...
brettw@chromium.org
2010-11-02
11
-28
/
+29
*
Switch to the new PPAPI repository. This removes the DEPS entry that refers to
brettw@chromium.org
2010-11-02
11
-29
/
+28
*
Fix remoting to use scoped_refptr.
willchan@chromium.org
2010-10-23
1
-3
/
+3
*
Convert LOG(INFO) to VLOG(1) - remoting/.
pkasting@chromium.org
2010-10-19
1
-6
/
+3
*
Move Chromoting hostlist into tab (from extension popup)
garykac@chromium.org
2010-10-14
1
-2
/
+5
*
Hook up communication between Chromoting plugin and JS so that it can notify ...
garykac@chromium.org
2010-10-08
6
-28
/
+180
*
Fix up PPAPI renames in Chrome.
neb@chromium.org
2010-10-07
3
-4
/
+4
*
This is a monster CL.
ajwong@chromium.org
2010-10-04
4
-119
/
+140
*
Fix mouse event handling in Chromoting plugin.
garykac@chromium.org
2010-09-24
3
-3
/
+4
*
Pull latest PPAPI. Change key handling to support the new API.
brettw@chromium.org
2010-09-23
4
-27
/
+33
*
Add mouse/keyboard event support to Chromoting client (Pepper and X11).
garykac@chromium.org
2010-09-07
3
-5
/
+23
*
Unrevert 58354, reland PPAPI with the instance test disabled.
brettw@chromium.org
2010-09-02
1
-1
/
+1
*
Revert 58328 - Pull new PPAPI, reland 58319 and 58321.
rohitrao@chromium.org
2010-09-02
1
-1
/
+1
*
Pull new PPAPI, reland 58319 and 58321.
brettw@chromium.org
2010-09-02
1
-1
/
+1
[next]