Closed
Bug 1704784
Opened 4 years ago
Closed 4 years ago
Use of unknown property Ci.nsIObjectLoadingContent.PLUGIN_*
Categories
(Core Graveyard :: Plug-ins, defect)
Core Graveyard
Plug-ins
Tracking
(firefox-esr78 unaffected, firefox87 unaffected, firefox88 unaffected, firefox89 wontfix, firefox90 fixed)
RESOLVED
FIXED
90 Branch
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox87 | --- | unaffected |
firefox88 | --- | unaffected |
firefox89 | --- | wontfix |
firefox90 | --- | fixed |
People
(Reporter: standard8, Assigned: handyman)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Bug 1682030 removed various constants from nsIObjectLoadingContent.idl, but didn't clean up the usages of those constants.
browser/base/content/test/plugins/browser_bug797677.js
36:5 error Use of unknown property Ci.nsIObjectLoadingContent.PLUGIN_UNSUPPORTED mozilla/ci-checks (eslint)
dom/plugins/test/mochitest/browser_blockallplugins.js
50:9 error Use of unknown property Ci.nsIObjectLoadingContent.PLUGIN_BLOCK_ALL mozilla/ci-checks (eslint)
62:9 error Use of unknown property Ci.nsIObjectLoadingContent.PLUGIN_BLOCK_ALL mozilla/ci-checks (eslint)
toolkit/components/aboutprocesses/tests/browser/head.js
481:21 error Use of unknown property Ci.nsIHangReport.PLUGIN_HANG mozilla/ci-checks (eslint)
This might be included in other work that is ongoing, or may need to be split up.
Flags: needinfo?(davidp99)
Comment 1•4 years ago
|
||
Type: task → defect
Comment 2•4 years ago
|
||
Set release status flags based on info from the regressing bug 1682030
status-firefox87:
--- → unaffected
status-firefox88:
--- → unaffected
status-firefox89:
--- → affected
status-firefox-esr78:
--- → unaffected
Assignee | ||
Comment 3•4 years ago
|
||
This is pretty trivial stuff. I'll put together a quick patch.
Assignee: nobody → davidp99
Flags: needinfo?(davidp99)
Updated•4 years ago
|
Keywords: regression
Assignee | ||
Comment 4•4 years ago
|
||
This cleans up some pieces that were left behind after bug 1682030 removed NPAPI plugin support.
Updated•4 years ago
|
Pushed by daparks@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5b8bfc8a569a
Remove stray uses of defunct nsIObjectLoadingContent values r=Gijs
Comment 6•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
Updated•4 years ago
|
Updated•4 years ago
|
Has Regression Range: --- → yes
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•