[meta] Remove Fake Plugins
Categories
(Core Graveyard :: Plug-ins, enhancement)
Tracking
(Not tracked)
People
(Reporter: qdot, Unassigned)
References
Details
(Keywords: meta)
Fake plugins were originally used for JS-implemented plugins, like PDFjs and Shumway. AFAICT, these days they're mostly dead code, and we're moving toward total deprecation of plugins anyways. A couple of telemetry tests uses fake plugin tags, but that's about it.
Removing fake plugins as a whole make take a bit, just because there's a decent amount of code involved. However, there's a lot of logic branches around the code pertaining to FakePlugin rendering that could be cleaned up along the way to this goal. This bug will track removing pieces of them as we can.
| Reporter | ||
Comment 1•7 years ago
|
||
:jimm ni'ing to make sure I'm not off the mark here. We're not using FakePlugins anywhere that I can see, but not sure if I'm missing something.
| Reporter | ||
Comment 2•7 years ago
|
||
Posted an Intent To Unship on dev-platform, and talked to peterv about potential usages. Only use case that comes up is pdfjs, and no one seems to feel like fake plugins were the solution for that, so I'm going to go ahead with this. We can always back out the removal as needed, since a lot of this code isn't really in oft-changed areas anyways.
| Reporter | ||
Updated•6 years ago
|
Comment 3•4 years ago
|
||
Updated•3 years ago
|
Description
•