Open
Bug 1852735
Opened 2 years ago
Updated 4 months 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•2 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-560
| Assignee | ||
Comment 1•2 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•2 years ago
|
||
Updated•2 years ago
|
Severity: -- → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•