summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_image_data_proxy.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in ppapi/.avi2015-12-231-1/+4
* Change transport dib API to not make copies of SharedMemoryHandle.erikchen2015-06-021-1/+1
* Update pepper to not assume that SharedMemoryHandle is an int.erikchen2015-06-021-2/+3
* Update {virtual,override} to follow C++11 style in ppapi.nick2015-04-231-19/+19
* replace OVERRIDE and FINAL with override and final in ppapi/mostynb2014-10-061-14/+14
* Use a direct include of the shared_memory header in media/, ppapi/, webkit/.avi@chromium.org2013-07-171-1/+1
* Clean up Pepper ImageData resource class.bbudge@chromium.org2013-06-121-52/+84
* Expose useful ImageData creation logic in PPAPI proxy.bbudge@chromium.org2013-05-021-0/+19
* Generalize Pepper ImageData caching.bbudge@chromium.org2013-04-181-4/+3
* Implement the host side of the PPB_PDF proxy.raymes@chromium.org2013-04-061-3/+5
* PPAPI: Remove ImageDataInstanceCache on instance shutdowndmichael@chromium.org2013-03-201-0/+1
* PPAPI/NaCl: Move handle extraction code to ppapi/proxydmichael@chromium.org2013-01-161-0/+2
* Migrate Graphics2D to new design, as part of the whole Pepper resource redesign.brettw@chromium.org2012-11-291-2/+1
* Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual...reed@google.com2012-11-141-2/+2
* PPAPI/NaCl: Make NaClIPCAdapter transfer handles more generallydmichael@chromium.org2012-08-271-1/+1
* Improve the image data cache.brettw@chromium.org2012-08-241-2/+9
* Cache image data objects.brettw@chromium.org2012-08-221-1/+8
* PPAPI/NaCl: Make ImageData for NaCl just use shared memorydmichael@chromium.org2012-07-251-2/+25
* Remove static initializer in ppb_image_data_proxy.cc.pliard@chromium.org2012-03-161-1/+1
* Ifdef out skia code that won't compile on nacl.brettw@chromium.org2012-02-181-7/+5
* Relanding this with fixes to the mac dbg builderananta@chromium.org2012-01-201-2/+1
* Revert 118385 since this seems to break mac-debug build.sadrul@chromium.org2012-01-201-1/+2
* Remove the Webkit thread in the PPAPI plugin process and perform the text and...ananta@chromium.org2012-01-191-2/+1
* Update PPAPI IDL generator to define versioned structs, and unversioned typedef.wez@chromium.org2012-01-051-2/+2
* Rename the shared_impl resource files to give them more regular names.brettw@chromium.org2011-12-071-2/+2
* Revert 113290 - Rename the shared_impl resource files to give them more regul...brettw@chromium.org2011-12-071-2/+2
* Rename the shared_impl resource files to give them more regular names.brettw@chromium.org2011-12-061-2/+2
* Regularize how ImageData and Graphics2D are created.brettw@chromium.org2011-12-041-0/+30
* Remove base/scoped_ptr.hakalin@chromium.org2011-09-181-1/+1
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-131-15/+0
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-131-0/+15
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-131-15/+0
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-121-0/+15
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-121-15/+0
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-6/+5
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-5/+6
* Move host resource from the proxy to the shared_impl.brettw@chromium.org2011-08-131-3/+5
* Remove the old type system for proxied resources. These were no longer being ...brettw@chromium.org2011-08-121-3/+0
* Implement flash menu and net connector resources using the API/thunk model.brettw@chromium.org2011-06-151-5/+6
* 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
* Convert audio-related messages to the new thunk/API system for Pepper.brettw@chromium.org2011-05-131-1/+1
* Make the Pepper proxy support in-process font rendering.brettw@chromium.org2011-05-101-2/+11
* This implements the new system for Graphics2D only.brettw@chromium.org2011-05-061-10/+35
* Rent syncemove all uses of the global Dispatcher Get function.brettw@chromium.org2011-02-081-2/+2
* Refactor PPAPI proxy resource handling to maintain which host they came from,brettw@chromium.org2011-01-271-4/+6
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-151-1/+1
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-1/+1
* Teach PPAPI proxy to share image memory on Mac OS Xabarth@chromium.org2010-12-081-1/+3