Refactor Fake Plugins to work nicely without NPAPI plugins
Categories
(Core Graveyard :: Plug-ins, task)
Tracking
(Not tracked)
People
(Reporter: handyman, Unassigned)
References
Details
"Fake" plugins are JS-implemented applications that are part of the browser. Since NPAPI plugins are being removed, the code that handles fake plugins could be made much clearer. For one, it would seem weird to refer to them as fake when there is no "real".
Possible MIME types are found here [1]. Notably, this includes the PDF viewer (MIME type "application/pdf"). In fact, as far as I can tell, the other types listed there don't get a fake plugin handler.
Reporter | ||
Comment 1•4 years ago
|
||
This bug may be invalid -- the information I had seems to be dated but I'm still investigating. Fake plugins shouldn't still be needed for pdf.js or anything else. See bug 1529164.
Reporter | ||
Comment 2•4 years ago
|
||
So... fake plugins (pdf.js) don't get much from the plugin code and, with the stripped down plugin code, they get even less. The whole thing should just be removed, as the old bug wanted.
Reporter | ||
Comment 3•4 years ago
|
||
We've still got fake plugins but no NPAPI plugins so this bug is done but bug 1529133 is still valid.
Updated•3 years ago
|
Description
•