summaryrefslogtreecommitdiffstats
path: root/remoting/base
Commit message (Expand)AuthorAgeFilesLines
* 1. Implemented installation and uninstallation code for the Chromoting service.alexeypa@chromium.org2012-02-102-0/+88
* Introducing helper wrappers for copying a rectangle from a one partial buffer...alexeypa@chromium.org2012-02-095-125/+395
* Reverting 120739 that caused valgrind breaks.alexeypa@chromium.org2012-02-075-395/+125
* Introducing helper wrappers for copying a rectangle from a one partial buffer...alexeypa@chromium.org2012-02-075-125/+395
* Replace RectVectors with SkRegions in Decoder.wez@chromium.org2012-01-296-105/+93
* Revert 118790 - Compile error due to missing operator== on SkRegionrsleevi@chromium.org2012-01-246-93/+105
* Replace RectVectors with SkRegions in Decoder.wez@chromium.org2012-01-246-105/+93
* Fix DecoderVp8::ConvertRects() to call conversion routine with aligned rects.wez@chromium.org2012-01-142-12/+13
* Linear sub-rectangle scaler for use in Chromoting.wez@chromium.org2012-01-143-55/+16
* Prevent the Chromoting log message handler from trying to handle LOG messages...garykac@chromium.org2012-01-142-2/+5
* Chromoting: Fix it2me crash on connect due to mismatched frame buffer size.garykac@chromium.org2012-01-101-11/+11
* base::Bind: Remove Task.jhawkins@chromium.org2012-01-052-65/+4
* base::Bind: Remove ScopedRunnableMethodFactory.jhawkins@chromium.org2012-01-031-4/+4
* Refactoring of the client-side input pipeline and scaling dimension management.wez@chromium.org2011-12-225-74/+64
* base::Bind: Remove includes of base.bind in header files.jhawkins@chromium.org2011-12-212-1/+3
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-201-0/+1
* Remoting client rectangle decoder and VP8 decoder fixes.wez@chromium.org2011-12-203-48/+64
* Use callback_forward.h instead of callback.h where possible.erikwright@chromium.org2011-11-291-1/+1
* Add OVERRIDE to remoting/.avi@chromium.org2011-11-196-25/+34
* Initialize clip_rect_ member to be empty until explicitly set.wez@chromium.org2011-11-111-0/+1
* Cleanup: Remove unneeded forward declarations from remoting.thestig@chromium.org2011-11-111-1/+0
* Move code in src/remoting to the new callbacks.sergeyu@chromium.org2011-11-1012-71/+69
* Speed enhancement for Remoting on Low end machines.dmaclach@chromium.org2011-10-051-3/+6
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-3016-150/+147
* Revert 103523 - Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-3016-147/+148
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-3016-148/+147
* Fix PluginMessageLoopProxy::BelingsToCurrentThread() to always return correct...sergeyu@chromium.org2011-09-302-8/+11
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-291-1/+0
* Replace TaskThreadProxy with non-refcounted ScopedThreadProxy.sergeyu@chromium.org2011-09-294-84/+157
* Chromoting protocol implementation based on P2P Transport API.sergeyu@chromium.org2011-09-122-0/+4
* Remove all the experimental Traced Task code from remoting.ajwong@chromium.org2011-09-122-444/+0
* Use plugin message loop for main loop in the client plugin.sergeyu@chromium.org2011-08-212-25/+40
* Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-162-0/+194
* Revert 97050 - Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-162-193/+0
* Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-162-0/+193
* Revert 96981 - Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-162-193/+0
* Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-162-0/+193
* Switch over to using SkRegions to calculate dirty areas.dmaclach@chromium.org2011-08-1210-80/+69
* Revert 96327 - Switch over to using SkRegions to calculate dirty areas.dmaclach@chromium.org2011-08-1110-69/+80
* Switch over to using SkRegions to calculate dirty areas.dmaclach@chromium.org2011-08-1110-80/+69
* Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-112-0/+9
* Revert 96089 - Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-102-9/+0
* Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-092-0/+9
* Modify Chromoting logging to hook into base logging.garykac@chromium.org2011-08-046-148/+98
* Optimize mac capturer to copy memory only dirty rect.hclam@chromium.org2011-08-012-0/+31
* 2. Implement scale-to-fit and clipping in DecoderVp8hclam@chromium.org2011-07-266-50/+254
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Clean up VideoFrame::CreateXXX and VideoFrame::AllocXXX methods.scherkus@chromium.org2011-07-181-4/+4
* Fixup threading for Chromoting's logging code.garykac@chromium.org2011-07-132-14/+76
* Conenct Chromoting plugin debug log to JS UI.garykac@chromium.org2011-07-072-0/+84