summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl/var.h
Commit message (Expand)AuthorAgeFilesLines
* Remove special handling for strings in var serialization.brettw@chromium.org2012-02-071-2/+7
* PPAPI: Reduce string copying in SerializedVar.dmichael@chromium.org2012-02-041-0/+9
* Tweaks to PPB_VarArrayBuffer in preperation for taking out of Dev.dmichael@chromium.org2012-01-261-1/+2
* Implement in-process PPB_VarArrayBuffer_Dev.dmichael@chromium.org2011-12-151-2/+37
* Reland; Pepper: Var keeps invalid var_id if VarTracker release it and there i...toyoshim@chromium.org2011-12-151-0/+6
* Reverting half the checkins that are suspected of breaking the world.finnur@chromium.org2011-12-141-6/+0
* Var keeps invalid var_id if VarTracker release it and there istoyoshim@chromium.org2011-12-141-0/+6
* Remove PP_Module from parameters for PPB_Var.VarFromUtf8.dmichael@chromium.org2011-12-071-17/+8
* Create ppapi_proxy.dll and ppapi_shared.dll.darin@chromium.org2011-08-261-2/+3
* Convert FileRefImpl and URLRequestInfo to shared_impl.brettw@chromium.org2011-08-261-0/+1
* Don't use a scoped_refptr for StringVar::FromPPVarbrettw@chromium.org2011-08-221-2/+2
* Unify var tracking between webkit and the proxy.brettw@chromium.org2011-08-091-32/+11
* Move Var and StringVar to the ppapi/shared_impl so they can be used in thebrettw@chromium.org2011-08-011-0/+146