summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/plugin_dispatcher.h
Commit message (Expand)AuthorAgeFilesLines
* Implement plugin side of sync EnumerateVideoCaptureDevicesraymes@chromium.org2012-10-111-1/+4
* Hook up PpapiPermissions in more places.brettw@chromium.org2012-10-021-0/+10
* Implement the gamepad API in the IPC proxybrettw@chromium.org2012-09-101-0/+7
* Add a skeleton gamepad resource.brettw@chromium.org2012-08-241-0/+4
* PPAPI: Make the proxy not issue redundant or stale calls to RequestSurroundin...viettrungluu@chromium.org2012-08-211-0/+7
* This implements the PPB_FileChooser resource as a new-style IPC-only resource.brettw@chromium.org2012-07-141-0/+5
* PPAPI: Make blocking completion callbacks work.dmichael@chromium.org2012-06-231-2/+4
* Rename IPC Sender and Listener in ppapi, content/public, and content/rendererbrettw@chromium.org2012-06-201-1/+1
* Cleanup: Remove unneeded scoped_ptr.h includes from ppapi, printing, remoting...thestig@chromium.org2012-05-161-1/+0
* Broker out PPAPI handle duplicationjschuh@chromium.org2012-05-111-2/+1
* Add a way to query whether a given instance is off-the-recordbrettw@chromium.org2012-05-021-1/+7
* Delete FunctionGroupBase from Pepper.brettw@chromium.org2012-04-301-7/+10
* Add a way to implement GetInterface in the broker.brettw@chromium.org2012-04-131-1/+1
* Fix a crash related to PPAPI scripting.yzshen@chromium.org2012-03-101-2/+5
* The tricky part about logging to the console is that many of the errors are g...brettw@chromium.org2012-01-311-0/+9
* Relanding this with fixes to the mac dbg builderananta@chromium.org2012-01-201-1/+0
* Revert 118385 since this seems to break mac-debug build.sadrul@chromium.org2012-01-201-0/+1
* Remove the Webkit thread in the PPAPI plugin process and perform the text and...ananta@chromium.org2012-01-191-1/+0
* Change the DidChangeView update to take a new ViewChanged resource.brettw@chromium.org2012-01-031-2/+3
* Hook up the PPB_Flash.PreloadFontWin function to our font loading infrastruct...brettw@chromium.org2011-12-201-24/+0
* Cleanup: Remove unneeded forward declarations in ppapi.thestig@chromium.org2011-11-111-6/+2
* Revert 106717 - Revert 106677 (caused several PPAPI test timeouts, see http:/...brettw@chromium.org2011-10-211-0/+5
* Revert 106677 (caused several PPAPI test timeouts, see http://crbug.com/101154)thakis@chromium.org2011-10-211-5/+0
* Remove the proxy callback tracker.brettw@chromium.org2011-10-211-0/+5
* Rename InterfaceID to ApiID and move the file.brettw@chromium.org2011-10-201-1/+1
* PPAPI Fullscreen: move out of Dev.polina@google.com2011-10-141-1/+1
* Add PPB_Fullscreen_Dev;0.5. Keep 0.4 for backwards compatiblity and point itpolina@google.com2011-09-271-1/+2
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-131-10/+11
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-131-11/+10
* Rename more interface -> interface name to fix the Windows build.brettw@chromium.org2011-09-131-1/+1
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-131-10/+11
* Coverity: Initialize member variables.jhawkins@chromium.org2011-09-121-1/+1
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-121-11/+10
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-121-10/+11
* Use precompiled headers for most large projects where the .gyp filejoi@chromium.org2011-09-071-1/+2
* Create ppapi_proxy.dll and ppapi_shared.dll.darin@chromium.org2011-08-261-2/+2
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-13/+10
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-0/+5
* Re-land the reverted CL:yzshen@chromium.org2011-07-011-0/+11
* Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.dpapad@chromium.org2011-06-301-11/+0
* Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.yzshen@chromium.org2011-06-301-0/+11
* Use the WebKit default fonts when specifying generic font families.brettw@chromium.org2011-05-261-0/+14
* Support getting the font list in Pepper. This currently only works out ofbrettw@chromium.org2011-05-181-3/+31
* Convert audio-related messages to the new thunk/API system for Pepper.brettw@chromium.org2011-05-131-3/+3
* Make the Pepper proxy support in-process font rendering.brettw@chromium.org2011-05-101-0/+7
* This implements the new system for Graphics2D only.brettw@chromium.org2011-05-061-1/+15
* Pass fullscreen state along with DidChangeView to avoid sync messagespiman@google.com2011-05-041-0/+2
* Refactored ppapi Dispatcher to share common code between the plugin and broke...ddorwin@chromium.org2011-04-161-8/+8
* Don't close the client file descriptor, it's owned by the channelpiman@google.com2011-04-081-9/+0
* Unblock for all plugin->renderer messages to preserve the ordering for pluginbrettw@chromium.org2011-03-301-0/+1