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