summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_pdf_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Make a global enum to differentiate impl & proxy.brettw@chromium.org2012-02-141-2/+3
* Rename InterfaceID to ApiID and move the file.brettw@chromium.org2011-10-201-3/+3
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-131-9/+12
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-131-12/+9
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-131-9/+12
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-121-12/+9
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-121-9/+12
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-4/+2
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-7/+5
* Move host resource from the proxy to the shared_impl.brettw@chromium.org2011-08-131-0/+1
* Remove the old type system for proxied resources. These were no longer being ...brettw@chromium.org2011-08-121-5/+12
* Convert the PluginResource to be refcounted.brettw@chromium.org2011-08-111-2/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-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-16/+18
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-211-7/+14
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-151-4/+4
* Move webkit/plugins/ppapi/ppb_pdf.h to ppapi/c/private.viettrungluu@chromium.org2011-01-131-2/+2
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-1/+4
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-161-15/+15
* Implement DrawGlyphs and refactor the FontDescription serialization suchbrettw@chromium.org2010-11-141-7/+6
* Add proxies for some of the PDF & Flash functionality. There are still a fewbrettw@chromium.org2010-11-121-0/+166