summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins
Commit message (Expand)AuthorAgeFilesLines
* Added linux-specific NP_Initialize function so that the plugin is properly in...alokp@chromium.org2010-08-111-8/+39
* Add a mimetype to npapi_test_plugin so we pass a layout testtony@chromium.org2010-08-071-0/+11
* FBTF: Remove unneeded headers from base/ (part 5)thestig@chromium.org2010-08-072-5/+9
* add pepper video decoder glue and delegatewjia@google.com2010-08-065-1/+214
* FBTF: Remove unneeded headers from base/ (part 3)thestig@chromium.org2010-08-061-1/+0
* Implement the UrlUtil pepper interface. Pull PPAPI to get that interface.brettw@chromium.org2010-08-053-0/+191
* Fix missing Linux fonts in PDF plugin.gene@chromium.org2010-08-051-0/+1
* Chromium-side implemention of pepper's FileChooser.dumi@chromium.org2010-08-054-5/+99
* Remove the coordinate hack for zoomed plugin pages on the Mac.stuartmorgan@chromium.org2010-08-051-26/+0
* If SHM pixmaps support is available, for example, Intel drivers now support thatpiman@chromium.org2010-08-052-28/+92
* Pull PPAPI and get support for average char width. Hook it up to "0" for nowbrettw@chromium.org2010-08-031-0/+5
* Remove number conversion functions from string_util. These moved to string_nu...brettw@chromium.org2010-08-031-3/+4
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-033-0/+3
* Record received data in WebViewPlugin and replay it when loading the real plu...bauerb@chromium.org2010-08-022-8/+65
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-312-8/+10
* Pepper2 audio (trusted side) implementation. Still missing a synchronization ...neb@chromium.org2010-07-305-0/+356
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-304-16/+22
* linux: don't crash when movind the plugin if the container hasn't been realizedpiman@chromium.org2010-07-301-6/+10
* Hook up the new font API to WebKit. This moves the existing GetFontTable API tobrettw@chromium.org2010-07-296-54/+388
* Revert 54173 - Hook up the new font API to WebKit. This moves the existing Ge...brettw@chromium.org2010-07-296-388/+54
* Hook up the new font API to WebKit. This moves the existing GetFontTable API tobrettw@chromium.org2010-07-296-54/+388
* Fix strange colors on scrollbars when using classic theme on XP. This is a po...pkasting@chromium.org2010-07-281-0/+13
* Enhance plugin logging a bit. This adds logging in a few more places, especia...brettw@chromium.org2010-07-285-29/+42
* Watch out for invalid delegate and container after destroying the WebViewPlugin.bauerb@chromium.org2010-07-281-2/+4
* Initial stream to file implementation.darin@chromium.org2010-07-283-9/+38
* Linux: Fix some NULL versus 0 issues to appease gcc-4.5.craig.schlenter@chromium.org2010-07-275-9/+9
* Fixed raster print for Pepper v2 plugins on the Mac.sanjeevr@chromium.org2010-07-262-3/+4
* Check that the ImageData resource handle is valid before giving the resultingbrettw@chromium.org2010-07-231-1/+4
* Swallow context menu events dispatched to a NPAPI plugin so thatdarin@chromium.org2010-07-221-0/+4
* Pepper stream-to-file plumbing.darin@chromium.org2010-07-227-5/+49
* De-coupled resource references by plugin from Resource object's refcount. Mad...neb@chromium.org2010-07-2019-194/+220
* Pepper: Make AppendDataToBody() not append empty data.viettrungluu@chromium.org2010-07-201-1/+2
* Add click-to-load functionality for blocked plugins.bauerb@chromium.org2010-07-192-0/+249
* Avoid flashing when resizing plugins that use PaintManager. Copy the bitmap ...jam@chromium.org2010-07-172-0/+22
* Code review followups by Darinjam@chromium.org2010-07-172-3/+3
* Add third_party/ prefix to ppapi include for checkdeps.ajwong@chromium.org2010-07-161-1/+1
* file_util: deprecate remaining wstring functionsevan@chromium.org2010-07-161-1/+8
* Add private Pepper v2 API to get localized strings.jam@chromium.org2010-07-164-0/+86
* Implement some of URLResponseInfo properties.darin@chromium.org2010-07-163-6/+78
* Remove more definitions from header files.erg@chromium.org2010-07-161-0/+2
* Revert r52688 to fix build bustage.darin@chromium.org2010-07-163-78/+6
* Implement some of URLResponseInfo properties.darin@chromium.org2010-07-163-6/+78
* Load Pepper v2 internal pdf plugin.jam@chromium.org2010-07-162-14/+1
* Added support for printing of Pepper v2 plugins.sanjeevr@chromium.org2010-07-158-1/+458
* Add support for POST requests and custom request headers.darin@chromium.org2010-07-156-26/+143
* Implement scrolling in Pepper. This does simple scrolling of the backing storebrettw@chromium.org2010-07-151-1/+4
* Take out temporary code now that WebKit plugin change is rolled.jam@chromium.org2010-07-144-39/+0
* Hookup pepper v2 zoom interface.jam@chromium.org2010-07-142-5/+22
* Fix some uninitialize variables that caused the URLLoader test todarin@chromium.org2010-07-141-1/+3
* Fix pepper v2 find implementation.jam@chromium.org2010-07-132-15/+20