summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix several issues around fullscreen Mac plugins:amanda@chromium.org2009-10-012-1/+16
* Add an optional WebFrame parameter to WebView::findFrameByName.darin@chromium.org2009-09-303-0/+173
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...gregoryd@google.com2009-09-292-24/+31
* Revert 27397 - First step towards NaClChrome integration:1. NaCl plugin becom...gregoryd@google.com2009-09-282-31/+24
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...gregoryd@google.com2009-09-282-24/+31
* Revert 27324 - First step towards NaClChrome integration:1. NaCl plugin becom...gregoryd@google.com2009-09-262-31/+24
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...gregoryd@google.com2009-09-262-24/+31
* Revert 27315 - First step towards NaClChrome integration:1. NaCl plugin becom...gregoryd@google.com2009-09-262-31/+24
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...gregoryd@google.com2009-09-262-24/+31
* Fix FORWARD_NULL errors in plugin test helpers.mattm@chromium.org2009-09-222-9/+27
* Update renderer plugin cache when we load/unload extensions with plugins.mpcomplete@chromium.org2009-09-212-2/+12
* Reverting 26724. Caused a couple layout tests to hang.amanda@chromium.org2009-09-216-203/+42
* Enable compiler -Werror and -Wall on our webkit code for mac and linux.tony@chromium.org2009-09-212-6/+10
* Remove the temporary Mac plugin whitelist.amanda@chromium.org2009-09-216-42/+203
* Fix registration of internal plugins broken by rev 23501jam@chromium.org2009-09-181-0/+12
* Look for the WMP plugin in the directory that it's left in if Firefox isn't i...jam@chromium.org2009-09-181-0/+22
* Update NPAPI header file to v24, apply Google modificationsamanda@chromium.org2009-09-181-6/+8
* Preparing rollback in case things don't work out.bradnelson@google.com2009-09-188-99/+31
* This is a copy of http://codereview.chromium.org/153002/showgregoryd@google.com2009-09-188-31/+99
* Fix the deadlock when Flash tries to make WMP full screen. This is a one-off...jam@chromium.org2009-09-173-13/+19
* 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