summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_flash_proxy.h
Commit message (Expand)AuthorAgeFilesLines
* Update PPAPI IDL generator to define versioned structs, and unversioned typedef.wez@chromium.org2012-01-051-5/+3
* Rev the Flash interface to add new functionality.brettw@chromium.org2011-12-151-2/+6
* Cleanup: Remove unneeded forward declarations in ppapi.thestig@chromium.org2011-11-111-5/+4
* Convert the Flash interfaces to no longer use GetInfo.brettw@chromium.org2011-10-221-1/+1
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-131-5/+8
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-131-8/+5
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-131-5/+8
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-121-8/+5
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-121-5/+8
* Convert FileRefImpl and URLRequestInfo to shared_impl.brettw@chromium.org2011-08-261-1/+5
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-4/+4
* Move host resource from the proxy to the shared_impl.brettw@chromium.org2011-08-131-2/+2
* Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencie...sanga@chromium.org2011-07-071-1/+2
* Proxy time zone requests to the browser. This is because the current codebrettw@chromium.org2011-04-211-0/+3
* Rename PPB_Flash::NavigateToURL() (to Navigate()) and make it take an URLRequ...viettrungluu@chromium.org2011-03-281-4/+5
* PPB_Flash cleanup part 2: move all the file stuff to ppb_flash_file.*.viettrungluu@chromium.org2011-02-241-28/+1
* Implement proxy for FlashMenu and Run/QuitMessageLooppiman@google.com2011-02-151-0/+2
* Rent syncemove all uses of the global Dispatcher Get function.brettw@chromium.org2011-02-081-2/+2
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-211-4/+4
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-151-7/+7
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-1/+1
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-161-3/+3
* Make the DrawGlyphs call have the proper const arguments, and make the proxiedbrettw@chromium.org2010-12-021-1/+2
* Add proxies for some of the PDF & Flash functionality. There are still a fewbrettw@chromium.org2010-11-121-0/+82