summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_message_loop_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* PPAPI: Add locking for PPB_MessageLoopdmichael@chromium.org2013-01-261-0/+3
* PPAPI: Fix destructor ordering problem for main-thread message loopdmichael@chromium.org2013-01-031-6/+4
* PPAPI: Take PPB_MessageLoop out of Devdmichael@chromium.org2012-11-151-3/+3
* PPAPI: Make CompletionCallbacks work right on background threads.dmichael@chromium.org2012-11-081-17/+19
* PPAPI: Make PPB_MessageLoop_Dev::GetForMainThread workdmichael@chromium.org2012-08-301-77/+50
* PPAPI: Make blocking completion callbacks work.dmichael@chromium.org2012-06-231-3/+3
* reland 121901, PPAPI: Add unlocking for PPP calls and callbacks...dmichael@chromium.org2012-02-151-2/+6
* Revert 121901 - PPAPI: Add unlocking for PPP calls and callbacks. Add more lo...dpapad@chromium.org2012-02-141-6/+2
* PPAPI: Add unlocking for PPP calls and callbacks. Add more locking.dmichael@chromium.org2012-02-141-2/+6
* Make a global enum to differentiate impl & proxy.brettw@chromium.org2012-02-141-1/+1
* Remove static initializer for TLS object. This moves the TLS to thebrettw@chromium.org2012-02-051-11/+18
* Convert use of int ms to TimeDelta in scattered chromium files.tedvessenes@gmail.com2012-01-301-1/+2
* Make it possible to use ThreadLocalStorage::Slot as a static withoutthakis@chromium.org2012-01-301-1/+1
* Revert 119200 - Revert 119198 - First pass at implementing the MessageLoop in...brettw@chromium.org2012-01-261-0/+287
* Revert 119198 - First pass at implementing the MessageLoop interface. This in...brettw@chromium.org2012-01-261-287/+0
* First pass at implementing the MessageLoop interface. This includes a simplebrettw@chromium.org2012-01-261-0/+287