summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/plugin_globals.cc
Commit message (Expand)AuthorAgeFilesLines
* Update ppapi/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-1/+1
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-301-24/+18
* Revert 191420 "PPAPI: Remove threading options; it's always on"rlarocque@chromium.org2013-03-291-18/+24
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-291-24/+18
* Revert 189518 "PPAPI: Remove threading options; it's always on"dmichael@chromium.org2013-03-211-18/+24
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-211-24/+18
* Revert 187427 "PPAPI: Remove threading options; it's always on"karen@chromium.org2013-03-131-18/+24
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-121-24/+18
* Revert 187340 "PPAPI: Remove threading options; it's always on"dmichael@chromium.org2013-03-111-18/+24
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-111-24/+18
* Revert 186925 since it breaks many of the builds on the bots (e.g.aberent@google.com2013-03-081-18/+24
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-081-24/+18
* Pepper: Introduce ThreadAwareCallback.yzshen@chromium.org2013-01-171-2/+2
* PPAPI: Fix destructor ordering problem for main-thread message loopdmichael@chromium.org2013-01-031-0/+7
* PPAPI: Move PPB_Console out of dev.ncbray@chromium.org2012-12-131-2/+2
* Pepper proxy: make the browser sender handle the proxy lock properly.yzshen@chromium.org2012-11-271-0/+50
* Put pepper threading support behind a command line flag.brettw@chromium.org2012-11-201-4/+13
* PPAPI: Make CompletionCallbacks work right on background threads.dmichael@chromium.org2012-11-081-0/+4
* PPAPI: Make PPB_MessageLoop_Dev::GetForMainThread workdmichael@chromium.org2012-08-301-1/+8
* Delete FunctionGroupBase from Pepper.brettw@chromium.org2012-04-301-3/+11
* Convert the PPB_Flash interface to use the thunk system.brettw@chromium.org2012-04-241-0/+9
* The tricky part about logging to the console is that many of the errors are g...brettw@chromium.org2012-01-311-0/+19
* Reland 9034035: Make it possible to have 1 PpapiGlobals per thread.dmichael@chromium.org2012-01-121-2/+21
* Revert 117399 - Make it possible to have 1 PpapiGlobals per thread. Update un...tommi@chromium.org2012-01-121-21/+2
* Make it possible to have 1 PpapiGlobals per thread. Update unit tests.dmichael@chromium.org2012-01-121-2/+21
* Move the tracked completion callback code into shared impl.brettw@chromium.org2011-12-291-1/+9
* Hook up the PPB_Flash.PreloadFontWin function to our font loading infrastruct...brettw@chromium.org2011-12-201-1/+3
* Rename InterfaceID to ApiID and move the file.brettw@chromium.org2011-10-201-2/+1
* Remove TrackerBase.brettw@chromium.org2011-10-201-0/+15
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-201-0/+31
* Revert 106142 - Add a new globals object for PPAPI tracking information.sail@chromium.org2011-10-181-31/+0
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-181-0/+31