summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/ppb_flash_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Add CreateTemporaryFile to PPB_Flash_File_ModuleLocal.yzshen@chromium.org2012-06-151-0/+16
* "Replace" PPB_Flash's GetSettingInt with a more general GetSetting.viettrungluu@chromium.org2012-06-081-0/+6
* Open pepper files directly in browser.tsepez@chromium.org2012-06-051-11/+18
* Fixing gcc 4.7 building problems.shenhan@google.com2012-06-051-3/+4
* Revert 140399 - Open pepper files directly in browser.tsepez@chromium.org2012-06-041-18/+11
* Open pepper files directly in browser.tsepez@chromium.org2012-06-041-11/+18
* Revert 140093 - Open pepper files directly in browser.tsepez@chromium.org2012-06-011-18/+11
* Open pepper files directly in browser.tsepez@chromium.org2012-06-011-11/+18
* Revert 135727 - Add AllowSuddenTermination to API. This provide means for plu...tsepez@chromium.org2012-05-101-5/+0
* Hook up the PPB_Flash_Print proxy.brettw@chromium.org2012-05-071-5/+0
* Add AllowSuddenTermination to API. This provide means for plugins to let us k...tsepez@chromium.org2012-05-071-0/+5
* Generate and connect a Pepper identifier for Chrome OSdrewry@google.com2012-05-041-2/+2
* Add an API to determine if the system will support accelerationbrettw@chromium.org2012-05-021-0/+6
* Move the rest of the Flash functions to the thunk system.brettw@chromium.org2012-04-301-0/+204
* Move the FlashClipboard API into the Flash one.brettw@chromium.org2012-04-251-0/+208
* Convert the PPB_Flash interface to use the thunk system.brettw@chromium.org2012-04-241-164/+50
* Hook up screensaver prevention on Windowsbrettw@chromium.org2012-04-201-1/+1
* Hook up the DeviceID to the browser process.brettw@chromium.org2012-04-201-1/+1
* Add a Flash API to get the device ID.brettw@chromium.org2012-04-131-0/+26
* Pepper: Add a function to PPB_Flash to check if a rect is topmost.viettrungluu@chromium.org2012-02-181-2/+46
* Prefer ScopedNestableTaskAllower over manual save/restoredhollowa@chromium.org2012-02-141-3/+1
* Relanding this with fixes to the mac dbg builderananta@chromium.org2012-01-201-1/+1
* Revert 118385 since this seems to break mac-debug build.sadrul@chromium.org2012-01-201-1/+1
* Remove the Webkit thread in the PPAPI plugin process and perform the text and...ananta@chromium.org2012-01-191-1/+1
* Update PPAPI IDL generator to define versioned structs, and unversioned typedef.wez@chromium.org2012-01-051-2/+2
* Fix leak of the typeface when doing DrawGlyphs for Flash.brettw@chromium.org2011-12-201-6/+2
* Hook up the PPB_Flash.PreloadFontWin function to our font loading infrastruct...brettw@chromium.org2011-12-201-3/+3
* Rev the Flash interface to add new functionality.brettw@chromium.org2011-12-151-15/+61
* Implement platform-independent DrawGlyphs for Flash.brettw@chromium.org2011-12-131-1/+107
* Revert 114076 (broke Win shared builder) - Implement platform-independent Dra...willchan@chromium.org2011-12-121-103/+1
* Implement platform-independent DrawGlyphs for Flash.brettw@chromium.org2011-12-121-1/+103
* Remove PP_Module from parameters for PPB_Var.VarFromUtf8.dmichael@chromium.org2011-12-071-2/+2
* Remove TrackerBase.brettw@chromium.org2011-10-201-9/+4
* Rename the ResourceTracker in webkit to HostResourceTracker.brettw@chromium.org2011-10-201-1/+1
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-201-4/+9
* Revert 106142 - Add a new globals object for PPAPI tracking information.sail@chromium.org2011-10-181-9/+4
* 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