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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix memory leak in chromoting code
hclam@chromium.org
2011-02-09
1
-1
/
+1
*
[chromoting] Fix crash in JingleSession.
sergeyu@chromium.org
2011-02-09
1
-2
/
+3
*
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
7
-36
/
+23
*
Fix and enable JingleSessionTest.*. Disable these tests under TSan.
sergeyu@chromium.org
2011-02-08
4
-57
/
+58
*
More out-of-lining of test code, along with a bunch of GMOCK objects.
erg@google.com
2011-02-08
11
-34
/
+116
*
Disable JingleSessionTest.TestEventChannel, flakily triggers
phajdan.jr@chromium.org
2011-02-07
1
-1
/
+2
*
Update Chromoting Extension Version number in Manifest
ajwong@chromium.org
2011-02-05
1
-1
/
+1
*
gfx -> ui/gfx move to make check_deps happy.
thestig@chromium.org
2011-02-05
1
-1
/
+1
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
12
-12
/
+12
*
Lower image quality for chromoting to improve encode speed and compression ratio
hclam@chromium.org
2011-02-04
1
-2
/
+2
*
Remove auto generation of certificate when chromoting client connects
hclam@chromium.org
2011-02-04
6
-60
/
+53
*
Added XFlush calls.
ajwong@chromium.org
2011-02-04
1
-2
/
+35
*
Fix a typo in Chromoting linux capturer code
hclam@chromium.org
2011-02-04
1
-1
/
+1
*
Faster connection establishment for chromoting
hclam@chromium.org
2011-02-04
4
-4
/
+39
*
Speed up chromoting encoding and decoding path for VP8
hclam@chromium.org
2011-02-04
8
-52
/
+211
*
Removed unused X11 graphics context.
ajwong@chromium.org
2011-02-03
1
-16
/
+0
*
Fix rate controlling in chromoting host
hclam@chromium.org
2011-02-03
1
-3
/
+4
*
Fix linux capturer for chromoting
hclam@chromium.org
2011-02-03
1
-12
/
+46
*
Chromoting host to convert only changed regions
hclam@chromium.org
2011-02-03
1
-35
/
+48
*
Move src/gfx/ to src/ui/gfx
sail@chromium.org
2011-02-02
1
-2
/
+2
*
Disable JingleSessionTest.Connect, JingleSessionTest.TestControlChannel
phajdan.jr@chromium.org
2011-02-02
1
-2
/
+4
*
Cleanup everything but net/ for our first clang plugins.
erg@google.com
2011-02-02
1
-1
/
+1
*
Stop ScreenRecorder before it started
hclam@chromium.org
2011-02-02
2
-3
/
+7
*
Disable login panel correctly for chromoting client plugin
hclam@chromium.org
2011-02-01
1
-1
/
+1
*
Remove obsolete files from 'sources'. This causes needless work on incrementa...
jeanluc@chromium.org
2011-01-31
1
-2
/
+0
*
Chromoting client extension: Properly encode ClientLogin request.
sergeyu@chromium.org
2011-01-31
1
-2
/
+4
*
Revert 73121 - Remove obsolete files from 'sources'. This causes needless wo...
nsylvain@chromium.org
2011-01-31
1
-0
/
+2
*
Remove obsolete files from 'sources'. This causes needless work on increment...
jeanluc@chromium.org
2011-01-30
1
-2
/
+0
*
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 host to respond to BeginSessionRequest
hclam@chromium.org
2011-01-29
7
-35
/
+146
*
Resubmit "Fix crashes in ChromotingHost"
hclam@chromium.org
2011-01-28
12
-48
/
+284
*
Chromoting pepper plugin to respond to BeginSessionResponse
hclam@chromium.org
2011-01-28
13
-28
/
+132
*
Remove aggressive DCHECK in remoting::protocol::MessageReader()
hclam@chromium.org
2011-01-28
1
-2
/
+0
*
Use a random number to generate a self-signed certiciate for chromoting
hclam@chromium.org
2011-01-27
1
-1
/
+5
*
Revert "Fix crashes in ChromotingHost"
hclam@chromium.org
2011-01-26
10
-255
/
+46
*
Fixed memory leaks in remoting_unittests.
sergeyu@chromium.org
2011-01-26
1
-6
/
+11
*
Add PepperViewProxy to protect PepperView and ChromotingInstance on shutdown
hclam@chromium.org
2011-01-26
8
-52
/
+273
*
Fix crashes in ChromotingHost
hclam@chromium.org
2011-01-25
10
-46
/
+255
*
Changed MessageReader so that it doesn't read from the socket if there are
sergeyu@chromium.org
2011-01-22
20
-152
/
+430
*
Add a done task to ScreenRecorder::Stop()
hclam@chromium.org
2011-01-21
4
-71
/
+226
*
Enable session resumption in SSLServerSocketNSS and unit tests
hclam@chromium.org
2011-01-21
1
-1
/
+0
*
Fix memory leak in JingleSessionTest.Connect and friends
hclam@chromium.org
2011-01-21
1
-1
/
+1
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
16
-48
/
+47
*
Enable JingleSessionTest on windows
hclam@chromium.org
2011-01-19
1
-23
/
+1
*
Simplified MessageReader and MessageDecoder classes.
sergeyu@chromium.org
2011-01-14
17
-164
/
+110
*
Move app/key* to ui/base/keycodes/*
ben@chromium.org
2011-01-13
2
-2
/
+2
*
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
[next]