summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_flash_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* PPB_Flash cleanup part 2: move all the file stuff to ppb_flash_file.*.viettrungluu@chromium.org2011-02-241-223/+0
* Implement proxy for FlashMenu and Run/QuitMessageLooppiman@google.com2011-02-151-0/+33
* 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-5/+15
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-211-47/+79
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-151-33/+38
* Move ppb_flash.h to ppapi/c/private ...viettrungluu@chromium.org2011-01-061-2/+2
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-1/+4
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-161-2/+2
* Implement proxying GetModuleLocalDirContents in the Flash proxy.brettw@chromium.org2010-12-081-3/+34
* Make the DrawGlyphs call have the proper const arguments, and make the proxiedbrettw@chromium.org2010-12-021-7/+11
* Implement DrawGlyphs and refactor the FontDescription serialization suchbrettw@chromium.org2010-11-141-3/+39
* Add proxies for some of the PDF & Flash functionality. There are still a fewbrettw@chromium.org2010-11-121-0/+288