summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins
Commit message (Expand)AuthorAgeFilesLines
* linux: remove a dcheck that is hit with old pluginsevan@chromium.org2009-09-151-3/+2
* linux: defend against "netscape" within plugin pathevan@chromium.org2009-09-151-0/+16
* linux: raise logging level since INFO doesn't show in Release (?)evan@chromium.org2009-09-151-6/+6
* Fixes a crash in the plugin process specifically in the PluginStreamUrl::DidR...ananta@chromium.org2009-09-114-4/+28
* linux: search Chrome-specific plugin directories before Mozillaevan@chromium.org2009-09-091-8/+14
* Update the Mac plugin whitelist to accommodate a new name foramanda@chromium.org2009-09-091-1/+3
* linux: split MOZ_PLUGIN_PATH on colonsevan@chromium.org2009-09-091-2/+6
* linux: rewrite mime parserevan@chromium.org2009-09-093-55/+91
* linux: write a unit test for plugin mime parsingevan@chromium.org2009-09-083-22/+119
* Take out the activex control.BUG=20259jam@chromium.org2009-09-086-114/+23
* Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set butbenl@chromium.org2009-09-074-8/+8
* In prepartion for switching off the activex control, make WMP always use the ...jam@chromium.org2009-09-052-20/+133
* This changelist fixes some issues with the NPAPI WMP plugin work in Chrome. ...jam@chromium.org2009-09-044-17/+67
* Reverting 25262. Worked OK in the browser, but blew up TestShell.amanda@chromium.org2009-09-022-20/+147
* Unfork shared parts of webplugin_delegate_impl_mac.mm.amanda@chromium.org2009-09-022-147/+20
* Eliminate remaining WebCore dependencies from webplugin_impl.ccdarin@chromium.org2009-09-0211-38/+57
* Linux gcc4.4 fix: stop crashing when loading flash.willchan@chromium.org2009-09-011-3/+4
* linux: fix some plugin colormap leaksevan@chromium.org2009-09-011-7/+5
* linux: add a temporary flag for debugging plugin loadingevan@chromium.org2009-08-311-1/+29
* linux: prefer non-nspluginwrapper/crossover pluginsevan@chromium.org2009-08-311-2/+24
* linux: scan more plugin directories, fix bugsevan@chromium.org2009-08-271-11/+65
* More refactoring for WebPlugin.darin@chromium.org2009-08-278-75/+44
* Revert "linux: scan more plugin directories, fix bugs"evan@chromium.org2009-08-271-61/+11
* linux: scan more plugin directories, fix bugsevan@chromium.org2009-08-271-11/+61
* Fixes a crash caused due to a call to NPP_DestroyStream occuring in the cont...ananta@chromium.org2009-08-275-5/+82
* Uses FilePath instead of std::wstring in webkit_glue::GetApplicationDirectory.avi@google.com2009-08-271-8/+6
* plugins: unfork WebPluginDelegateImpl between linux/winevan@chromium.org2009-08-265-1508/+45
* Fork webplugin_delegate_impl.cc in anticipation of remerging.evan@chromium.org2009-08-261-0/+1337
* linux: test plugin for appropriate architecture before loadingevan@chromium.org2009-08-261-0/+44
* linux: new socket/plug code for windowed pluginspiman@chromium.org2009-08-255-68/+102
* Revert 24266 - This CL ensures that plugins always peek in the context of out...ananta@chromium.org2009-08-252-10/+2
* This CL ensures that plugins always peek in the context of outgoing sync calls. ananta@chromium.org2009-08-252-2/+10
* 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