summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_broker_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* ppapi: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* Add Pepper permissions checks for FlashMessageLoop and Brokerbrettw@chromium.org2012-12-101-0/+4
* PPAPI: Get TrackedCallback ready for running on non-main threads.dmichael@chromium.org2012-11-051-1/+1
* PPAPI: Make blocking completion callbacks work.dmichael@chromium.org2012-06-231-8/+4
* Make a global enum to differentiate impl & proxy.brettw@chromium.org2012-02-141-2/+2
* Convert proxy callbacks to use TrackedCallback.brettw@chromium.org2012-01-051-16/+8
* Merge definitions of PlatformFileToInt and IntToPlatformFile to one place.xhwang@chromium.org2011-11-231-25/+4
* Rename InterfaceID to ApiID and move the file.brettw@chromium.org2011-10-201-3/+3
* Convert ppapi/* to use base::Bind.dmichael@chromium.org2011-10-041-1/+2
* Add a new error code for a null callback on the main thread.brettw@chromium.org2011-09-161-1/+1
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-131-25/+12
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-131-12/+25
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-131-25/+12
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-121-12/+25
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-121-25/+12
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-4/+2
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-9/+8
* Move host resource from the proxy to the shared_impl.brettw@chromium.org2011-08-131-0/+1
* Convert the PluginResource to be refcounted.brettw@chromium.org2011-08-111-2/+1
* Reland 95309. Add a template to handle properly issuing completion callbacks.brettw@chromium.org2011-08-081-12/+10
* Revert 95309 - I need to fix some bugs with this.brettw@chromium.org2011-08-031-10/+12
* Add a template to handle properly issuing completion callbacks. This fixesbrettw@chromium.org2011-08-031-12/+10
* Add a flag field to PP_CompletionCallback to control if the callback shouldpolina@google.com2011-06-301-1/+1
* Fix a bug in the Broker proxy thunk that breaks the Connect callback when run...ddorwin@chromium.org2011-06-021-2/+2
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-2/+2
* Revert 87415 - Convert more interfaces to the new thunk system. This goes up ...thestig@chromium.org2011-06-011-2/+2
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-2/+2
* Move Broker, Buffer, CharSet, and CursorControl to use the new thunk/API system.brettw@chromium.org2011-05-271-102/+101
* Add a new function to run and claer a completion callback. This is a commonbrettw@chromium.org2011-05-271-3/+1
* Fix two bugs in proxying of Broker Connect callback and shutdown Broker when ...ddorwin@chromium.org2011-04-181-2/+2
* Implemented PPB_Broker_Proxy.ddorwin@chromium.org2011-04-171-0/+284