Open
Bug 1852735
Opened 1 years ago
Updated 23 days ago
Don't synchronously create the frame tree in PresShell::Initialize.
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
NEW
People
(Reporter: emilio, Assigned: emilio)
References
Details
(Whiteboard: [sp3])
Attachments
(1 file)
No description provided.
Updated•1 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-560
Assignee | ||
Comment 1•1 years ago
|
||
There's no real need to do so. This can force synchronous styling.
Instead delay until the next flush happens, as we'd otherwise do. We
already don't synchronously reflow.
Assignee | ||
Comment 2•1 years ago
|
||
Updated•1 year ago
|
Severity: -- → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•