summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_flash_menu_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert the Flash interfaces to no longer use GetInfo.brettw@chromium.org2011-10-221-21/+0
* Rename InterfaceID to ApiID and move the file.brettw@chromium.org2011-10-201-4/+4
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-131-7/+5
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-131-5/+7
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-131-7/+5
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-121-5/+7
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-121-7/+5
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-5/+3
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-8/+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/+2
* Reland 95309. Add a template to handle properly issuing completion callbacks.brettw@chromium.org2011-08-081-13/+5
* Revert 95309 - I need to fix some bugs with this.brettw@chromium.org2011-08-031-5/+13
* Add a template to handle properly issuing completion callbacks. This fixesbrettw@chromium.org2011-08-031-13/+5
* Add a flag field to PP_CompletionCallback to control if the callback shouldpolina@google.com2011-06-301-1/+1
* Convert most remaining resources to use the API/thunk system. The significantbrettw@chromium.org2011-06-221-11/+3
* Implement flash menu and net connector resources using the API/thunk model.brettw@chromium.org2011-06-151-73/+81
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-111-2/+2
* Implement proxy for FlashMenu and Run/QuitMessageLooppiman@google.com2011-02-151-0/+204