Closed
Bug 1660898
Opened 5 years ago
Closed 5 years ago
ExtensionSupport initialisation can be delayed until a window is just about to open
Categories
(Thunderbird :: General, defect)
Thunderbird
General
Tracking
(thunderbird_esr78 wontfix, thunderbird81 wontfix)
RESOLVED
FIXED
82 Branch
People
(Reporter: standard8, Assigned: standard8)
References
(Blocks 1 open bug)
Details
(Keywords: perf)
Attachments
(1 file)
ExtensionSupport.jsm is currently initialised before profile selection, however it is only really necessary when we're about to start opening windows.
Therefore we can move it to be triggered on final-ui-startup
, delaying it until we really need it.
Assignee | ||
Comment 1•5 years ago
|
||
Depends on D88716
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/comm-central/rev/afc991b3c171
Delay Extension Support startup until a window is just about to open. r=darktrojan
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•5 years ago
|
Target Milestone: --- → 82 Branch
Updated•5 years ago
|
status-thunderbird81:
--- → wontfix
status-thunderbird_esr78:
--- → wontfix
Updated•5 years ago
|
Blocks: tb-startupperf
Severity: -- → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•