summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_image_data_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Migrate Graphics2D to new design, as part of the whole Pepper resource redesign.brettw@chromium.org2012-11-291-0/+4
* Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual...reed@google.com2012-11-141-1/+1
* Exclude host-side code from the NaCl IRT proxy build.bbudge@chromium.org2012-11-131-13/+4
* PPAPI/NaCl: Make NaClIPCAdapter transfer handles more generallydmichael@chromium.org2012-08-271-8/+11
* Improve the image data cache.brettw@chromium.org2012-08-241-17/+41
* Cache image data objects.brettw@chromium.org2012-08-221-5/+307
* PPAPI/NaCl: Make ImageData for NaCl just use shared memorydmichael@chromium.org2012-07-251-9/+105
* ui: Move surface/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-031-1/+1
* Eliminate use of PPB_URLUtil_Dev in NaCl build of Proxy.bbudge@chromium.org2012-04-121-3/+3
* Remove static initializer in ppb_image_data_proxy.cc.pliard@chromium.org2012-03-161-5/+8
* Ifdef out skia code that won't compile on nacl.brettw@chromium.org2012-02-181-1/+20
* Make a global enum to differentiate impl & proxy.brettw@chromium.org2012-02-141-1/+1
* Toward an android build of sync_unit_tests: OWNERS=viettrungluujrg@chromium.org2012-01-271-3/+3
* Relanding this with fixes to the mac dbg builderananta@chromium.org2012-01-201-0/+4
* Revert 118385 since this seems to break mac-debug build.sadrul@chromium.org2012-01-201-4/+0
* Remove the Webkit thread in the PPAPI plugin process and perform the text and...ananta@chromium.org2012-01-191-0/+4
* Regularize how ImageData and Graphics2D are created.brettw@chromium.org2011-12-041-0/+84
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-131-37/+0
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-131-0/+37
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-131-37/+0
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-121-0/+37
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-121-37/+0
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-7/+4
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-1/+3
* Move host resource from the proxy to the shared_impl.brettw@chromium.org2011-08-131-1/+3
* Remove the old type system for proxied resources. These were no longer being ...brettw@chromium.org2011-08-121-4/+0
* Implement flash menu and net connector resources using the API/thunk model.brettw@chromium.org2011-06-151-0/+7
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-1/+1
* Revert 87415 - Convert more interfaces to the new thunk system. This goes up ...thestig@chromium.org2011-06-011-1/+1
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-1/+1
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-261-1/+1
* Revert 86625 - This change implements a first pass in the effort to remove th...vandebo@chromium.org2011-05-251-1/+1
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-251-1/+1
* Make the Pepper proxy support in-process font rendering.brettw@chromium.org2011-05-101-51/+22
* This implements the new system for Graphics2D only.brettw@chromium.org2011-05-061-172/+39
* Fixes the shared memory failure in OOO mode for the pepper example plugincpu@chromium.org2011-05-041-5/+16
* Implement proxy for PPB_Flash_NetConnector.brettw@chromium.org2011-03-291-1/+1
* Rent syncemove all uses of the global Dispatcher Get function.brettw@chromium.org2011-02-081-7/+16
* Refactor PPAPI proxy resource handling to maintain which host they came from,brettw@chromium.org2011-01-271-15/+131
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-211-34/+13
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-151-4/+4
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-1/+4
* Teach PPAPI proxy to share image memory on Mac OS Xabarth@chromium.org2010-12-081-72/+7
* Change trusted shared memory interface to match audio.nfullagar@google.com2010-12-021-8/+12
* Implement a new process type for running PPAPI plugins. The process itself isbrettw@chromium.org2010-11-101-3/+5
* Convert Chrome PPAPI proxy from bool to PP_Bool.brettw@chromium.org2010-11-081-10/+10
* Add proxies for ImageData and Graphics2D. These don't build by themselves, thisbrettw@chromium.org2010-11-041-0/+234
* Revert PPAPI proxy change with too many files in it.brettw@chromium.org2010-11-031-234/+0
* Core PPAPI proxy files. This includes the dispatcher which is the control pointbrettw@chromium.org2010-11-031-0/+234