summaryrefslogtreecommitdiffstats
path: root/remoting/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reland 90618 - Remove check for entry_. From coverity CID=8237gbillock@chromium.org2011-06-281-2/+3
* Revert 90618 - Add checks for entry_. From coverity CID=8237fischman@chromium.org2011-06-271-2/+2
* Add checks for entry_. From coverity CID=8237gbillock@chromium.org2011-06-271-2/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2011-06-211-3/+7
* Update VP8 encode options to speed up encoding for remotinghclam@chromium.org2011-06-201-3/+19
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)thestig@chromium.org2011-06-151-1/+1
* Use 2 threads for decoding for remotinghclam@chromium.org2011-05-281-1/+8
* Wire in OAuth2 support into non-sandboxed connections in libjingle.ajwong@chromium.org2011-05-255-5/+96
* iwyu: Include callback_old.h where appropriate, final.jhawkins@chromium.org2011-05-111-1/+1
* iwyu: Use callback_old.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-1/+1
* Fix memory leak in EncoderVp8, and add unit-test for it.lambroslambrou@chromium.org2011-05-093-1/+49
* Chromoting to report roundtrip latencyhclam@chromium.org2011-05-063-0/+12
* Report capture and encode time for chromotinghclam@google.com2011-04-054-1/+14
* Measure bandwidth for chromoting video channelhclam@google.com2011-04-054-0/+206
* Move some files from base to base/memory.levin@chromium.org2011-03-2810-22/+22
* fix commentsdilmah@chromium.org2011-03-221-1/+1
* Improve AlignRect() readability, and handle bad rectangles more gracefully (w...lambroslambrou@chromium.org2011-03-173-19/+60
* Tidy up after CL 6573005.simonmorris@chromium.org2011-03-107-59/+41
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-042-5/+5