summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/npapi_glue.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement in-process PPB_VarArrayBuffer_Dev.dmichael@chromium.org2011-12-151-0/+15
* Remove PP_Module from parameters for PPB_Var.VarFromUtf8.dmichael@chromium.org2011-12-071-28/+7
* Draft of a PPAPI interface for ArrayBuffer.dmichael@chromium.org2011-12-071-0/+1
* Split HostVarTracker out of HostResourceTracker.brettw@chromium.org2011-10-201-2/+2
* Rename the ResourceTracker in webkit to HostResourceTracker.brettw@chromium.org2011-10-201-1/+1
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-201-7/+9
* Revert 106142 - Add a new globals object for PPAPI tracking information.sail@chromium.org2011-10-181-9/+7
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-181-7/+9
* Don't use a scoped_refptr for StringVar::FromPPVarbrettw@chromium.org2011-08-221-5/+4
* Unify var tracking between webkit and the proxy.brettw@chromium.org2011-08-091-5/+6
* Move Var and StringVar to the ppapi/shared_impl so they can be used in thebrettw@chromium.org2011-08-011-12/+59
* Make Var less dependent on NPAPI. The goal is to remove all of thesebrettw@chromium.org2011-07-281-3/+66
* Make the Var object use a PP_Module ID rather than a PluginModule object.brettw@chromium.org2011-07-121-3/+4
* Fix invalid read in ppapi codepiman@google.com2011-04-191-1/+3
* Create a VarPrivate interface to contain the scripting helper functions of Var.brettw@chromium.org2011-04-111-0/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-1/+1
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-151-5/+8
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-161-0/+199