summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/resource_tracker_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-181-17/+5
* Remove webkit::ppapi::Resource.brettw@chromium.org2011-08-241-16/+0
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-78/+2
* Fix invalid read in the ResourceTracker tests. It wasn't doing the properbrettw@chromium.org2011-08-161-3/+17
* Unify var tracking between webkit and the proxy.brettw@chromium.org2011-08-091-3/+4
* Move Var and StringVar to the ppapi/shared_impl so they can be used in thebrettw@chromium.org2011-08-011-2/+4
* Make Var less dependent on NPAPI. The goal is to remove all of thesebrettw@chromium.org2011-07-281-5/+6
* Reland http://codereview.chromium.org/7452002/ againdmichael@chromium.org2011-07-201-4/+4
* Revert 93223 - Reland http://codereview.chromium.org/7452002/dmichael@chromium.org2011-07-201-4/+4
* Reland http://codereview.chromium.org/7452002/dmichael@chromium.org2011-07-201-4/+4
* Revert 93202 - Remove HandleInputEvent from PPP_Instance and freeze to 1.0.dmichael@chromium.org2011-07-201-4/+4
* Remove HandleInputEvent from PPP_Instance and freeze to 1.0.dmichael@chromium.org2011-07-201-4/+4
* Make o.o.p. proxy handle PPP_Instance versions 0.4 and 0.5.dmichael@chromium.org2011-06-291-6/+4
* Remove scripting from PPP_Instance and PPB_Instance (behind precompiler flag).dmichael@chromium.org2011-05-241-2/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Remove unused variable to fix the Clang build.brettw@chromium.org2011-02-011-2/+1
* Release all Object PP_Vars when an instance goes away. This prevents a crashbrettw@chromium.org2011-02-011-4/+102
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-211-5/+9
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-151-13/+23
* Properly cancel PPAPI callbacks.viettrungluu@chromium.org2010-12-211-2/+1
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-161-0/+119