summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl/resource_tracker.cc
Commit message (Expand)AuthorAgeFilesLines
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-301-10/+18
* Revert 191420 "PPAPI: Remove threading options; it's always on"rlarocque@chromium.org2013-03-291-18/+10
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-291-10/+18
* PPAPI: Make Resource::ReleaseSoon lock for Releasedmichael@chromium.org2013-03-241-3/+3
* Revert 189518 "PPAPI: Remove threading options; it's always on"dmichael@chromium.org2013-03-211-16/+10
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-211-10/+16
* Revert 187427 "PPAPI: Remove threading options; it's always on"karen@chromium.org2013-03-131-16/+10
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-121-10/+16
* Revert 187340 "PPAPI: Remove threading options; it's always on"dmichael@chromium.org2013-03-111-16/+10
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-111-10/+16
* Revert 186925 since it breaks many of the builds on the bots (e.g.aberent@google.com2013-03-081-16/+10
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-081-10/+16
* PPAPI: Acquire lock before resource accessdmichael@chromium.org2013-01-231-0/+2
* Make sure PluginResource doesn't live forever because of holding references t...yzshen@chromium.org2012-11-081-2/+2
* Add CHECKs to ensure that PPAPI resources are created on the right threadraymes@chromium.org2012-09-061-0/+8
* PPAPI: Make PPB_MessageLoop_Dev::GetForMainThread workdmichael@chromium.org2012-08-301-18/+31
* Add some CHECKs to try to diagnose a crash.brettw@chromium.org2012-06-281-2/+12
* Adds a printing proxy and example. This adds a printing example.brettw@chromium.org2012-02-291-2/+15
* Move the tracked completion callback code into shared impl.brettw@chromium.org2011-12-291-0/+4
* Relanding this as the earlier attempt was reverted due to a boneheader mistak...ananta@chromium.org2011-09-301-4/+8
* Revert 103377 - Fix a pepper plugin process crash which occurs if we receive ...ddorwin@chromium.org2011-09-291-8/+4
* Fix a pepper plugin process crash which occurs if we receive input events for...ananta@chromium.org2011-09-291-4/+8
* Check for a crashed plugin before creating resources to send to the pluginbrettw@google.com2011-09-141-8/+7
* Remove webkit::ppapi::Resource.brettw@chromium.org2011-08-241-4/+14
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-1/+0
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-0/+162