summaryrefslogtreecommitdiffstats
path: root/remoting/client/plugin/pepper_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Byte-swap the video frame pixels before passing them to Java.lambroslambrou@chromium.org2013-10-021-15/+18
* Remove dependency on Skia from chromoting client.sergeyu@chromium.org2013-09-251-33/+27
* Revert 224101 "Remove dependency on Skia from chromoting client."sergeyu@chromium.org2013-09-191-27/+33
* Remove dependency on Skia from chromoting client.sergeyu@chromium.org2013-09-191-33/+27
* Switch to stable Pepper View and Graphics2D APIs.wez@chromium.org2013-08-261-6/+2
* Switch to stable Pepper UDPSocket, NetAddress and HostResolver APIs.wez@chromium.org2013-08-241-8/+10
* Use a direct include of the message_loop header in remoting/.avi@chromium.org2013-07-171-1/+1
* Abstract PPAPI's ImageData behind webrtc::DesktopFrame interfacesolb@chromium.org2013-07-041-14/+44
* Use a direct include of time headers in ppapi/, printing/, remoting/.avi@chromium.org2013-06-281-1/+1
* Added the desktop shape fields to VideoPacket.alexeypa@chromium.org2013-06-211-1/+6
* Use a direct include of strings headers in remoting/.avi@chromium.org2013-06-111-2/+2
* Fix PepperView handling of 1:1 high-DPI.wez@chromium.org2013-01-101-25/+30
* Fix PepperView to let PPAPI up-scale on high-DPI devices where possible.wez@chromium.org2012-12-181-5/+18
* Add a query function for the scaling feature.brettw@chromium.org2012-08-221-1/+1
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-251-0/+1
* Make Chromoting client plugin always render at device DPI.wez@chromium.org2012-07-241-6/+28
* Rename ChromotingView to ClientUserInterface. Clean it up.sergeyu@chromium.org2012-07-231-100/+2
* Propagate DPI information to web-app.jamiewalch@chromium.org2012-07-201-3/+6
* Revert 147595 - Rename ChromotingView to ClientUserInterface. Clean it up.sergeyu@chromium.org2012-07-201-1/+100
* Rename ChromotingView to ClientUserInterface. Clean it up.sergeyu@chromium.org2012-07-201-100/+1
* MessageLoopProxy cleanups in remoting client.sergeyu@chromium.org2012-06-121-6/+6
* [Chromoting] Initial plumbing for cursor shape.garykac@chromium.org2012-06-021-0/+4
* [Chromoting] Make the client plugin tell the webapp when the first video buff...simonmorris@chromium.org2012-05-251-1/+6
* Switch PepperView to use asynchronous completion for Flush().wez@chromium.org2012-04-081-38/+8
* Don't warn about low-memory when AllocateBuffer sees an empty clip rect.wez@chromium.org2012-04-071-14/+15
* [Chromoting] The client plugin can pass clipboard items to the webapp.simonmorris@chromium.org2012-04-031-0/+4
* Address remaining nits for r129104.sergeyu@chromium.org2012-03-281-2/+2
* Implement exponential backoff for failed Me2Me authentication attemptssergeyu@chromium.org2012-03-271-0/+3
* Fix RectangleUpdateDecoder to reference the FrameConsumerProxy.wez@chromium.org2012-03-151-6/+3
* Fix startup race-conditions in new Decoder pipeline:wez@chromium.org2012-03-081-6/+10
* Disable rendering on up-scale.wez@chromium.org2012-03-031-10/+3
* Cleanup error handling in the client plugin.sergeyu@chromium.org2012-03-021-7/+19
* This CL makes several the following improvements to the Chromoting decoder pi...alexeypa@chromium.org2012-02-241-212/+241
* Implement support for messaging interface in the client plugin.sergeyu@chromium.org2012-02-171-19/+16
* Replace RectVectors with SkRegions in Decoder.wez@chromium.org2012-01-291-6/+6
* Revert 118790 - Compile error due to missing operator== on SkRegionrsleevi@chromium.org2012-01-241-6/+6
* Replace RectVectors with SkRegions in Decoder.wez@chromium.org2012-01-241-6/+6
* Refactoring of the client-side input pipeline and scaling dimension management.wez@chromium.org2011-12-221-22/+6
* Convert all of remoting/* to base::Bind().ajwong@chromium.org2011-12-201-5/+7
* Add AUTHENTICATED session state.sergeyu@chromium.org2011-12-061-3/+0
* Move code in src/remoting to the new callbacks.sergeyu@chromium.org2011-11-101-14/+9
* Remove old Authentication code that we don't use or need.sergeyu@chromium.org2011-11-051-15/+3
* Expose connection error code to the web app.sergeyu@chromium.org2011-10-011-12/+47
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-18/+18
* Revert 103523 - Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-18/+18
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-18/+18
* Replace LOG(INFO) with VLOG(1) to avoid excessive logging.sergeyu@chromium.org2011-09-291-6/+4
* Remove all the experimental Traced Task code from remoting.ajwong@chromium.org2011-09-121-10/+0
* Use plugin message loop for main loop in the client plugin.sergeyu@chromium.org2011-08-211-12/+14
* Modify Chromoting logging to hook into base logging.garykac@chromium.org2011-08-041-10/+9