summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppp_instance_private_proxy_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of the message_loop header in ppapi/, printing/, rlz/, s...avi@chromium.org2013-07-181-1/+1
* Use a direct include of time headers in ppapi/, printing/, remoting/.avi@chromium.org2013-06-281-1/+1
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-301-8/+0
* Revert 191420 "PPAPI: Remove threading options; it's always on"rlarocque@chromium.org2013-03-291-0/+8
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-291-8/+0
* Revert 189518 "PPAPI: Remove threading options; it's always on"dmichael@chromium.org2013-03-211-0/+8
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-211-8/+0
* Revert 187427 "PPAPI: Remove threading options; it's always on"karen@chromium.org2013-03-131-0/+8
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-121-8/+0
* Revert 187340 "PPAPI: Remove threading options; it's always on"dmichael@chromium.org2013-03-111-0/+8
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-111-8/+0
* Revert 186925 since it breaks many of the builds on the bots (e.g.aberent@google.com2013-03-081-0/+8
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-081-8/+0
* Enable pepper threading by default.brettw@chromium.org2012-11-081-0/+6
* Various fixes to make ppapi_unittests pass again.raymes@chromium.org2012-09-191-3/+31
* reland 121901, PPAPI: Add unlocking for PPP calls and callbacks...dmichael@chromium.org2012-02-151-1/+1
* Revert 121901 - PPAPI: Add unlocking for PPP calls and callbacks. Add more lo...dpapad@chromium.org2012-02-141-1/+1
* PPAPI: Add unlocking for PPP calls and callbacks. Add more locking.dmichael@chromium.org2012-02-141-1/+1
* Reland 9034035: Make it possible to have 1 PpapiGlobals per thread.dmichael@chromium.org2012-01-121-62/+55
* Revert 117399 - Make it possible to have 1 PpapiGlobals per thread. Update un...tommi@chromium.org2012-01-121-55/+62
* Make it possible to have 1 PpapiGlobals per thread. Update unit tests.dmichael@chromium.org2012-01-121-62/+55
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-201-1/+1
* Revert 106142 - Add a new globals object for PPAPI tracking information.sail@chromium.org2011-10-181-1/+1
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-181-1/+1
* Add a test for PPP_Instance_Private_Proxy, to verify reference counting.dmichael@chromium.org2011-09-231-0/+191