Closed Bug 1769602 Opened 3 years ago Closed 2 years ago

Remove old Flash references in netwerk code

Categories

(Core :: DOM: Networking, enhancement, P3)

enhancement

Tracking

()

RESOLVED DUPLICATE of bug 1773043

People

(Reporter: jimm, Unassigned)

Details

(Keywords: good-first-bug, Whiteboard: [necko-triaged])

Severity: -- → N/A
Keywords: good-first-bug
Priority: -- → P3
Whiteboard: [necko-triaged]

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;

I want to work on this issue, and I have the same doubts, can you please guide me?

Thanks for raising. Closing, as fixed in other bug.

Status: NEW → RESOLVED
Closed: 2 years ago
Duplicate of bug: 1773043
Resolution: --- → DUPLICATE
No longer blocks: old-prefs
You need to log in before you can comment on or make changes to this bug.