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
/
ppapi
/
proxy
/
ppb_image_data_proxy.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate Graphics2D to new design, as part of the whole Pepper resource redesign.
brettw@chromium.org
2012-11-29
1
-0
/
+4
*
Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual...
reed@google.com
2012-11-14
1
-1
/
+1
*
Exclude host-side code from the NaCl IRT proxy build.
bbudge@chromium.org
2012-11-13
1
-13
/
+4
*
PPAPI/NaCl: Make NaClIPCAdapter transfer handles more generally
dmichael@chromium.org
2012-08-27
1
-8
/
+11
*
Improve the image data cache.
brettw@chromium.org
2012-08-24
1
-17
/
+41
*
Cache image data objects.
brettw@chromium.org
2012-08-22
1
-5
/
+307
*
PPAPI/NaCl: Make ImageData for NaCl just use shared memory
dmichael@chromium.org
2012-07-25
1
-9
/
+105
*
ui: Move surface/ directory out of gfx/, up to ui/.
tfarina@chromium.org
2012-05-03
1
-1
/
+1
*
Eliminate use of PPB_URLUtil_Dev in NaCl build of Proxy.
bbudge@chromium.org
2012-04-12
1
-3
/
+3
*
Remove static initializer in ppb_image_data_proxy.cc.
pliard@chromium.org
2012-03-16
1
-5
/
+8
*
Ifdef out skia code that won't compile on nacl.
brettw@chromium.org
2012-02-18
1
-1
/
+20
*
Make a global enum to differentiate impl & proxy.
brettw@chromium.org
2012-02-14
1
-1
/
+1
*
Toward an android build of sync_unit_tests: OWNERS=viettrungluu
jrg@chromium.org
2012-01-27
1
-3
/
+3
*
Relanding this with fixes to the mac dbg builder
ananta@chromium.org
2012-01-20
1
-0
/
+4
*
Revert 118385 since this seems to break mac-debug build.
sadrul@chromium.org
2012-01-20
1
-4
/
+0
*
Remove the Webkit thread in the PPAPI plugin process and perform the text and...
ananta@chromium.org
2012-01-19
1
-0
/
+4
*
Regularize how ImageData and Graphics2D are created.
brettw@chromium.org
2011-12-04
1
-0
/
+84
*
s patch tries to remove most of the manual registration for Pepper interfaces...
brettw@chromium.org
2011-09-13
1
-37
/
+0
*
Revert r100853, 100851. Win_shared build is broken.
brettw@chromium.org
2011-09-13
1
-0
/
+37
*
This patch tries to remove most of the manual registration for Pepper interfa...
brettw@chromium.org
2011-09-13
1
-37
/
+0
*
Revert 100748 - This patch tries to remove most of the manual registration fo...
dmazzoni@chromium.org
2011-09-12
1
-0
/
+37
*
This patch tries to remove most of the manual registration for Pepper interfa...
brettw@chromium.org
2011-09-12
1
-37
/
+0
*
Convert the pp::proxy namespace to the ppapi::proxy namespace.
brettw@chromium.org
2011-08-18
1
-7
/
+4
*
Add a unified resource tracker shared between the proxy and the impl.
brettw@chromium.org
2011-08-18
1
-1
/
+3
*
Move host resource from the proxy to the shared_impl.
brettw@chromium.org
2011-08-13
1
-1
/
+3
*
Remove the old type system for proxied resources. These were no longer being ...
brettw@chromium.org
2011-08-12
1
-4
/
+0
*
Implement flash menu and net connector resources using the API/thunk model.
brettw@chromium.org
2011-06-15
1
-0
/
+7
*
Convert more interfaces to the new thunk system. This goes up to and including
brettw@chromium.org
2011-06-01
1
-1
/
+1
*
Revert 87415 - Convert more interfaces to the new thunk system. This goes up ...
thestig@chromium.org
2011-06-01
1
-1
/
+1
*
Convert more interfaces to the new thunk system. This goes up to and including
brettw@chromium.org
2011-06-01
1
-1
/
+1
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-26
1
-1
/
+1
*
Revert 86625 - This change implements a first pass in the effort to remove th...
vandebo@chromium.org
2011-05-25
1
-1
/
+1
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-25
1
-1
/
+1
*
Make the Pepper proxy support in-process font rendering.
brettw@chromium.org
2011-05-10
1
-51
/
+22
*
This implements the new system for Graphics2D only.
brettw@chromium.org
2011-05-06
1
-172
/
+39
*
Fixes the shared memory failure in OOO mode for the pepper example plugin
cpu@chromium.org
2011-05-04
1
-5
/
+16
*
Implement proxy for PPB_Flash_NetConnector.
brettw@chromium.org
2011-03-29
1
-1
/
+1
*
Rent syncemove all uses of the global Dispatcher Get function.
brettw@chromium.org
2011-02-08
1
-7
/
+16
*
Refactor PPAPI proxy resource handling to maintain which host they came from,
brettw@chromium.org
2011-01-27
1
-15
/
+131
*
First pass at making the proxy handle multiple renderers. This associates the
brettw@chromium.org
2011-01-21
1
-34
/
+13
*
Make PP_Resources associated with the Instance rather than the module. This
brettw@chromium.org
2011-01-15
1
-4
/
+4
*
Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...
jam@chromium.org
2010-12-24
1
-1
/
+4
*
Teach PPAPI proxy to share image memory on Mac OS X
abarth@chromium.org
2010-12-08
1
-72
/
+7
*
Change trusted shared memory interface to match audio.
nfullagar@google.com
2010-12-02
1
-8
/
+12
*
Implement a new process type for running PPAPI plugins. The process itself is
brettw@chromium.org
2010-11-10
1
-3
/
+5
*
Convert Chrome PPAPI proxy from bool to PP_Bool.
brettw@chromium.org
2010-11-08
1
-10
/
+10
*
Add proxies for ImageData and Graphics2D. These don't build by themselves, this
brettw@chromium.org
2010-11-04
1
-0
/
+234
*
Revert PPAPI proxy change with too many files in it.
brettw@chromium.org
2010-11-03
1
-234
/
+0
*
Core PPAPI proxy files. This includes the dispatcher which is the control point
brettw@chromium.org
2010-11-03
1
-0
/
+234