summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/dispatcher.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in ppapi/.avi2015-12-231-1/+2
* Update {virtual,override} to follow C++11 style in ppapi.nick2015-04-231-2/+2
* replace OVERRIDE and FINAL with override and final in ppapi/mostynb2014-10-061-1/+1
* PPAPI: Never re-enter JavaScript for PostMessage.dmichael2014-09-291-2/+3
* Revert of PPAPI: Never re-enter JavaScript for PostMessage. (patchset #5 id:8...dmichael2014-09-261-3/+2
* PPAPI: Never re-enter JavaScript for PostMessage.dmichael2014-09-251-2/+3
* Revert of PPAPI: Never re-enter JavaScript for PostMessage. (patchset #4 id:6...bbudge2014-09-241-3/+2
* PPAPI: Never re-enter JavaScript for PostMessage.dmichael2014-09-241-2/+3
* Move IPC::MessageFilter and router to a separate filedmichael@chromium.org2014-04-251-2/+5
* Pepper: Dispatcher cleanup nits.teravest@chromium.org2014-02-261-20/+0
* Hook up PpapiPermissions in more places.brettw@chromium.org2012-10-021-5/+6
* Create a PPAPI host for new resource message routing.brettw@chromium.org2012-06-301-0/+5
* Rename IPC Sender and Listener in ppapi, content/public, and content/rendererbrettw@chromium.org2012-06-201-2/+3
* Broker out PPAPI handle duplicationjschuh@chromium.org2012-05-111-2/+1
* Add a way to implement GetInterface in the broker.brettw@chromium.org2012-04-131-6/+6
* This adds a hang monitor for Pepper plugins. It monitors sync messages on the...brettw@chromium.org2012-04-131-3/+0
* Fix a crash related to PPAPI scripting.yzshen@chromium.org2012-03-101-3/+4
* Use callback_forward.h instead of callback.h where possible.erikwright@chromium.org2011-11-291-1/+1
* Cleanup: Remove unneeded forward declarations in ppapi.thestig@chromium.org2011-11-111-2/+0
* Revert 106717 - Revert 106677 (caused several PPAPI test timeouts, see http:/...brettw@chromium.org2011-10-211-7/+0
* Revert 106677 (caused several PPAPI test timeouts, see http://crbug.com/101154)thakis@chromium.org2011-10-211-0/+7
* Remove the proxy callback tracker.brettw@chromium.org2011-10-211-7/+0
* Rename InterfaceID to ApiID and move the file.brettw@chromium.org2011-10-201-3/+3
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-131-10/+16
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-131-16/+10
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-131-10/+16
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-121-16/+10
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-121-10/+16
* Create ppapi_proxy.dll and ppapi_shared.dll.darin@chromium.org2011-08-261-1/+1
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-3/+2
* Make o.o.p. proxy handle PPP_Instance versions 0.4 and 0.5.dmichael@chromium.org2011-06-291-2/+0
* Support getting the font list in Pepper. This currently only works out ofbrettw@chromium.org2011-05-181-25/+0
* Convert audio-related messages to the new thunk/API system for Pepper.brettw@chromium.org2011-05-131-4/+3
* Make the Pepper proxy support in-process font rendering.brettw@chromium.org2011-05-101-0/+22
* 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-78/+4
* Support PPB_Flash_ModileLocal blocking calls from background threads. This isbrettw@chromium.org2011-04-151-0/+13
* Wire up the extension API for registering NaCl modules to an actual registry ...abarth@chromium.org2011-04-141-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Ensure that PP_Instance values are unique within a plugin process in additionbrettw@chromium.org2011-03-101-4/+29
* Factor fd sharing code in proxy and fix fd issues once and for all.piman@google.com2011-02-251-7/+10
* Implement basic crash detection and shutdown handling for out of process PPAPIbrettw@chromium.org2011-02-151-14/+5
* Rent syncemove all uses of the global Dispatcher Get function.brettw@chromium.org2011-02-081-55/+15
* Refactor PPAPI proxy resource handling to maintain which host they came from,brettw@chromium.org2011-01-271-0/+15
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-211-1/+0
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-1/+1
* Convert over to channel handlesdmaclach@chromium.org2010-12-081-1/+1
* Implement audio proxy for Pepper.brettw@chromium.org2010-12-021-1/+12
* Fix clang build by removing redundant "const"brettw@chromium.org2010-11-101-2/+2
* Core PPAPI proxy files. This includes the dispatcher which is the control pointbrettw@chromium.org2010-11-031-0/+187