summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/pepper_resource_tracker.cc
Commit message (Expand)AuthorAgeFilesLines
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-161-193/+0
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-1/+5
* Make it possible to write simple unit tests for the pepper implementation. Th...brettw@google.com2010-12-091-1/+18
* Add a new GetInstance() method for singleton classes, take 2.satish@chromium.org2010-12-081-0/+5
* Close URL requests associated with an instance when that instance goes away.brettw@chromium.org2010-11-091-0/+10
* Use PPAPI from chrome trunk rather than pulling via deps. This is a re-land f...brettw@chromium.org2010-11-021-1/+1
* Revert PPAPI change due to Linux compile failures.brettw@chromium.org2010-11-021-1/+1
* Use PPAPI from chrome trunk rather than pulling via deps.brettw@chromium.org2010-11-021-1/+1
* Revert PPAPI change.brettw@chromium.org2010-11-021-1/+1
* Use PPAPI from chrome trunk rather than pulling via deps.brettw@chromium.org2010-11-021-1/+1
* Revert 64716 - Switch to the new PPAPI repository. This removes the DEPS entr...brettw@chromium.org2010-11-021-1/+1
* Switch to the new PPAPI repository. This removes the DEPS entry that refers tobrettw@chromium.org2010-11-021-1/+1
* Convert pepper module and instance IDs from being pointer values to beingbrettw@chromium.org2010-10-081-0/+75
* FBTF: Moves code to the headers.erg@google.com2010-09-281-0/+7
* Track Pepper string and object vars with the module so they can be deleted onbrettw@chromium.org2010-09-131-0/+14
* De-coupled resource references by plugin from Resource object's refcount. Mad...neb@chromium.org2010-07-201-36/+37
* Add a GetAs<ResourceType> template.neb@chromium.org2010-06-281-20/+0
* File API boilerplate.darin@chromium.org2010-06-261-46/+22
* Boilerplate implementation of the Pepper URL Loader API.darin@chromium.org2010-06-241-0/+27
* Implemented the PPB_Buffer interface.sanjeevr@chromium.org2010-06-231-0/+9
* Update Chrome to use the new int64-typedefed module, instance, and resources ...brettw@chromium.org2010-05-191-1/+1
* Implement new painting API in Chrome. This also makes some minor tweaks and i...brettw@chromium.org2010-05-141-3/+21
* Partially implement the new pepper API in Chrome. This is not actually hookedbrettw@chromium.org2010-05-071-0/+50