summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl/var_tracker.cc
Commit message (Expand)AuthorAgeFilesLines
* NOTREACHED() in VarTracker::ReleaseVar() can be reached. Remove it.tsepez@chromium.org2012-04-251-3/+1
* Avoid accessing VarTracker from multiple threads.yzshen@chromium.org2012-03-211-0/+24
* PPAPI: Proxy VarArrayBuffer for out-of-process.dmichael@chromium.org2012-02-161-0/+11
* Reland 9034035: Make it possible to have 1 PpapiGlobals per thread.dmichael@chromium.org2012-01-121-1/+16
* Revert 117399 - Make it possible to have 1 PpapiGlobals per thread. Update un...tommi@chromium.org2012-01-121-16/+1
* Make it possible to have 1 PpapiGlobals per thread. Update unit tests.dmichael@chromium.org2012-01-121-1/+16
* Add GetLiveVars to PPB_Testing_Dev. Fix leaks it uncovered.dmichael@chromium.org2011-12-221-0/+11
* Pepper: unit tests for VarTrackertoyoshim@chromium.org2011-12-161-0/+1
* Implement in-process PPB_VarArrayBuffer_Dev.dmichael@chromium.org2011-12-151-1/+8
* Reland; Pepper: Var keeps invalid var_id if VarTracker release it and there i...toyoshim@chromium.org2011-12-151-0/+1
* Reverting half the checkins that are suspected of breaking the world.finnur@chromium.org2011-12-141-1/+0
* Var keeps invalid var_id if VarTracker release it and there istoyoshim@chromium.org2011-12-141-0/+1
* Unify var tracking between webkit and the proxy.brettw@chromium.org2011-08-091-0/+161