Open
Bug 1859416
Opened 2 years ago
Updated 2 years ago
Remove remaining bits of code for JS plugins
Categories
(Core :: DOM: Content Processes, task)
Core
DOM: Content Processes
Tracking
()
NEW
People
(Reporter: mccr8, Assigned: mccr8)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
I assume that JS plugins aren't a thing any more given that we have no plugins at all. However, while looking at code coverage I noticed there are a few bits and pieces of that code sitting around.
There's the definition (and single use) of the IPC data structure JSPluginFrameIPCTabContext, MutableTabContext::SetTabContextForJSPluginFrame, TabContext::SetTabContextForJSPluginFrame, TabContext::mJSPluginID, and probably other things. It looks like deleting everything containing "jsplugin" would find a lot.
| Assignee | ||
Comment 1•2 years ago
|
||
I guess I could take a crack at this.
Assignee: nobody → continuation
| Assignee | ||
Comment 2•2 years ago
|
||
| Assignee | ||
Comment 3•2 years ago
|
||
I have a patch that at least builds and works well enough to load a webpage.
| Assignee | ||
Comment 4•2 years ago
|
||
I think there's some overlap with bug 1875822 and this.
Depends on: 1875822
You need to log in
before you can comment on or make changes to this bug.
Description
•