Closed
Bug 1368189
Opened 8 years ago
Closed 8 years ago
Move more code out of ExtensionUtils.jsm
Categories
(WebExtensions :: General, defect, P1)
WebExtensions
General
Tracking
(firefox55 fixed)
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: kmag, Assigned: kmag)
References
(Blocks 1 open bug)
Details
(Whiteboard: [triaged])
Attachments
(1 file)
ExtensionUtils.jsm gets loaded fairly early in all processes, but a lot of the code there is not needed in all processes, or is not needed until extension code runs. Most of it should be moved to ExtensionCommon, ExtensionParent, or ExtensionChild.
Assignee | ||
Updated•8 years ago
|
Blocks: webext-perf
Comment hidden (mozreview-request) |
Updated•8 years ago
|
Priority: -- → P2
Whiteboard: [triaged]
Assignee | ||
Updated•8 years ago
|
Priority: P2 → P1
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8871971 [details]
Bug 1368189: Move more code out of ExtensionUtils.jsm.
https://reviewboard.mozilla.org/r/143504/#review149308
Attachment #8871971 -
Flags: review?(mixedpuppy) → review+
Assignee | ||
Comment 3•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/92040a759ddd4c1496dc64e1eb9173805fe25516
Bug 1368189: Move more code out of ExtensionUtils.jsm. r=mixedpuppy
Comment 4•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•7 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•