WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
25540
Allow plug-ins to pass off content display to other plugins that handle same mime type
https://bugs.webkit.org/show_bug.cgi?id=25540
Summary
Allow plug-ins to pass off content display to other plugins that handle same ...
Simone Manganelli
Reported
2009-05-04 01:21:08 PDT
Summary: Plug-ins register for mime types that they are able to display. However, if there are two plug-ins that register for the same mime type, WebKit decides which of the two plug-ins gets to handle that mime type based on some unspecified order. It would be nice if there were an official way to allow plugins to refuse to display content, forcing WebKit to pass off display of that content to the next plug-in that can handle that mime type. Steps to Reproduce: 1. Install two plug-ins that register for the same mime type. (For example, Flash and ClickToFlash.) 2. Note that once the content is loaded into one of the plug-ins, there is no way to force it to load in the other plug-in when using the same mime type. The plug-in must change the mime type of the content in order to get it to load in a different plugin. Expected Results: I expect for there to be a way for plug-ins to pass off content to other plug-ins which handle the same mime type. One way to do this would be for WebKit to detect whether +plugInViewWithArguments: returns nil. If it does, WebKit should check for another plug-in that loads the same mime type, and use *that* plug-in to display the content. Actual Results: Only one installed plug-in can ever load content of a given mime type.
Attachments
Add attachment
proposed patch, testcase, etc.
Mark Rowe (bdash)
Comment 1
2009-05-04 08:34:55 PDT
<
rdar://problem/6852577
>
Simone Manganelli
Comment 2
2009-10-06 00:30:44 PDT
Don't want to be pushy (I imagine this is pretty low priority), but any possibility of action on this bug?
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug