summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_core_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* PPAPI: Make blocking completion callbacks work.dmichael@chromium.org2012-06-231-10/+6
* Convert uses of int ms to TimeDelta in ppapi.tedvessenes@gmail.com2012-03-031-1/+1
* reland 121901, PPAPI: Add unlocking for PPP calls and callbacks...dmichael@chromium.org2012-02-151-3/+3
* Revert 121901 - PPAPI: Add unlocking for PPP calls and callbacks. Add more lo...dpapad@chromium.org2012-02-141-3/+3
* PPAPI: Add unlocking for PPP calls and callbacks. Add more locking.dmichael@chromium.org2012-02-141-3/+3
* Remove 13 exit time constructors and 3 static initializersthakis@chromium.org2011-11-071-2/+2
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-201-2/+3
* Revert 106142 - Add a new globals object for PPAPI tracking information.sail@chromium.org2011-10-181-3/+2
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-181-2/+3
* Add global lock for Enter* classes. Add ScopedProxyLock for non-thunk proxies...dmichael@chromium.org2011-10-111-0/+3
* Convert ppapi/* to use base::Bind.dmichael@chromium.org2011-10-041-1/+2
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-131-19/+11
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-131-11/+19
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-131-19/+11
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-121-11/+19
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-121-19/+11
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-6/+2
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-151-1/+1
* Move host resource from the proxy to the shared_impl.brettw@chromium.org2011-08-131-2/+3
* Remove a few unused functions.thakis@chromium.org2011-08-021-8/+0
* Removed MemAlloc and MemFree from PPB_Coremball@google.com2011-07-141-2/+0
* Add instrumentation and checks to help debugging plugins.piman@chromium.org2011-07-131-1/+9
* Move the time conversion code to the PPAPI shared_impl directory and use it inbrettw@chromium.org2011-07-121-5/+6
* Remove PPBoolToBool and BoolToPPBool and use PP_FromBool and PP_ToBool instead.brettw@chromium.org2011-07-081-1/+1
* Fix up some types in the API.neb@chromium.org2011-03-281-1/+1
* Rent syncemove all uses of the global Dispatcher Get function.brettw@chromium.org2011-02-081-7/+16
* Refactor PPAPI proxy resource handling to maintain which host they came from,brettw@chromium.org2011-01-271-4/+4
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-211-2/+3
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-1/+4
* Convert Chrome PPAPI proxy from bool to PP_Bool.brettw@chromium.org2010-11-081-2/+2
* Add proxies for core and class (for calling from WebKit to the plugin). Thesebrettw@chromium.org2010-11-051-0/+118
* Revert PPAPI proxy change with too many files in it.brettw@chromium.org2010-11-031-129/+0
* Core PPAPI proxy files. This includes the dispatcher which is the control pointbrettw@chromium.org2010-11-031-0/+129