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
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: Remove unneeded scoped_ptr.h includes from ppapi, printing, remoting...
thestig@chromium.org
2012-05-16
4
-3
/
+5
*
Refcounted types should not have public destructors, remoting/ edition
rsleevi@chromium.org
2012-04-24
1
-4
/
+4
*
Add padding at the end of encoder buffer to workaround crbug.com/119633.
sergeyu@chromium.org
2012-04-12
1
-25
/
+31
*
Cull unnecessary media::VideoFrame::Formats from the enum.
fischman@chromium.org
2012-04-11
4
-22
/
+8
*
Objects that derive from RefCounted/RefCountedThreadSafe should not have publ...
rsleevi@chromium.org
2012-04-06
1
-1
/
+3
*
[Chromoting] Let the webapp send text clipboard items to the client plugin.
simonmorris@chromium.org
2012-03-30
2
-2
/
+2
*
Use scoped_ptr<> to pass ownership in more places.
sergeyu@chromium.org
2012-03-20
5
-37
/
+30
*
Add the plumbing that will carry a clipboard item from a chromoting client to...
simonmorris@chromium.org
2012-03-16
2
-2
/
+7
*
Fix startup race-conditions in new Decoder pipeline:
wez@chromium.org
2012-03-08
2
-14
/
+26
*
Making remoting::ScopedScHandle an instance of the base::win::GenericScopedHa...
alexeypa@chromium.org
2012-03-08
2
-63
/
+16
*
Disable rendering on up-scale.
wez@chromium.org
2012-03-03
1
-0
/
+9
*
Add functions to expand PostDelayedTask interface.
tedvessenes@gmail.com
2012-02-26
2
-2
/
+26
*
This CL makes several the following improvements to the Chromoting decoder pi...
alexeypa@chromium.org
2012-02-24
8
-164
/
+162
*
Make new TaskRunner, SequencedTaskRunner, and SingleThreadTaskRunner interfaces
akalin@chromium.org
2012-02-15
2
-21
/
+2
*
1. Implemented installation and uninstallation code for the Chromoting service.
alexeypa@chromium.org
2012-02-10
2
-0
/
+88
*
Introducing helper wrappers for copying a rectangle from a one partial buffer...
alexeypa@chromium.org
2012-02-09
5
-125
/
+395
*
Reverting 120739 that caused valgrind breaks.
alexeypa@chromium.org
2012-02-07
5
-395
/
+125
*
Introducing helper wrappers for copying a rectangle from a one partial buffer...
alexeypa@chromium.org
2012-02-07
5
-125
/
+395
*
Replace RectVectors with SkRegions in Decoder.
wez@chromium.org
2012-01-29
6
-105
/
+93
*
Revert 118790 - Compile error due to missing operator== on SkRegion
rsleevi@chromium.org
2012-01-24
6
-93
/
+105
*
Replace RectVectors with SkRegions in Decoder.
wez@chromium.org
2012-01-24
6
-105
/
+93
*
Fix DecoderVp8::ConvertRects() to call conversion routine with aligned rects.
wez@chromium.org
2012-01-14
2
-12
/
+13
*
Linear sub-rectangle scaler for use in Chromoting.
wez@chromium.org
2012-01-14
3
-55
/
+16
*
Prevent the Chromoting log message handler from trying to handle LOG messages...
garykac@chromium.org
2012-01-14
2
-2
/
+5
*
Chromoting: Fix it2me crash on connect due to mismatched frame buffer size.
garykac@chromium.org
2012-01-10
1
-11
/
+11
*
base::Bind: Remove Task.
jhawkins@chromium.org
2012-01-05
2
-65
/
+4
*
base::Bind: Remove ScopedRunnableMethodFactory.
jhawkins@chromium.org
2012-01-03
1
-4
/
+4
*
Refactoring of the client-side input pipeline and scaling dimension management.
wez@chromium.org
2011-12-22
5
-74
/
+64
*
base::Bind: Remove includes of base.bind in header files.
jhawkins@chromium.org
2011-12-21
2
-1
/
+3
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-20
1
-0
/
+1
*
Remoting client rectangle decoder and VP8 decoder fixes.
wez@chromium.org
2011-12-20
3
-48
/
+64
*
Use callback_forward.h instead of callback.h where possible.
erikwright@chromium.org
2011-11-29
1
-1
/
+1
*
Add OVERRIDE to remoting/.
avi@chromium.org
2011-11-19
6
-25
/
+34
*
Initialize clip_rect_ member to be empty until explicitly set.
wez@chromium.org
2011-11-11
1
-0
/
+1
*
Cleanup: Remove unneeded forward declarations from remoting.
thestig@chromium.org
2011-11-11
1
-1
/
+0
*
Move code in src/remoting to the new callbacks.
sergeyu@chromium.org
2011-11-10
12
-71
/
+69
*
Speed enhancement for Remoting on Low end machines.
dmaclach@chromium.org
2011-10-05
1
-3
/
+6
*
Move us fully from gfx:: over to skia types for consistency.
dmaclach@chromium.org
2011-09-30
16
-150
/
+147
*
Revert 103523 - Move us fully from gfx:: over to skia types for consistency.
dmaclach@chromium.org
2011-09-30
16
-147
/
+148
*
Move us fully from gfx:: over to skia types for consistency.
dmaclach@chromium.org
2011-09-30
16
-148
/
+147
*
Fix PluginMessageLoopProxy::BelingsToCurrentThread() to always return correct...
sergeyu@chromium.org
2011-09-30
2
-8
/
+11
*
Convert all of media/ over to the new base::{Bind,Callback} hotness.
fischman@chromium.org
2011-09-29
1
-1
/
+0
*
Replace TaskThreadProxy with non-refcounted ScopedThreadProxy.
sergeyu@chromium.org
2011-09-29
4
-84
/
+157
*
Chromoting protocol implementation based on P2P Transport API.
sergeyu@chromium.org
2011-09-12
2
-0
/
+4
*
Remove all the experimental Traced Task code from remoting.
ajwong@chromium.org
2011-09-12
2
-444
/
+0
*
Use plugin message loop for main loop in the client plugin.
sergeyu@chromium.org
2011-08-21
2
-25
/
+40
*
Add PluginMessageLoopProxy and use it for Host plugin UI thread.
sergeyu@chromium.org
2011-08-16
2
-0
/
+194
*
Revert 97050 - Add PluginMessageLoopProxy and use it for Host plugin UI thread.
sergeyu@chromium.org
2011-08-16
2
-193
/
+0
*
Add PluginMessageLoopProxy and use it for Host plugin UI thread.
sergeyu@chromium.org
2011-08-16
2
-0
/
+193
*
Revert 96981 - Add PluginMessageLoopProxy and use it for Host plugin UI thread.
sergeyu@chromium.org
2011-08-16
2
-193
/
+0
[next]