summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/pepper_resource_tracker.h
Commit message (Expand)AuthorAgeFilesLines
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-161-147/+0
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-2/+5
* Make it possible to write simple unit tests for the pepper implementation. Th...brettw@google.com2010-12-091-0/+12
* Add a new GetInstance() method for singleton classes, take 2.satish@chromium.org2010-12-081-3/+1
* Close URL requests associated with an instance when that instance goes away.brettw@chromium.org2010-11-091-0/+10
* Removed few unused lines.neb@chromium.org2010-11-081-2/+0
* Use PPAPI from chrome trunk rather than pulling via deps. This is a re-land f...brettw@chromium.org2010-11-021-3/+3
* Revert PPAPI change due to Linux compile failures.brettw@chromium.org2010-11-021-3/+3
* Use PPAPI from chrome trunk rather than pulling via deps.brettw@chromium.org2010-11-021-3/+3
* Revert PPAPI change.brettw@chromium.org2010-11-021-3/+3
* Use PPAPI from chrome trunk rather than pulling via deps.brettw@chromium.org2010-11-021-3/+3
* Revert 64716 - Switch to the new PPAPI repository. This removes the DEPS entr...brettw@chromium.org2010-11-021-3/+3
* Switch to the new PPAPI repository. This removes the DEPS entry that refers tobrettw@chromium.org2010-11-021-3/+3
* Convert pepper module and instance IDs from being pointer values to beingbrettw@chromium.org2010-10-081-0/+44
* FBTF: Moves code to the headers.erg@google.com2010-09-281-2/+2
* Track Pepper string and object vars with the module so they can be deleted onbrettw@chromium.org2010-09-131-0/+8
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-271-1/+0
* FBTF: Remove unnecessary STL #includes from src/webkit.viettrungluu@chromium.org2010-08-191-1/+1
* De-coupled resource references by plugin from Resource object's refcount. Mad...neb@chromium.org2010-07-201-16/+31
* Add a GetAs<ResourceType> template.neb@chromium.org2010-06-281-24/+1
* File API boilerplate.darin@chromium.org2010-06-261-1/+9
* Boilerplate implementation of the Pepper URL Loader API.darin@chromium.org2010-06-241-0/+6
* Implemented the PPB_Buffer interface.sanjeevr@chromium.org2010-06-231-0/+2
* Pull latest ppapi for initial testing support, implement checks so the tests ...brettw@chromium.org2010-05-181-2/+1
* Implement new painting API in Chrome. This also makes some minor tweaks and i...brettw@chromium.org2010-05-141-2/+13
* Partially implement the new pepper API in Chrome. This is not actually hookedbrettw@chromium.org2010-05-071-0/+57