Bug 1902728 Comment 0 Edit History

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

`nsDocumentViewer::DestroyPresShell` as last step releases its `mPresShell` which releases the arena memory. This can be a quite expensive operation, which can be better deferred a bit to blcok the main thread less long.
`nsDocumentViewer::DestroyPresShell` as last step releases its `mPresShell` which releases the arena memory. This can be a quite expensive operation, which can be better deferred a bit to block the main thread less long.

Back to Bug 1902728 Comment 0