summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl/var.h
Commit message (Expand)AuthorAgeFilesLines
* PPAPI: Use clang-format on ppapi/shared_impldmichael@chromium.org2014-02-221-4/+3
* [PPAPI] Var destructor is private.mgiuca@chromium.org2013-09-261-2/+2
* [PPAPI] Added a new Var subclass, ResourceVar.mgiuca@chromium.org2013-09-031-0/+2
* Use a direct include of the shared_memory header in media/, ppapi/, webkit/.avi@chromium.org2013-07-171-1/+1
* Pepper: Use shared memory for ArrayBufferVar.teravest@chromium.org2013-03-191-0/+15
* Add PPB_VarArray_Dev support - part 1.yzshen@chromium.org2013-03-191-0/+2
* Add PPB_VarDictionary_Dev support - part 1.yzshen@chromium.org2013-03-181-0/+2
* Cleanup: Remove unneeded scoped_ptr.h includes from ppapi, printing, remoting...thestig@chromium.org2012-05-161-2/+1
* 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