summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/plugin_var_tracker_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in ppapi/.avi2015-12-231-3/+5
* Move Tuple to base namespace.brettw2015-05-291-2/+2
* Update legacy Tuple-using code.Avi Drissman2014-12-221-2/+2
* Update ppapi/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-10/+6
* PPAPI: Add VarTracker lock check, fix bugsdmichael@chromium.org2013-02-261-0/+7
* Fix ppapi TwoWayTest so that it constructs a unique IPC::ChannelHandle.raymes@chromium.org2012-10-171-1/+1
* Disable PluginVarTrackerTest.RecursiveTrackWithNoRef to try to fix ppapi_unit...raymes@chromium.org2012-10-111-1/+1
* Invoke PluginImplementedObjectDestroyed for ppp_class deallocatejhorwich@chromium.org2012-06-271-9/+9
* Actually free plugin implement vars when running out of process when thebrettw@chromium.org2012-06-181-0/+81
* 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-32/+7
* Proxy PPB_Var, fix o-o-p string var id tracking.dmichael@chromium.org2011-06-081-4/+5
* Rent syncemove all uses of the global Dispatcher Get function.brettw@chromium.org2011-02-081-14/+17
* Refactor PPAPI proxy resource handling to maintain which host they came from,brettw@chromium.org2011-01-271-54/+63
* Add a target for the proxy unittests. Write tests for the var tracker.brettw@chromium.org2011-01-211-0/+176