summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_flash_proxy.h
Commit message (Expand)AuthorAgeFilesLines
* Convert url request info to new proxy API.brettw@chromium.org2012-09-191-2/+6
* Add PP_FlashLSORestrictions to the list of settings supported by the Flash_Ge...bauerb@chromium.org2012-08-021-0/+3
* This adds an interface for setting crash data from a plugin. It also provides...raymes@chromium.org2012-06-271-0/+3
* Add CreateTemporaryFile to PPB_Flash_File_ModuleLocal.yzshen@chromium.org2012-06-151-0/+2
* "Replace" PPB_Flash's GetSettingInt with a more general GetSetting.viettrungluu@chromium.org2012-06-081-0/+2
* Open pepper files directly in browser.tsepez@chromium.org2012-06-051-24/+0
* Revert 140399 - Open pepper files directly in browser.tsepez@chromium.org2012-06-041-0/+24
* Open pepper files directly in browser.tsepez@chromium.org2012-06-041-24/+0
* Revert 140093 - Open pepper files directly in browser.tsepez@chromium.org2012-06-011-0/+24
* Open pepper files directly in browser.tsepez@chromium.org2012-06-011-24/+0
* Revert 135727 - Add AllowSuddenTermination to API. This provide means for plu...tsepez@chromium.org2012-05-101-4/+0
* Hook up the PPB_Flash_Print proxy.brettw@chromium.org2012-05-071-1/+8
* Add AllowSuddenTermination to API. This provide means for plugins to let us k...tsepez@chromium.org2012-05-071-0/+4
* Generate and connect a Pepper identifier for Chrome OSdrewry@google.com2012-05-041-0/+2
* Add an API to determine if the system will support accelerationbrettw@chromium.org2012-05-021-0/+2
* Move the rest of the Flash functions to the thunk system.brettw@chromium.org2012-04-301-0/+60
* Move the FlashClipboard API into the Flash one.brettw@chromium.org2012-04-251-9/+29
* Convert the PPB_Flash interface to use the thunk system.brettw@chromium.org2012-04-241-26/+65
* Add a Flash API to get the device ID.brettw@chromium.org2012-04-131-0/+1
* Pepper: Add a function to PPB_Flash to check if a rect is topmost.viettrungluu@chromium.org2012-02-181-0/+4
* 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