Bug 1875502 Comment 17 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

When `UpdateService` observes `"post-update-processing"` topic, it will add an observer for `"sessionstore-windows-restored"` topic instead of calling `_postUpdateProcessing` directly (See [here](https://searchfox.org/mozilla-central/rev/6b1e306175c2284958fb185bab388021e2890ed0/toolkit/mozapps/update/UpdateService.sys.mjs#2719-2727)). So if the session store module fails to notify `"sessionstore-windows-restored"` topic for some reason, `_postUpdateProcessing` will not be called.

Does it explain what is going on?
When `UpdateService` observes `"post-update-processing"` topic, it will add an observer for `"sessionstore-windows-restored"` topic instead of calling `_postUpdateProcessing` directly (See [here](https://searchfox.org/mozilla-central/rev/6b1e306175c2284958fb185bab388021e2890ed0/toolkit/mozapps/update/UpdateService.sys.mjs#2719-2727)). So if the session store module fails to notify of `"sessionstore-windows-restored"` topic for some reason, `_postUpdateProcessing` will not be called.

Does it explain what is going on?

Back to Bug 1875502 Comment 17