summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/plugin_var_tracker.cc
Commit message (Expand)AuthorAgeFilesLines
* [PPAPI] Pepper MediaStream API audio track implementation and example.penghuang@chromium.org2014-02-061-0/+19
* [PPAPI] Implement media stream video track APIpenghuang@chromium.org2014-01-161-2/+21
* [PPAPI] It is now possible to pass filesystems from JavaScript to NaCl modules.mgiuca@chromium.org2013-10-311-0/+48
* [PPAPI] It is now valid to store PP_Resource 0 in a ResourceVar.mgiuca@chromium.org2013-10-161-0/+5
* Pepper: Move live_vars_ DCHECK to CHECK.teravest@chromium.org2013-09-241-4/+9
* [PPAPI] ResourceVar now reference counts its Resource in the plugin.mgiuca@chromium.org2013-09-231-0/+11
* Update ppapi/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-1/+1
* PPAPI: Unlock when deallocating script objects at shutdowndmichael@chromium.org2013-05-311-1/+2
* Pepper: Fix iteration bug in PluginVarTracker.teravest@chromium.org2013-05-071-3/+5
* Pepper: Fix use-after-free bug in PluginVarTracker.teravest@chromium.org2013-04-261-4/+18
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-301-9/+7
* Revert 191420 "PPAPI: Remove threading options; it's always on"rlarocque@chromium.org2013-03-291-7/+9
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-291-9/+7
* Revert 189518 "PPAPI: Remove threading options; it's always on"dmichael@chromium.org2013-03-211-7/+9
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-211-9/+7
* Pepper: Use shared memory for ArrayBufferVar.teravest@chromium.org2013-03-191-0/+22
* Revert 187427 "PPAPI: Remove threading options; it's always on"karen@chromium.org2013-03-131-7/+9
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-121-9/+7
* Revert 187340 "PPAPI: Remove threading options; it's always on"dmichael@chromium.org2013-03-111-7/+9
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-111-9/+7
* Revert 186925 since it breaks many of the builds on the bots (e.g.aberent@google.com2013-03-081-7/+9
* PPAPI: Remove threading options; it's always ondmichael@chromium.org2013-03-081-9/+7
* Try to fix a crash in the var tracking.brettw@chromium.org2012-06-221-21/+30
* Actually free plugin implement vars when running out of process when thebrettw@chromium.org2012-06-181-0/+90
* Avoid accessing VarTracker from multiple threads.yzshen@chromium.org2012-03-211-1/+11
* Reland 9034035: Make it possible to have 1 PpapiGlobals per thread.dmichael@chromium.org2012-01-121-16/+1
* Revert 117399 - Make it possible to have 1 PpapiGlobals per thread. Update un...tommi@chromium.org2012-01-121-1/+16
* Make it possible to have 1 PpapiGlobals per thread. Update unit tests.dmichael@chromium.org2012-01-121-16/+1
* Coverity fixes for uninitialized varsgroby@chromium.org2011-12-291-2/+1
* Fixed coverity uninit bugsgroby@chromium.org2011-12-221-2/+1
* Implement in-process PPB_VarArrayBuffer_Dev.dmichael@chromium.org2011-12-151-0/+5
* Rename InterfaceID to ApiID and move the file.brettw@chromium.org2011-10-201-3/+3
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-5/+2
* Unify var tracking between webkit and the proxy.brettw@chromium.org2011-08-091-228/+167
* Proxy PPP_Messaging.dmichael@chromium.org2011-08-031-0/+4
* Proxy PPB_Var, fix o-o-p string var id tracking.dmichael@chromium.org2011-06-081-38/+43
* Make AddRefObject a sync message to avoid a race condition between (1)brettw@chromium.org2011-04-191-1/+5
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Rent syncemove all uses of the global Dispatcher Get function.brettw@chromium.org2011-02-081-15/+27
* Refactor PPAPI proxy resource handling to maintain which host they came from,brettw@chromium.org2011-01-271-0/+29
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-211-50/+200
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-151-0/+6
* Move more code from headers to implementation.erg@google.com2010-12-071-0/+2
* Random updates for all added proxy interfaces I've done in the past week.brettw@chromium.org2010-11-091-1/+1
* Add proxies for Var deprecated and some additional tracking information. Thesebrettw@chromium.org2010-11-031-0/+128
* Revert PPAPI proxy change with too many files in it.brettw@chromium.org2010-11-031-134/+0
* Core PPAPI proxy files. This includes the dispatcher which is the control pointbrettw@chromium.org2010-11-031-0/+134