Closed
Bug 1775251
Opened 3 years ago
Closed 3 years ago
Do not define lazy getter for XPCOMUtils in extension global
Categories
(WebExtensions :: General, task)
WebExtensions
General
Tracking
(firefox103 fixed)
RESOLVED
FIXED
103 Branch
Tracking | Status | |
---|---|---|
firefox103 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(1 file)
XPCOMUtils is known to be loaded early in the startup process, and not necessarily be a lazy getter.
I think that's true also for the extension's global.
XPCOMUtils.defineLazyModuleGetters(global, {
ExtensionUtils: "resource://gre/modules/ExtensionUtils.jsm",
XPCOMUtils: "resource://gre/modules/XPCOMUtils.jsm",
});
Assignee | ||
Comment 1•3 years ago
|
||
Depends on D149973
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/00d1c650d88f
Do not re-define XPCOMUtils as lazy getter in extension global. r=kmag
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•