summaryrefslogtreecommitdiffstats
path: root/content/ppapi_plugin/ppapi_thread.h
Commit message (Expand)AuthorAgeFilesLines
* Add an interface for Flash to clear its data.brettw@chromium.org2012-04-121-0/+11
* The tricky part about logging to the console is that many of the errors are g...brettw@chromium.org2012-01-311-0/+3
* Relanding this with fixes to the mac dbg builderananta@chromium.org2012-01-201-9/+4
* Revert 118385 since this seems to break mac-debug build.sadrul@chromium.org2012-01-201-4/+9
* Remove the Webkit thread in the PPAPI plugin process and perform the text and...ananta@chromium.org2012-01-191-9/+4
* Hook up the PPB_Flash.PreloadFontWin function to our font loading infrastruct...brettw@chromium.org2011-12-201-6/+11
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-201-0/+4
* Revert 106142 - Add a new globals object for PPAPI tracking information.sail@chromium.org2011-10-181-4/+0
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-181-0/+4
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-4/+4
* Hook up the network status notifications to out-of-process Pepper plugins.brettw@chromium.org2011-07-141-0/+1
* Re-land the reverted CL:yzshen@chromium.org2011-07-011-0/+10
* Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.dpapad@chromium.org2011-06-301-10/+0
* Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.yzshen@chromium.org2011-06-301-0/+10
* Use the WebKit default fonts when specifying generic font families.brettw@chromium.org2011-05-261-7/+8
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-2/+2
* Support getting the font list in Pepper. This currently only works out ofbrettw@chromium.org2011-05-181-2/+3
* Convert audio-related messages to the new thunk/API system for Pepper.brettw@chromium.org2011-05-131-2/+2
* Make the Pepper proxy support in-process font rendering.brettw@chromium.org2011-05-101-0/+9
* Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...jam@chromium.org2011-05-021-1/+1
* Refactored ppapi Dispatcher to share common code between the plugin and broke...ddorwin@chromium.org2011-04-161-6/+0
* Added ppp_broker.h and parameterized PpapiThread to support the broker process.ddorwin@chromium.org2011-04-141-2/+10
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Move ppapi_plugin to content.jam@chromium.org2011-03-141-0/+74