summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/ppb_flash_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-181-4/+9
* Remove webkit::ppapi::Resource.brettw@chromium.org2011-08-241-4/+4
* Move Var and StringVar to the ppapi/shared_impl so they can be used in thebrettw@chromium.org2011-08-011-1/+2
* Make the Var object use a PP_Module ID rather than a PluginModule object.brettw@chromium.org2011-07-121-2/+2
* Move the time conversion code to the PPAPI shared_impl directory and use it inbrettw@chromium.org2011-07-121-3/+3
* Make PP_TimeTicks actually be a tick counter rather than be the same as thebrettw@chromium.org2011-07-081-1/+2
* Convert most remaining resources to use the API/thunk system. The significantbrettw@chromium.org2011-06-221-3/+8
* Add a way to pass information to Pepper Flash from the command-line (e.g., fo...viettrungluu@chromium.org2011-05-031-1/+16
* Work around the special-case handling of 0 time values (see comment).brettw@chromium.org2011-04-221-0/+8
* Proxy time zone requests to the browser. This is because the current codebrettw@chromium.org2011-04-211-14/+9
* Add a function to the Flash interface to get the current time zone offset.brettw@chromium.org2011-04-191-0/+18
* Rename PPB_Flash::NavigateToURL() (to Navigate()) and make it take an URLRequ...viettrungluu@chromium.org2011-03-281-7/+17
* PPB_Flash cleanup part 2: move all the file stuff to ppb_flash_file.*.viettrungluu@chromium.org2011-02-241-174/+0
* PPB_Flash cleanup part 1: move the net connector stuff to its own files.viettrungluu@chromium.org2011-02-231-191/+3
* Implement proxy for FlashMenu and Run/QuitMessageLooppiman@google.com2011-02-151-2/+2
* Pepper/Flapper: First pass at context menu implementation.viettrungluu@chromium.org2011-01-311-0/+14
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-211-10/+11
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-151-25/+16
* Fix Pepper File IO callbacks.viettrungluu@chromium.org2011-01-111-4/+7
* Private Pepper extension for Flapper to allow TCP connections to be madeviettrungluu@chromium.org2011-01-071-1/+190
* Move ppb_flash.h to ppapi/c/private ...viettrungluu@chromium.org2011-01-061-2/+2
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-161-0/+246