summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/resource_tracker.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge the plugin and impl side of the audio config and input event resources.brettw@chromium.org2011-08-251-0/+7
* Remove webkit::ppapi::Resource.brettw@chromium.org2011-08-241-3/+17
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-8/+8
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-146/+16
* Unify var tracking between webkit and the proxy.brettw@chromium.org2011-08-091-90/+20
* Move Var and StringVar to the ppapi/shared_impl so they can be used in thebrettw@chromium.org2011-08-011-34/+41
* Make Var less dependent on NPAPI. The goal is to remove all of thesebrettw@chromium.org2011-07-281-33/+62
* Make the Var object use a PP_Module ID rather than a PluginModule object.brettw@chromium.org2011-07-121-0/+4
* Maintain a map of all resources in the resource tracker and clear instance ba...cdn@chromium.org2011-06-201-10/+39
* Move fullscreen and instance to the new thunk system.brettw@chromium.org2011-06-151-0/+5
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-0/+11
* Revert 87415 - Convert more interfaces to the new thunk system. This goes up ...thestig@chromium.org2011-06-011-7/+0
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-0/+7
* Move Broker, Buffer, CharSet, and CursorControl to use the new thunk/API system.brettw@chromium.org2011-05-271-18/+45
* Support getting the font list in Pepper. This currently only works out ofbrettw@chromium.org2011-05-181-0/+4
* Convert audio-related messages to the new thunk/API system for Pepper.brettw@chromium.org2011-05-131-6/+4
* This implements the new system for Graphics2D only.brettw@chromium.org2011-05-061-0/+36
* Leak the resource tracker and any resources still around at shutdown. Thebrettw@chromium.org2011-04-071-5/+4
* Ensure that PP_Instance values are unique within a plugin process in additionbrettw@chromium.org2011-03-101-1/+3
* Implement basic crash detection and shutdown handling for out of process PPAPIbrettw@chromium.org2011-02-151-52/+62
* Cleanup everything but net/ for our first clang plugins.erg@google.com2011-02-021-0/+12
* Release all Object PP_Vars when an instance goes away. This prevents a crashbrettw@chromium.org2011-02-011-62/+83
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-211-12/+7
* Dynamically check types of PPAPI IDspiman@google.com2011-01-201-11/+59
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-151-8/+84
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-161-0/+196