summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl/var_tracker.cc
Commit message (Expand)AuthorAgeFilesLines
* PPAPI: Use clang-format on ppapi/shared_impldmichael@chromium.org2014-02-221-14/+7
* [PPAPI] ResourceVar now reference counts its Resource in the plugin.mgiuca@chromium.org2013-09-231-0/+8
* Use a direct include of the shared_memory header in media/, ppapi/, webkit/.avi@chromium.org2013-07-171-1/+1
* Update ppapi/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-2/+2
* Ensure that we don't corrupt the Var map during Var deletionraymes@chromium.org2013-05-131-4/+11
* Introduce RawVarData and associated classes for serializing PP_Varsraymes@chromium.org2013-04-171-4/+5
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-301-28/+24
* Revert 191420 "PPAPI: Remove threading options; it's always on"rlarocque@chromium.org2013-03-291-24/+28
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-291-28/+24
* Revert 189518 "PPAPI: Remove threading options; it's always on"dmichael@chromium.org2013-03-211-22/+28
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-211-28/+22
* Pepper: Use shared memory for ArrayBufferVar.teravest@chromium.org2013-03-191-0/+13
* Add PPB_VarDictionary_Dev support - part 1.yzshen@chromium.org2013-03-181-1/+1
* Revert 187427 "PPAPI: Remove threading options; it's always on"karen@chromium.org2013-03-131-21/+27
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-121-27/+21
* Revert 187340 "PPAPI: Remove threading options; it's always on"dmichael@chromium.org2013-03-111-21/+27
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-111-27/+21
* Revert 186925 since it breaks many of the builds on the bots (e.g.aberent@google.com2013-03-081-21/+27
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-081-27/+21
* PPAPI: Add VarTracker lock check, fix bugsdmichael@chromium.org2013-02-261-0/+17
* PPAPI: Fix WebSocket Var ref leak receiving binarydmichael@chromium.org2013-02-041-4/+9
* Revert 180190dmichael@chromium.org2013-02-021-9/+4
* PPAPI: Fix WebSocket Var ref leak receiving binarydmichael@chromium.org2013-02-011-4/+9
* Revert 180093koz@chromium.org2013-02-011-9/+4
* PPAPI: Fix WebSocket Var ref leak receiving binarydmichael@chromium.org2013-02-011-4/+9
* 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