summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl/var_tracker.h
Commit message (Expand)AuthorAgeFilesLines
* PPAPI: Use clang-format on ppapi/shared_impldmichael@chromium.org2014-02-221-7/+5
* Pepper: Move PPB_Testing_Dev to Private.teravest@chromium.org2013-11-251-2/+2
* [PPAPI] It is now possible to pass filesystems from JavaScript to NaCl modules.mgiuca@chromium.org2013-10-311-0/+14
* [PPAPI] It is now valid to store PP_Resource 0 in a ResourceVar.mgiuca@chromium.org2013-10-161-0/+6
* [PPAPI] ResourceVar now reference counts its Resource in the plugin.mgiuca@chromium.org2013-09-231-0/+9
* Use a direct include of the shared_memory header in media/, ppapi/, webkit/.avi@chromium.org2013-07-171-1/+1
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Pepper: Fix use-after-free bug in PluginVarTracker.teravest@chromium.org2013-04-261-2/+2
* Introduce RawVarData and associated classes for serializing PP_Varsraymes@chromium.org2013-04-171-4/+4
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-301-10/+19
* Revert 191420 "PPAPI: Remove threading options; it's always on"rlarocque@chromium.org2013-03-291-19/+10
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-291-10/+19
* Revert 189518 "PPAPI: Remove threading options; it's always on"dmichael@chromium.org2013-03-211-19/+10
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-211-10/+19
* Pepper: Use shared memory for ArrayBufferVar.teravest@chromium.org2013-03-191-0/+26
* Revert 187427 "PPAPI: Remove threading options; it's always on"karen@chromium.org2013-03-131-19/+10
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-121-10/+19
* Revert 187340 "PPAPI: Remove threading options; it's always on"dmichael@chromium.org2013-03-111-19/+10
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-111-10/+19
* Revert 186925 since it breaks many of the builds on the bots (e.g.aberent@google.com2013-03-081-19/+10
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-081-10/+19
* PPAPI: Fix WebSocket Var ref leak receiving binarydmichael@chromium.org2013-02-041-0/+6
* Revert 180190dmichael@chromium.org2013-02-021-6/+0
* PPAPI: Fix WebSocket Var ref leak receiving binarydmichael@chromium.org2013-02-011-0/+6
* Revert 180093koz@chromium.org2013-02-011-6/+0
* PPAPI: Fix WebSocket Var ref leak receiving binarydmichael@chromium.org2013-02-011-0/+6
* Actually free plugin implement vars when running out of process when thebrettw@chromium.org2012-06-181-0/+4
* PPAPI: Compile out thread checks when pepper threading is turned on.dmichael@chromium.org2012-04-131-0/+6
* Avoid accessing VarTracker from multiple threads.yzshen@chromium.org2012-03-211-1/+3
* PPAPI: Proxy VarArrayBuffer for out-of-process.dmichael@chromium.org2012-02-161-0/+2
* Reland 9034035: Make it possible to have 1 PpapiGlobals per thread.dmichael@chromium.org2012-01-121-1/+7
* Revert 117399 - Make it possible to have 1 PpapiGlobals per thread. Update un...tommi@chromium.org2012-01-121-7/+1
* Make it possible to have 1 PpapiGlobals per thread. Update unit tests.dmichael@chromium.org2012-01-121-1/+7
* Add GetLiveVars to PPB_Testing_Dev. Fix leaks it uncovered.dmichael@chromium.org2011-12-221-0/+8
* Implement in-process PPB_VarArrayBuffer_Dev.dmichael@chromium.org2011-12-151-0/+12
* Create ppapi_proxy.dll and ppapi_shared.dll.darin@chromium.org2011-08-261-1/+2
* Unify var tracking between webkit and the proxy.brettw@chromium.org2011-08-091-0/+133