summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/var.cc
Commit message (Expand)AuthorAgeFilesLines
* Move Var and StringVar to the ppapi/shared_impl so they can be used in thebrettw@chromium.org2011-08-011-255/+0
* Fix the ARM build by converting a NULL to a 0 (no longer a pointer).brettw@chromium.org2011-07-281-1/+1
* Make Var less dependent on NPAPI. The goal is to remove all of thesebrettw@chromium.org2011-07-281-507/+19
* Fix the ARM build by converting a NULL to a 0 (it's a PP_Module).brettw@chromium.org2011-07-121-1/+1
* Make the Var object use a PP_Module ID rather than a PluginModule object.brettw@chromium.org2011-07-121-40/+50
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Remove PPB_Var interface's scripting functionality.neb@chromium.org2011-03-231-216/+2
* Add a console interface for logging to the JS console from a PPAPI plugin.brettw@chromium.org2011-03-111-0/+33
* Release all Object PP_Vars when an instance goes away. This prevents a crashbrettw@chromium.org2011-02-011-2/+9
* 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-41/+64
* Add an instance parameter to var objects, audio, and the 2D API. This replace...brettw@chromium.org2011-01-071-2/+14
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-161-0/+872