Closed
Bug 1769602
Opened 3 years ago
Closed 2 years ago
Remove old Flash references in netwerk code
Categories
(Core :: DOM: Networking, enhancement, P3)
Core
DOM: Networking
Tracking
()
RESOLVED
DUPLICATE
of bug 1773043
People
(Reporter: jimm, Unassigned)
Details
(Keywords: good-first-bug, Whiteboard: [necko-triaged])
Updated•3 years ago
|
Can I take over and work on this bug?
In addition, I want to confirm whether only the following code needs to be deleted?
/**
* Returns the allowing status for flash plugin for this channel.
*/
cenum FlashPluginState : 8 {
FlashPluginUnknown = 0,
FlashPluginAllowed = 1,
FlashPluginDenied = 2,
FlashPluginDeniedInSubdocuments = 3,
// Keep this equal to the last value.
FlashPluginLastValue = 3,
};
[infallible] readonly attribute nsIHttpChannel_FlashPluginState flashPluginState;
Comment 2•2 years ago
|
||
I want to work on this issue, and I have the same doubts, can you please guide me?
Comment 4•2 years ago
|
||
Thanks for raising. Closing, as fixed in other bug.
You need to log in
before you can comment on or make changes to this bug.
Description
•