summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/host_dispatcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a way to implement GetInterface in the broker.brettw@chromium.org2012-04-131-1/+1
* This adds a hang monitor for Pepper plugins. It monitors sync messages on the...brettw@chromium.org2012-04-131-2/+11
* Fix a crash related to PPAPI scripting.yzshen@chromium.org2012-03-101-1/+1
* The tricky part about logging to the console is that many of the errors are g...brettw@chromium.org2012-01-311-0/+22
* Reland 9034035: Make it possible to have 1 PpapiGlobals per thread.dmichael@chromium.org2012-01-121-4/+2
* Revert 117399 - Make it possible to have 1 PpapiGlobals per thread. Update un...tommi@chromium.org2012-01-121-2/+4
* Make it possible to have 1 PpapiGlobals per thread. Update unit tests.dmichael@chromium.org2012-01-121-4/+2
* Prevent reentrant destructors in the PluginModule.brettw@chromium.org2011-10-111-7/+19
* Restore comments about reentrancy in the HostDispatcher::Send functionananta@chromium.org2011-10-011-1/+7
* Fix a crash in the renderer process which occurs in the PPAPI host code due t...ananta@chromium.org2011-09-301-5/+6
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-131-81/+18
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-131-18/+81
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-131-81/+18
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-121-18/+81
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-121-81/+18
* Use precompiled headers for most large projects where the .gyp filejoi@chromium.org2011-09-071-5/+7
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-2/+2
* Proxy PPP_Messaging.dmichael@chromium.org2011-08-031-6/+3
* Allow reentrancy for HostDispatcher::GetProxiedInterfacevrk@google.com2011-08-021-1/+5
* Remove PPBoolToBool and BoolToPPBool and use PP_FromBool and PP_ToBool instead.brettw@chromium.org2011-07-081-1/+1
* Make o.o.p. proxy handle PPP_Instance versions 0.4 and 0.5.dmichael@chromium.org2011-06-291-17/+12
* Use the WebKit default fonts when specifying generic font families.brettw@chromium.org2011-05-261-1/+3
* Support getting the font list in Pepper. This currently only works out ofbrettw@chromium.org2011-05-181-1/+0
* Make the Pepper proxy support in-process font rendering.brettw@chromium.org2011-05-101-2/+5
* Keep a reference to the module when handling PPB_Flash::Navigatepiman@google.com2011-05-101-1/+1
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-101-7/+7
* This implements the new system for Graphics2D only.brettw@chromium.org2011-05-061-0/+10
* Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial...scheib@chromium.org2011-05-061-7/+7
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-061-7/+7
* Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial...scheib@chromium.org2011-05-051-7/+7
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-051-7/+7
* Instrument Pepper IPCs with the tracing stuffpiman@google.com2011-05-031-0/+7
* Fix uninitialized variable.piman@google.com2011-04-261-1/+2
* Fix two bugs in proxying of Broker Connect callback and shutdown Broker when ...ddorwin@chromium.org2011-04-181-1/+1
* Keep the module in scope when executing scripts. This prevents a crash when thebrettw@chromium.org2011-04-181-0/+12
* Refactored ppapi Dispatcher to share common code between the plugin and broke...ddorwin@chromium.org2011-04-161-0/+7
* Wire up the extension API for registering NaCl modules to an actual registry ...abarth@chromium.org2011-04-141-3/+3
* Prevent Pepper plugin reentrancy for synchronous messages except for scriptbrettw@chromium.org2011-03-131-0/+34
* Ensure that PP_Instance values are unique within a plugin process in additionbrettw@chromium.org2011-03-101-9/+33
* Implement proxying for FileRef and FileChooser.brettw@chromium.org2011-02-171-11/+36
* Implement basic crash detection and shutdown handling for out of process PPAPIbrettw@chromium.org2011-02-151-3/+16
* Share PPAPI out-of-process plugins between renderer processes.brettw@chromium.org2011-02-131-8/+4
* Rent syncemove all uses of the global Dispatcher Get function.brettw@chromium.org2011-02-081-0/+65
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-091-0/+4
* Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causesbrettw@chromium.org2010-12-081-1/+11
* Revert 68482 - Make webkit/glue/plugins no longer depend on ppapi/proxy direc...brettw@chromium.org2010-12-071-11/+1
* Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causesbrettw@chromium.org2010-12-071-1/+11
* Implement PPAPI proxy shutdown.brettw@chromium.org2010-12-031-0/+3
* Implement audio proxy for Pepper.brettw@chromium.org2010-12-021-2/+3
* Core PPAPI proxy files. This includes the dispatcher which is the control pointbrettw@chromium.org2010-11-031-0/+63