Closed
Bug 1806467
Opened 3 years ago
Closed 3 years ago
Load feature callout as singleton in content
Categories
(Firefox :: Messaging System, enhancement)
Firefox
Messaging System
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.
| Reporter | ||
Updated•3 years ago
|
Blocks: feature-callout
| Reporter | ||
Comment 1•3 years ago
|
||
Fixed by bug 1805930
You need to log in
before you can comment on or make changes to this bug.
Description
•