summaryrefslogtreecommitdiffstats
path: root/content/ppapi_plugin/ppapi_thread.h
Commit message (Expand)AuthorAgeFilesLines
* Add UMA reporting on failure to load ppapi plugins.xhwang@chromium.org2013-04-171-0/+13
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-2/+5
* Add two new debug URLs for Pepper Flash:yzshen@chromium.org2013-01-221-0/+2
* Use an explicit PID for duplicating Pepper handles rather than the Channel's.brettw@chromium.org2013-01-041-3/+6
* Rename IPC handlers that are in the form of OnMsgFoo to OnFoo. This is how al...jam@chromium.org2013-01-021-6/+5
* PpapiThread should handle child process messages.yzshen@chromium.org2012-12-281-2/+20
* Pepper proxy: make the browser sender handle the proxy lock properly.yzshen@chromium.org2012-11-271-1/+1
* Run the Chromoting client plugin out-of-process.wez@chromium.org2012-11-161-1/+3
* Move content's a plugin, ppapi_plugin, utility, and worker subdirectories to ...jam@chromium.org2012-10-211-1/+6
* Hook up PpapiPermissions in more places.brettw@chromium.org2012-10-021-1/+4
* Implement the gamepad API in the IPC proxybrettw@chromium.org2012-09-101-0/+3
* Bluetooth API: improve discoverybrettw@chromium.org2012-08-101-0/+1
* Remove #pragma once from contentajwong@chromium.org2012-07-111-1/+0
* This adds an interface for setting crash data from a plugin. It also provides...raymes@chromium.org2012-06-271-0/+1
* Propogate the UI language on the command line and expose to Flash.brettw@chromium.org2012-06-111-0/+1
* PpapiThread::SendToBrowser() isn't thread safe.tsepez@chromium.org2012-06-071-0/+2
* Broker out PPAPI handle duplicationjschuh@chromium.org2012-05-111-5/+17
* Add a way to query whether a given instance is off-the-recordbrettw@chromium.org2012-05-021-1/+3
* Convert the PPB_Flash interface to use the thunk system.brettw@chromium.org2012-04-241-1/+2
* Actually hook up the Pepper clear site data.brettw@chromium.org2012-04-201-10/+0
* Add a way to implement GetInterface in the broker.brettw@chromium.org2012-04-131-1/+1
* 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