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
/
client
/
plugin
/
pepper_view.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Byte-swap the video frame pixels before passing them to Java.
lambroslambrou@chromium.org
2013-10-02
1
-9
/
+8
*
Remove dependency on Skia from chromoting client.
sergeyu@chromium.org
2013-09-25
1
-16
/
+18
*
Revert 224101 "Remove dependency on Skia from chromoting client."
sergeyu@chromium.org
2013-09-19
1
-18
/
+16
*
Remove dependency on Skia from chromoting client.
sergeyu@chromium.org
2013-09-19
1
-16
/
+18
*
Switch to stable Pepper UDPSocket, NetAddress and HostResolver APIs.
wez@chromium.org
2013-08-24
1
-6
/
+8
*
Abstract PPAPI's ImageData behind webrtc::DesktopFrame interface
solb@chromium.org
2013-07-04
1
-8
/
+14
*
Fix PepperView handling of 1:1 high-DPI.
wez@chromium.org
2013-01-10
1
-24
/
+34
*
Make Chromoting client plugin always render at device DPI.
wez@chromium.org
2012-07-24
1
-8
/
+18
*
Rename ChromotingView to ClientUserInterface. Clean it up.
sergeyu@chromium.org
2012-07-23
1
-12
/
+5
*
Propagate DPI information to web-app.
jamiewalch@chromium.org
2012-07-20
1
-1
/
+5
*
Revert 147595 - Rename ChromotingView to ClientUserInterface. Clean it up.
sergeyu@chromium.org
2012-07-20
1
-1
/
+12
*
Rename ChromotingView to ClientUserInterface. Clean it up.
sergeyu@chromium.org
2012-07-20
1
-12
/
+1
*
[Chromoting] Initial plumbing for cursor shape.
garykac@chromium.org
2012-06-02
1
-0
/
+1
*
[Chromoting] Make the client plugin tell the webapp when the first video buff...
simonmorris@chromium.org
2012-05-25
1
-0
/
+3
*
Cleanup: Remove unneeded scoped_ptr.h includes from ppapi, printing, remoting...
thestig@chromium.org
2012-05-16
1
-3
/
+1
*
Switch PepperView to use asynchronous completion for Flush().
wez@chromium.org
2012-04-08
1
-1
/
+1
*
[Chromoting] The client plugin can pass clipboard items to the webapp.
simonmorris@chromium.org
2012-04-03
1
-0
/
+1
*
Fix RectangleUpdateDecoder to reference the FrameConsumerProxy.
wez@chromium.org
2012-03-15
1
-3
/
+3
*
Fix startup race-conditions in new Decoder pipeline:
wez@chromium.org
2012-03-08
1
-1
/
+2
*
Cleanup error handling in the client plugin.
sergeyu@chromium.org
2012-03-02
1
-1
/
+1
*
This CL makes several the following improvements to the Chromoting decoder pi...
alexeypa@chromium.org
2012-02-24
1
-42
/
+48
*
Replace RectVectors with SkRegions in Decoder.
wez@chromium.org
2012-01-29
1
-3
/
+3
*
Revert 118790 - Compile error due to missing operator== on SkRegion
rsleevi@chromium.org
2012-01-24
1
-3
/
+3
*
Replace RectVectors with SkRegions in Decoder.
wez@chromium.org
2012-01-24
1
-3
/
+3
*
Refactoring of the client-side input pipeline and scaling dimension management.
wez@chromium.org
2011-12-22
1
-12
/
+16
*
Convert all of remoting/* to base::Bind().
ajwong@chromium.org
2011-12-20
1
-2
/
+2
*
Move code in src/remoting to the new callbacks.
sergeyu@chromium.org
2011-11-10
1
-7
/
+4
*
Remove old Authentication code that we don't use or need.
sergeyu@chromium.org
2011-11-05
1
-2
/
+0
*
Expose connection error code to the web app.
sergeyu@chromium.org
2011-10-01
1
-3
/
+5
*
Move us fully from gfx:: over to skia types for consistency.
dmaclach@chromium.org
2011-09-30
1
-8
/
+7
*
Revert 103523 - Move us fully from gfx:: over to skia types for consistency.
dmaclach@chromium.org
2011-09-30
1
-7
/
+8
*
Move us fully from gfx:: over to skia types for consistency.
dmaclach@chromium.org
2011-09-30
1
-8
/
+7
*
Call Pepper's Flush command properly
hclam@chromium.org
2011-08-03
1
-1
/
+1
*
If pepper flush returns an error then save a pending flush
hclam@chromium.org
2011-08-01
1
-0
/
+7
*
2. Implement scale-to-fit and clipping in DecoderVp8
hclam@chromium.org
2011-07-26
1
-53
/
+18
*
Change Chromoting client to use Pepper's new Resource-base InputEvents.
garykac@chromium.org
2011-07-21
1
-4
/
+8
*
If the user selects scale-to-fit, then PepperView starts
simonmorris@chromium.org
2011-04-20
1
-11
/
+66
*
Report decode and render latency for Chromoting
hclam@google.com
2011-04-05
1
-1
/
+1
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Chromoting plugin to use a backing store
hclam@google.com
2011-03-14
1
-0
/
+3
*
Let the host change resolution.
simonmorris@chromium.org
2011-03-04
1
-3
/
+0
*
Revert 76747 - Let the host change resolution.
simonmorris@chromium.org
2011-03-03
1
-0
/
+3
*
Let the host change resolution.
simonmorris@chromium.org
2011-03-03
1
-3
/
+0
*
Chromoting pepper plugin to respond to BeginSessionResponse
hclam@chromium.org
2011-01-28
1
-0
/
+1
*
Add PepperViewProxy to protect PepperView and ChromotingInstance on shutdown
hclam@chromium.org
2011-01-26
1
-10
/
+6
*
Use PPAPI from chrome trunk rather than pulling via deps. This is a re-land f...
brettw@chromium.org
2010-11-02
1
-1
/
+1
*
Revert PPAPI change due to Linux compile failures.
brettw@chromium.org
2010-11-02
1
-1
/
+1
*
Use PPAPI from chrome trunk rather than pulling via deps.
brettw@chromium.org
2010-11-02
1
-1
/
+1
*
Revert PPAPI change.
brettw@chromium.org
2010-11-02
1
-1
/
+1
*
Use PPAPI from chrome trunk rather than pulling via deps.
brettw@chromium.org
2010-11-02
1
-1
/
+1
[next]