summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/raw_var_data.cc
Commit message (Expand)AuthorAgeFilesLines
* IPC::Message -> base::Picklerockot2016-02-031-20/+17
* Update ppapi to not use linked_ptr or ScopedVectormdempsky2016-02-011-5/+5
* Fix remaining incompatibilities between scoped_ptr and unique_ptr.dcheng2016-01-201-1/+1
* Switch to standard integer types in ppapi/.avi2015-12-231-5/+5
* Convert Pass()→std::move() in //ppapidcheng2015-12-181-2/+2
* PPAPI: Replace manual invocations of IPC::ParamTraits<>::Read and Write.bbudge2015-11-021-6/+5
* Change most uses of Pickle to base::Picklebrettw2015-06-031-7/+7
* Remove deprecated methods from Pickle.avi2014-12-281-18/+18
* Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of h...avi2014-12-281-18/+18
* Remove deprecated methods from Pickle.Avi Drissman2014-12-221-18/+18
* raw_var_data: Fixed a tiny copy+paste error in a comment.mgiuca@chromium.org2014-02-201-1/+1
* [PPAPI] It is now possible to pass filesystems from JavaScript to NaCl modules.mgiuca@chromium.org2013-10-311-8/+12
* [PPAPI] ResourceVar now holds a pending renderer and browser host ID.mgiuca@chromium.org2013-09-261-2/+12
* [PPAPI] Added serialization for resource PP_Vars.mgiuca@chromium.org2013-09-241-4/+71
* [PPAPI] Added PP_VARTYPE_RESOURCE as a PP_VarType enum value.mgiuca@chromium.org2013-09-121-0/+5
* Don't send PP_Vars/V8 values with cycles across PostMessageraymes@chromium.org2013-06-191-26/+51
* Revert 207040 "Don't send PP_Vars/V8 values with cycles across P..."raymes@chromium.org2013-06-181-51/+26
* Don't send PP_Vars/V8 values with cycles across PostMessageraymes@chromium.org2013-06-181-26/+51
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Hookup RawVarData to SerializedVarraymes@chromium.org2013-04-191-2/+33
* Introduce RawVarData and associated classes for serializing PP_Varsraymes@chromium.org2013-04-171-0/+609