summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_flash_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Keep a reference to the module when handling PPB_Flash::Navigatepiman@google.com2011-05-101-0/+5
* Add a way to pass information to Pepper Flash from the command-line (e.g., fo...viettrungluu@chromium.org2011-05-031-1/+14
* Actually hook up the Pepper time message.brettw@chromium.org2011-04-221-0/+2
* Proxy time zone requests to the browser. This is because the current codebrettw@chromium.org2011-04-211-15/+22
* Add a function to the Flash interface to get the current time zone offset.brettw@chromium.org2011-04-191-0/+18
* Allow re-entrancy in PPB_Flash::Navigate()piman@google.com2011-04-081-0/+8
* Rename PPB_Flash::NavigateToURL() (to Navigate()) and make it take an URLRequ...viettrungluu@chromium.org2011-03-281-16/+26
* 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