Closed
Bug 1298281
Opened 9 years ago
Closed 9 years ago
stylo: Don't eagerly style newly-added content when we're going perform lazy frame construction
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
People
(Reporter: bholley, Unassigned)
References
(Blocks 1 open bug)
Details
Right now we eagerly style new subtrees in ServoRestyleManager::Content{Appended,Inserted} because we generally need them immediately after (since nsPresShell notifies the frame constructor after notifying the restyle manager).
However, if the frame constructor decides to do lazy frame construction, we could potentially defer this work and accrue more parallelism.
Reporter | ||
Comment 1•9 years ago
|
||
We now support lazy frame construction.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•