summaryrefslogtreecommitdiffstats
path: root/remoting/base
Commit message (Expand)AuthorAgeFilesLines
* Add DPI information to video packets.jamiewalch@chromium.org2012-07-145-2/+51
* The user's consent to crash dumps reporting can now be set via the UI (Window...alexeypa@chromium.org2012-06-221-3/+0
* Adding support of [in] [out] parameters to remoting::dispatch::Invoke().alexeypa@chromium.org2012-06-212-29/+80
* Remove old Sleep and PostDelayedTask interfaces that use int ms instead of Ti...tedvessenes@gmail.com2012-06-212-24/+0
* Fix up-scaling case to early-exit if no updates are within clip area.wez@chromium.org2012-06-201-0/+6
* Allow the Chromoting client plugin to support up-scaling, albeit slowly.wez@chromium.org2012-06-183-10/+48
* C++ readability review fixes for r141239: Make Chromoting Host report crashes...alexeypa@chromium.org2012-06-165-87/+121
* Added files for audio writers.kxing@chromium.org2012-06-152-0/+2
* Roll Breakpad to @970.alexeypa@chromium.org2012-06-141-2/+3
* [Chromoting] Using IDispatch::Invoke() to call Omaha inetrfaces.alexeypa@chromium.org2012-06-132-0/+716
* Make Chromoting Host report crashes to Breakpad (Windows only). The user must...alexeypa@chromium.org2012-06-086-0/+401
* Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs.wez@chromium.org2012-06-072-159/+0
* Refactor EncoderVp8 to use SkRegion in place of RectVector.wez@chromium.org2012-06-043-90/+57
* [Chromoting] Handle CR-LF correctly when transferring text items to and from ...simonmorris@chromium.org2012-06-023-0/+113
* Revert 140102 - Remove old PostDelayedTask interfaces that use int ms instead...asanka@chromium.org2012-06-014-6/+30
* Remove old PostDelayedTask interfaces that use int ms instead of TimeDelta.tedvessenes@gmail.com2012-06-014-30/+6
* Base: Add a handle verifier to ScopedHandle.rvargas@chromium.org2012-05-311-1/+2
* Revert 139623 - Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs.wez@chromium.org2012-05-302-0/+159
* Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs.wez@chromium.org2012-05-302-159/+0
* Cleanup: Remove unneeded scoped_ptr.h includes from ppapi, printing, remoting...thestig@chromium.org2012-05-164-3/+5
* Refcounted types should not have public destructors, remoting/ editionrsleevi@chromium.org2012-04-241-4/+4
* Add padding at the end of encoder buffer to workaround crbug.com/119633.sergeyu@chromium.org2012-04-121-25/+31
* Cull unnecessary media::VideoFrame::Formats from the enum.fischman@chromium.org2012-04-114-22/+8
* Objects that derive from RefCounted/RefCountedThreadSafe should not have publ...rsleevi@chromium.org2012-04-061-1/+3
* [Chromoting] Let the webapp send text clipboard items to the client plugin.simonmorris@chromium.org2012-03-302-2/+2
* Use scoped_ptr<> to pass ownership in more places.sergeyu@chromium.org2012-03-205-37/+30
* Add the plumbing that will carry a clipboard item from a chromoting client to...simonmorris@chromium.org2012-03-162-2/+7
* Fix startup race-conditions in new Decoder pipeline:wez@chromium.org2012-03-082-14/+26
* Making remoting::ScopedScHandle an instance of the base::win::GenericScopedHa...alexeypa@chromium.org2012-03-082-63/+16
* Disable rendering on up-scale.wez@chromium.org2012-03-031-0/+9
* Add functions to expand PostDelayedTask interface.tedvessenes@gmail.com2012-02-262-2/+26
* This CL makes several the following improvements to the Chromoting decoder pi...alexeypa@chromium.org2012-02-248-164/+162
* Make new TaskRunner, SequencedTaskRunner, and SingleThreadTaskRunner interfacesakalin@chromium.org2012-02-152-21/+2
* 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