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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update Chromoting login UI
garykac@chromium.org
2011-02-18
5
-74
/
+158
*
Make chromoting connect always work
hclam@chromium.org
2011-02-18
1
-7
/
+25
*
Add debug message to chromoting extension
hclam@chromium.org
2011-02-17
1
-0
/
+5
*
CSS style for chromoting main page
hclam@chromium.org
2011-02-16
1
-1
/
+1
*
Implement a scrollbar for chromoting client plugin
hclam@chromium.org
2011-02-09
7
-26
/
+46
*
Another big out-of-lining of test code. Hits a lot of gmock objects
erg@google.com
2011-02-08
1
-27
/
+0
*
Update Chromoting Extension Version number in Manifest
ajwong@chromium.org
2011-02-05
1
-1
/
+1
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
2
-2
/
+2
*
Speed up chromoting encoding and decoding path for VP8
hclam@chromium.org
2011-02-04
1
-24
/
+32
*
Cleanup everything but net/ for our first clang plugins.
erg@google.com
2011-02-02
1
-1
/
+1
*
Disable login panel correctly for chromoting client plugin
hclam@chromium.org
2011-02-01
1
-1
/
+1
*
Chromoting client extension: Properly encode ClientLogin request.
sergeyu@chromium.org
2011-01-31
1
-2
/
+4
*
Handle Pepper ContextMenu event in Chromoting client plugin
garykac@chromium.org
2011-01-29
1
-0
/
+5
*
Chromoting: JS code to display to hide login dialog
hclam@chromium.org
2011-01-29
3
-6
/
+31
*
Chromoting pepper plugin to respond to BeginSessionResponse
hclam@chromium.org
2011-01-28
13
-28
/
+132
*
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 CancellationFlag and WaitableEvent to the synchronization subdirectory.
brettw@chromium.org
2011-01-02
1
-1
/
+1
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
3
-3
/
+3
*
Chromoting protocol layers to receive and send login messages
hclam@chromium.org
2010-12-23
2
-3
/
+10
*
Remove ChromotingClientMessage
garykac@chromium.org
2010-12-08
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
4
-12
/
+22
*
Fix 2 crashers in remoting client.
sergeyu@chromium.org
2010-11-30
1
-15
/
+21
*
Hook up client events to new protocol stubs.
sergeyu@chromium.org
2010-11-29
4
-58
/
+35
*
Use VideoStub interface on the host side.
sergeyu@chromium.org
2010-11-19
2
-0
/
+5
*
Add VideoPacket struct for video packets. Refactor Decode interface to use it.
sergeyu@chromium.org
2010-11-09
4
-149
/
+84
*
Add DEPS files in remoting subdirectories.
sergeyu@chromium.org
2010-11-05
1
-0
/
+8
*
Removed dependence on remoting/client from remoting/protocol.
sergeyu@chromium.org
2010-11-05
4
-4
/
+12
*
Chromoting: Rename HostConnection to ConnectionToHost
garykac@chromium.org
2010-11-04
14
-382
/
+35
*
Move protocol classes to the remoting::protocol namespace
sergeyu@chromium.org
2010-11-04
14
-31
/
+45
*
Rename classes for Chromoting:
garykac@chromium.org
2010-11-03
2
-45
/
+45
*
Add VideoReader and VideoWriter interfaces.
sergeyu@chromium.org
2010-11-03
5
-68
/
+93
*
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 arm build.
sergeyu@chromium.org
2010-11-02
1
-0
/
+3
*
Cleanups in the video encoding decoding code. Reenable VP8.
sergeyu@chromium.org
2010-11-02
4
-27
/
+29
*
Revert 64672 - Cleanups in the video encoding decoding code. Reenable VP8.
sergeyu@chromium.org
2010-11-01
4
-29
/
+27
*
Cleanups in the video encoding decoding code. Reenable VP8.
sergeyu@chromium.org
2010-11-01
4
-27
/
+29
*
HostMessageDispatcher to parse control messages
hclam@chromium.org
2010-10-28
5
-6
/
+11
*
Cleanups in the chromotocol code.
sergeyu@chromium.org
2010-10-27
2
-21
/
+21
*
Implemented chromotocol configuration negotiation.
sergeyu@chromium.org
2010-10-24
2
-8
/
+15
*
Fix remoting to use scoped_refptr.
willchan@chromium.org
2010-10-23
1
-3
/
+3
*
Implement basic X11 screen capture on linux.
ajwong@chromium.org
2010-10-21
1
-0
/
+2
[next]