summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/serialized_var.cc
Commit message (Expand)AuthorAgeFilesLines
* PPAPI/NaCl: Make NaClIPCAdapter transfer handles more generallydmichael@chromium.org2012-08-271-1/+2
* Avoid accessing VarTracker from multiple threads.yzshen@chromium.org2012-03-211-8/+40
* Fix a crash related to PPAPI scripting.yzshen@chromium.org2012-03-101-28/+11
* Fix line endings (no code change)yzshen@chromium.org2012-03-091-3/+3
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-1/+2
* PPAPI: Proxy VarArrayBuffer for out-of-process.dmichael@chromium.org2012-02-161-3/+29
* Remove special handling for strings in var serialization.brettw@chromium.org2012-02-071-67/+22
* PPAPI: Reduce string copying in SerializedVar.dmichael@chromium.org2012-02-041-41/+35
* Add GetLiveVars to PPB_Testing_Dev. Fix leaks it uncovered.dmichael@chromium.org2011-12-221-1/+1
* Implement in-process PPB_VarArrayBuffer_Dev.dmichael@chromium.org2011-12-151-1/+4
* Draft of a PPAPI interface for ArrayBuffer.dmichael@chromium.org2011-12-071-0/+1
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-2/+2
* Add additional unit tests for the plugin side of SerializedVar object proxying.brettw@chromium.org2011-08-011-3/+11
* Remove PPBoolToBool and BoolToPPBool and use PP_FromBool and PP_ToBool instead.brettw@chromium.org2011-07-081-2/+2
* Create a VarPrivate interface to contain the scripting helper functions of Var.brettw@chromium.org2011-04-111-0/+10
* Initialize a few uninitialized member variables and structs in PPAPI.finnur@chromium.org2011-03-281-2/+2
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* Implement proxying for FileRef and FileChooser.brettw@chromium.org2011-02-171-0/+15
* Refactor PPAPI proxy resource handling to maintain which host they came from,brettw@chromium.org2011-01-271-8/+46
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-211-17/+21
* 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-2/+6
* Var serialization-related proxy stuff. This allows vars to be sent over IPCbrettw@chromium.org2010-11-051-0/+465
* Remove serialized var file from previous check that shouldn't have been there.brettw@chromium.org2010-11-031-457/+0
* Core PPAPI proxy files. This includes the dispatcher which is the control pointbrettw@chromium.org2010-11-031-0/+457
* Revert PPAPI proxy change with too many files in it.brettw@chromium.org2010-11-031-457/+0
* Core PPAPI proxy files. This includes the dispatcher which is the control pointbrettw@chromium.org2010-11-031-0/+457