summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/serialized_var_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Copy PP_Vars in ppapi test PluginVectorReceiveInput so we can test their refc...raymes@chromium.org2012-10-061-5/+11
* Disable PPAPI unittest PluginVectorReceiveInputraymes@chromium.org2012-09-251-1/+1
* reland 121901, PPAPI: Add unlocking for PPP calls and callbacks...dmichael@chromium.org2012-02-151-0/+8
* Revert 121901 - PPAPI: Add unlocking for PPP calls and callbacks. Add more lo...dpapad@chromium.org2012-02-141-8/+0
* PPAPI: Add unlocking for PPP calls and callbacks. Add more locking.dmichael@chromium.org2012-02-141-0/+8
* Remove special handling for strings in var serialization.brettw@chromium.org2012-02-071-3/+3
* PPAPI: Reduce string copying in SerializedVar.dmichael@chromium.org2012-02-041-1/+1
* Reland 9034035: Make it possible to have 1 PpapiGlobals per thread.dmichael@chromium.org2012-01-121-2/+3
* Revert 117399 - Make it possible to have 1 PpapiGlobals per thread. Update un...tommi@chromium.org2012-01-121-3/+2
* Make it possible to have 1 PpapiGlobals per thread. Update unit tests.dmichael@chromium.org2012-01-121-2/+3
* Add GetLiveVars to PPB_Testing_Dev. Fix leaks it uncovered.dmichael@chromium.org2011-12-221-7/+155
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-2/+2
* Unify var tracking between webkit and the proxy.brettw@chromium.org2011-08-091-4/+4
* Add additional unit tests for the plugin side of SerializedVar object proxying.brettw@chromium.org2011-08-011-1/+118
* Refactor PPAPI proxy resource handling to maintain which host they came from,brettw@chromium.org2011-01-271-0/+74