If I understand this bug correctly, it wants to remove the blocklist that was added to suppress infobar notifications about plugins from listed sites -- this was actually from Bug 1369160. Bugs linked to that one seem to study and tweak the effect but don't substantively change anything. Bug 1505913 renames `browser-plugins.js` to `PluginParent.jsm`, the parent of that JSWindowActor pair. After my patches in Bug 1682030, those JSWindowActors are reduced to only handling GMP plugin crashes. To summarize, I believe this bug is asking to remove whatever it can from bug 1369160 and friends, but part B of that bug is already removed. The SafeBrowsing stuff from part 1 is fair game for removal (I haven't done it). Bug 1377036 seems relevant only in the tests it altered in part 2 -- and those tests are already removed from the repo.
Bug 1453579 Comment 7 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
If I understand this bug correctly, it wants to remove the blocklist that was added to suppress infobar notifications about plugins from listed sites -- this was actually from Bug 1369160. Bugs linked to that one seem to study and tweak the effect but don't substantively change anything. Bug 1505913 renames `browser-plugins.js` to `PluginParent.jsm`, the parent of that JSWindowActor pair. After my patches in Bug 1682030, those JSWindowActors are reduced to only handling GMP plugin crashes. To summarize, I believe this bug is asking to remove whatever it can from bug 1369160 and friends, but part B of that bug is already removed. The SafeBrowsing stuff from part A is fair game for removal (I haven't done it). Bug 1377036 seems relevant only in the tests it altered in part 2 -- and those tests are already removed from the repo.