summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/resource_tracker.cc
Commit message (Expand)AuthorAgeFilesLines
* 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