summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/ppb_proxy_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove TrackerBase.brettw@chromium.org2011-10-201-11/+5
* 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-6/+14
* Revert 106142 - Add a new globals object for PPAPI tracking information.sail@chromium.org2011-10-181-14/+6
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-181-6/+14
* Prevent reentrant destructors in the PluginModule.brettw@chromium.org2011-10-111-1/+9
* Remove webkit::ppapi::Resource.brettw@chromium.org2011-08-241-1/+0
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-2/+2
* Convert most remaining resources to use the API/thunk system. The significantbrettw@chromium.org2011-06-221-5/+9
* Keep the module in scope when executing scripts. This prevents a crash when thebrettw@chromium.org2011-04-181-1/+15
* Pre-buffer data from the host to the plugin in the PPAPI proxy to reduce thebrettw@chromium.org2011-04-151-1/+11
* Ensure that PP_Instance values are unique within a plugin process in additionbrettw@chromium.org2011-03-101-1/+9
* Implement proxying for FileRef and FileChooser.brettw@chromium.org2011-02-171-1/+11
* Implement basic crash detection and shutdown handling for out of process PPAPIbrettw@chromium.org2011-02-151-0/+34