Closed Bug 1806467 Opened 3 years ago Closed 3 years ago

Load feature callout as singleton in content

Categories

(Firefox :: Messaging System, enhancement)

enhancement

Tracking

()

RESOLVED DUPLICATE of bug 1805930

People

(Reporter: aminomancer, Unassigned)

References

(Blocks 1 open bug)

Details

Because of Meg's work turning FeatureCallout into a class, we don't need to load it fresh in every window anymore. With just a couple changes, we can turn featureCallout.sys.mjs into a fully singleton module and load it with ChromeUtils.importESModule(...) in firefoxview.mjs. That will make it faster and reduce the confusion over loading a .sys.mjs file as a content module and as a system module.

Fixed by bug 1805930

Status: NEW → RESOLVED
Closed: 3 years ago
Duplicate of bug: 1805930
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.