Start-up tasks delay the loading of the first about:3pane
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(thunderbird_esr102 unaffected)
Tracking | Status | |
---|---|---|
thunderbird_esr102 | --- | unaffected |
People
(Reporter: darktrojan, Assigned: darktrojan)
Details
Attachments
(2 files)
We do a bunch of slow start-up tasks when the mail-startup-done
notification happens (despite the name, we're not done, it's more of a "everything is on the screen ready to use" notification). However, now that the 3-pane UI is in a separate document, the notification happens before it fully loads, and the slow start-up tasks get in the way.
I'm going to delay the notification until after the first tab loads. This makes it slightly inconsistent with the browser-startup-done
notification in Firefox, but the meaning is more-or-less the same.
Assignee | ||
Comment 1•2 years ago
|
||
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/780c015f7afc
Move mail-startup-done until after the first about:3pane page loads. r=aleca
Assignee | ||
Comment 3•2 years ago
|
||
I think the same change should be made to mail-idle-startup-tasks-finished
, which tells mochitests they can start.
Assignee | ||
Comment 4•2 years ago
|
||
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/7946d17b5ebe
Move mail-idle-startup-tasks-finished until after the first about:3pane page loads. r=aleca
Updated•2 years ago
|
Description
•