summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/serialized_var.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid accessing VarTracker from multiple threads.yzshen@chromium.org2012-03-211-1/+21
* Fix a crash related to PPAPI scripting.yzshen@chromium.org2012-03-101-18/+8
* 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-2/+4
* Remove special handling for strings in var serialization.brettw@chromium.org2012-02-071-30/+4
* PPAPI: Reduce string copying in SerializedVar.dmichael@chromium.org2012-02-041-10/+25
* Add GetLiveVars to PPB_Testing_Dev. Fix leaks it uncovered.dmichael@chromium.org2011-12-221-5/+5
* Create ppapi_proxy.dll and ppapi_shared.dll.darin@chromium.org2011-08-261-8/+10
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-2/+2
* Proxy PPP_Messaging.dmichael@chromium.org2011-08-031-6/+6
* Add additional unit tests for the plugin side of SerializedVar object proxying.brettw@chromium.org2011-08-011-1/+7
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Implement proxying for FileRef and FileChooser.brettw@chromium.org2011-02-171-1/+14
* Refactor PPAPI proxy resource handling to maintain which host they came from,brettw@chromium.org2011-01-271-14/+50
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-211-0/+2
* Var serialization-related proxy stuff. This allows vars to be sent over IPCbrettw@chromium.org2010-11-051-0/+404
* Revert PPAPI proxy change with too many files in it.brettw@chromium.org2010-11-031-451/+0
* Core PPAPI proxy files. This includes the dispatcher which is the control pointbrettw@chromium.org2010-11-031-0/+451