summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_var_deprecated_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash in Pepper object scripting.brettw@chromium.org2012-06-201-2/+4
* Actually free plugin implement vars when running out of process when thebrettw@chromium.org2012-06-181-1/+11
* reland 121901, PPAPI: Add unlocking for PPP calls and callbacks...dmichael@chromium.org2012-02-151-4/+15
* Revert 121901 - PPAPI: Add unlocking for PPP calls and callbacks. Add more lo...dpapad@chromium.org2012-02-141-15/+4
* PPAPI: Add unlocking for PPP calls and callbacks. Add more locking.dmichael@chromium.org2012-02-141-4/+15
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* Coverity fixes for uninitialized varsgroby@chromium.org2011-12-291-2/+1
* Fixed coverity uninit bugsgroby@chromium.org2011-12-221-2/+1
* Apply renaming of ppapi shared stuff to new ppb_var shared code.dmichael@chromium.org2011-12-081-5/+5
* Remove PP_Module from parameters for PPB_Var.VarFromUtf8.dmichael@chromium.org2011-12-071-40/+20
* Implement PPAPI proxied IsInstanceOfjhorwich@chromium.org2011-11-051-1/+5
* Rename InterfaceID to ApiID and move the file.brettw@chromium.org2011-10-201-11/+11
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-201-4/+6
* Revert 106142 - Add a new globals object for PPAPI tracking information.sail@chromium.org2011-10-181-6/+4
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-181-4/+6
* Convert ppapi/* to use base::Bind.dmichael@chromium.org2011-10-041-2/+4
* Add a test for PPP_Instance_Private_Proxy, to verify reference counting.dmichael@chromium.org2011-09-231-1/+1
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-131-18/+21
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-131-21/+18
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-131-18/+21
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-121-21/+18
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-121-18/+21
* Don't use a scoped_refptr for StringVar::FromPPVarbrettw@chromium.org2011-08-221-1/+1
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-5/+3
* Unify var tracking between webkit and the proxy.brettw@chromium.org2011-08-091-18/+20
* Remove PPBoolToBool and BoolToPPBool and use PP_FromBool and PP_ToBool instead.brettw@chromium.org2011-07-081-5/+5
* Delay release of object Varspiman@google.com2011-04-221-5/+32
* Make AddRefObject a sync message to avoid a race condition between (1)brettw@chromium.org2011-04-191-0/+17
* Keep the module in scope when executing scripts. This prevents a crash when thebrettw@chromium.org2011-04-181-0/+7
* Initialize a few uninitialized member variables and structs in PPAPI.finnur@chromium.org2011-03-281-1/+1
* Prevent Pepper plugin reentrancy for synchronous messages except for scriptbrettw@chromium.org2011-03-131-0/+17
* Rent syncemove all uses of the global Dispatcher Get function.brettw@chromium.org2011-02-081-19/+87
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-211-4/+4
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-151-10/+8
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-1/+4
* Random updates for all added proxy interfaces I've done in the past week.brettw@chromium.org2010-11-091-21/+22
* Add proxies for Var deprecated and some additional tracking information. Thesebrettw@chromium.org2010-11-031-0/+385
* Revert PPAPI proxy change with too many files in it.brettw@chromium.org2010-11-031-376/+0
* Core PPAPI proxy files. This includes the dispatcher which is the control pointbrettw@chromium.org2010-11-031-0/+376