summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppp_instance_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Implementation of URLLoader using PluginResource/ResourceHost.bbudge@chromium.org2013-05-161-44/+28
* Verify we're not getting any plugin messages on the host side of the proxy.brettw@chromium.org2013-01-221-0/+3
* Refactor PPB_Flash_Fullscreen to the new resource model.raymes@chromium.org2012-11-301-16/+22
* Revert 167312 - Add CHECKs to diagnose a Pepper Flash crash.yzshen@chromium.org2012-11-141-7/+0
* Add CHECKs to diagnose a Pepper Flash crash.yzshen@chromium.org2012-11-131-0/+7
* Exclude host-side code from the NaCl IRT proxy build.bbudge@chromium.org2012-11-131-0/+4
* Delete some unused code found by -Wunused-functionthakis@chromium.org2012-10-011-11/+0
* PPAPI/NaCl: Reinitialize some stuff when the ipc proxy starts.dmichael@chromium.org2012-06-191-10/+3
* Actually free plugin implement vars when running out of process when thebrettw@chromium.org2012-06-181-1/+5
* Make a global enum to differentiate impl & proxy.brettw@chromium.org2012-02-141-2/+2
* Change the DidChangeView update to take a new ViewChanged resource.brettw@chromium.org2012-01-031-56/+86
* Rename InterfaceID to ApiID and move the file.brettw@chromium.org2011-10-201-7/+7
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-201-3/+4
* Revert 106142 - Add a new globals object for PPAPI tracking information.sail@chromium.org2011-10-181-4/+3
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-181-3/+4
* Add PPB_Fullscreen_Dev;0.5. Keep 0.4 for backwards compatiblity and point itpolina@google.com2011-09-271-2/+11
* Rename PPB_Fullscreen_Dev to PPB_FlashFullscreen.brettw@chromium.org2011-09-201-4/+4
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-131-10/+15
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-131-15/+10
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-131-10/+15
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-121-15/+10
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-121-10/+15
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-4/+2
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-0/+2
* Move host resource from the proxy to the shared_impl.brettw@chromium.org2011-08-131-0/+2
* Reland http://codereview.chromium.org/7452002/ againdmichael@chromium.org2011-07-201-29/+5
* Revert 93223 - Reland http://codereview.chromium.org/7452002/dmichael@chromium.org2011-07-201-5/+29
* Reland http://codereview.chromium.org/7452002/dmichael@chromium.org2011-07-201-29/+5
* Revert 93202 - Remove HandleInputEvent from PPP_Instance and freeze to 1.0.dmichael@chromium.org2011-07-201-5/+29
* Remove HandleInputEvent from PPP_Instance and freeze to 1.0.dmichael@chromium.org2011-07-201-29/+5
* Remove untrusted scripting support.dmichael@chromium.org2011-07-141-43/+0
* Make o.o.p. proxy handle PPP_Instance versions 0.4 and 0.5.dmichael@chromium.org2011-06-291-21/+43
* Pass fullscreen state along with DidChangeView to avoid sync messagespiman@google.com2011-05-041-3/+13
* Fix the ref-count issue related to the url_loader parameter of PPP_Instance.H...yzshen@chromium.org2011-04-141-0/+24
* Remove assertion when destroying a plugin that doesn't exist. The DidDestroybrettw@chromium.org2011-04-041-5/+0
* Hook up status notifications in the Proxy.brettw@chromium.org2011-03-291-4/+10
* Rent syncemove all uses of the global Dispatcher Get function.brettw@chromium.org2011-02-081-17/+28
* Fix reentrancy in HandleEvent by posting a taskpiman@google.com2011-02-021-3/+9
* Implement proxy for 3d-related interfacespiman@google.com2011-02-021-0/+18
* Refactor PPAPI proxy resource handling to maintain which host they came from,brettw@chromium.org2011-01-271-4/+7
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-211-1/+1
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-1/+4
* Implement a new process type for running PPAPI plugins. The process itself isbrettw@chromium.org2010-11-101-1/+1
* Convert Chrome PPAPI proxy from bool to PP_Bool.brettw@chromium.org2010-11-081-18/+18
* Instance interface implementation. These don't build by themselves, this isbrettw@chromium.org2010-11-051-0/+195
* Revert PPAPI proxy change with too many files in it.brettw@chromium.org2010-11-031-198/+0
* Core PPAPI proxy files. This includes the dispatcher which is the control pointbrettw@chromium.org2010-11-031-0/+198