summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/plugin_var_tracker.cc
Commit message (Expand)AuthorAgeFilesLines
* 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