summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/plugin_var_serialization_rules.cc
Commit message (Expand)AuthorAgeFilesLines
* Update remaining files to use WeakPtr<T>::get() instead of "operator T*"akalin@chromium.org2013-06-041-8/+8
* Fix a crash related to PPAPI scripting.yzshen@chromium.org2012-03-101-17/+16
* PPAPI: Proxy VarArrayBuffer for out-of-process.dmichael@chromium.org2012-02-161-5/+5
* Remove special handling for strings in var serialization.brettw@chromium.org2012-02-071-36/+3
* PPAPI: Reduce string copying in SerializedVar.dmichael@chromium.org2012-02-041-11/+16
* Reland 9034035: Make it possible to have 1 PpapiGlobals per thread.dmichael@chromium.org2012-01-121-2/+2
* Revert 117399 - Make it possible to have 1 PpapiGlobals per thread. Update un...tommi@chromium.org2012-01-121-2/+2
* Make it possible to have 1 PpapiGlobals per thread. Update unit tests.dmichael@chromium.org2012-01-121-2/+2
* Add GetLiveVars to PPB_Testing_Dev. Fix leaks it uncovered.dmichael@chromium.org2011-12-221-0/+2
* Remove PP_Module from parameters for PPB_Var.VarFromUtf8.dmichael@chromium.org2011-12-071-2/+2
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-201-1/+3
* Revert 106142 - Add a new globals object for PPAPI tracking information.sail@chromium.org2011-10-181-3/+1
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-181-1/+3
* Don't use a scoped_refptr for StringVar::FromPPVarbrettw@chromium.org2011-08-221-4/+4
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-4/+2
* Unify var tracking between webkit and the proxy.brettw@chromium.org2011-08-091-23/+17
* Proxy PPB_Var, fix o-o-p string var id tracking.dmichael@chromium.org2011-06-081-6/+15
* Rent syncemove all uses of the global Dispatcher Get function.brettw@chromium.org2011-02-081-5/+13
* Refactor PPAPI proxy resource handling to maintain which host they came from,brettw@chromium.org2011-01-271-2/+6
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-211-12/+32
* Var serialization-related proxy stuff. This allows vars to be sent over IPCbrettw@chromium.org2010-11-051-0/+112
* Revert PPAPI proxy change with too many files in it.brettw@chromium.org2010-11-031-112/+0
* Core PPAPI proxy files. This includes the dispatcher which is the control pointbrettw@chromium.org2010-11-031-0/+112