summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_var_deprecated_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* 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