summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* linux/mac: implement NPN_ThreadAsyncCallpiman@chromium.org2009-08-241-1/+1
* More removal of WebCore usage from webplugin_impl.ccdarin@chromium.org2009-08-216-29/+23
* linux: Plugin descriptions can be UTF-8.evan@chromium.org2009-08-201-1/+1
* Fix a line that was accidently deleted in my plugin change.jam@chromium.org2009-08-201-1/+1
* Enable the Google Talk Video plugin, which seems pretty well behaved.amanda@chromium.org2009-08-191-3/+4
* Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...erikkay@chromium.org2009-08-181-1/+1
* Ensure we don't load plugins on the IO thread.jam@chromium.org2009-08-156-120/+120
* Reverting 23420. It caused a reliability regression.maruel@chromium.org2009-08-146-120/+120
* Ensure we don't load plugins on the IO thread.jam@chromium.org2009-08-146-120/+120
* Blacklist the Gears plugin on Macstuartmorgan@google.com2009-08-131-0/+7
* Add an UpdateContext call to WebPluginDelegateImpl on the Mac.stuartmorgan@google.com2009-08-132-16/+26
* Revert 23064 - Ensure we don't load plugins on the IO threadsgk@google.com2009-08-112-8/+0
* Ensure we don't load plugins on the IO threadjam@chromium.org2009-08-112-0/+8
* Remove all direct calls to NPN_ functions in WebCore. The replacement for th...jorlow@chromium.org2009-08-111-26/+28
* Add the test plugin to the Mac plugin whiteliststuartmorgan@google.com2009-08-101-2/+3
* Only load whitelisted plugins on the Macstuartmorgan@google.com2009-08-101-3/+10
* Set up a interposing library for Carbon calls made by plugins.stuartmorgan@google.com2009-08-073-75/+114
* linux: fix windowless Flash when scrollingpiman@chromium.org2009-08-071-1/+8
* Skip STR resources in Mac plugins that we can't convert to CFStringsstuartmorgan@google.com2009-08-041-0/+2
* Don't call NPP_SetWindow during the painting of windowless plugins.dglazkov@chromium.org2009-08-042-19/+35
* Another attempt at landing this patch.ananta@chromium.org2009-08-045-10/+103
* linux: don't call NPP_SetWindow if the width/height is <= 0piman@chromium.org2009-07-311-0/+9
* Reverting 22041 as it caused plugin crashes in reliability test runs.ananta@chromium.org2009-07-305-96/+9
* Another attempt at landing this patch. ananta@chromium.org2009-07-305-9/+96
* linux: also look in ~/.mozilla/plugins for pluginsevan@chromium.org2009-07-291-1/+7
* Update the Mac plugin dummy window code for the new coordinate system.stuartmorgan@google.com2009-07-292-122/+210
* linux: unload plugin libraries after extracting mime typesevan@chromium.org2009-07-291-0/+2
* linux plugins: assume UTF-8 for plugin name/descriptionevan@chromium.org2009-07-281-2/+5
* Fix partial plugin invalidate repainting on Mac.stuartmorgan@google.com2009-07-271-13/+14
* Revert r21548 and r21559 due to crash spike.huanr@chromium.org2009-07-255-96/+9
* Refactor blits to be more cross-platform.piman@chromium.org2009-07-241-15/+11
* Fixes a test_shell crash caused by attempting to cancel the plugin stream req...ananta@chromium.org2009-07-241-1/+1
* The IPCs for carrying data requested by plugins have been changed from synchr...ananta@chromium.org2009-07-245-9/+96
* Skip over Mozilla .xpt files when loading plugins on Linux.craig.schlenter@chromium.org2009-07-241-1/+3
* None of these files need to include config.h any longer...so remove it.jorlow@chromium.org2009-07-2314-28/+2
* linux: add windowless plugin plumbingpiman@google.com2009-07-222-8/+10
* Fix a crash in plugin handling. The code was destroying the passed-in cairo_t,brettw@chromium.org2009-07-171-1/+0
* Reverting 20516 by re-landing this previous patch.brettw@chromium.org2009-07-171-10/+10
* linux: obey standard system paths for pluginsevan@chromium.org2009-07-171-3/+20
* linux: destroy browser-side plugin windows on plugin crashevan@chromium.org2009-07-151-0/+1
* Reverting 20683.jorlow@chromium.org2009-07-141-1/+0
* linux: destroy browser-side plugin windows on plugin crashevan@chromium.org2009-07-141-0/+1
* Add a temporary flag to enable plugins on the Mac and Linux whileamanda@chromium.org2009-07-131-5/+2
* Remove the carbon event dispatcher from the main thread of the plugin processamanda@chromium.org2009-07-132-7/+31
* Revert previous clipping rect change for Cairo to see if it fixes the build.brettw@chromium.org2009-07-131-10/+10
* Keep the cairo clipping region in sync with the Skia one.brettw@chromium.org2009-07-131-10/+10
* Wire up windowless plugins. Mostly Mac related, some crossamanda@chromium.org2009-07-113-167/+236
* GtkPluginContainerManager::UnrealizeCallback should be void.craig.schlenter@chromium.org2009-07-092-3/+3
* Start using WebCursorInfo from the WebKit API. WebCursorInfo is adarin@google.com2009-07-084-10/+14
* Load extension plugins before looking for plugins in other places, e.g.abarth@chromium.org2009-07-081-5/+5