Closed
Bug 1350441
Opened 9 years ago
Closed 9 years ago
stylo: fix a few restyle state coherency bugs
Categories
(Core :: CSS Parsing and Computation, enhancement, P1)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla55
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | fixed |
People
(Reporter: bholley, Assigned: bholley)
References
Details
Attachments
(3 files)
|
6.82 KB,
patch
|
heycam
:
review+
|
Details | Diff | Splinter Review |
|
1.38 KB,
patch
|
heycam
:
review+
|
Details | Diff | Splinter Review |
|
2.48 KB,
patch
|
heycam
:
review+
|
Details | Diff | Splinter Review |
Splitting these off from my work in bug 1331047.
| Assignee | ||
Updated•9 years ago
|
Summary: stylo: fix a few bugs where the tree gets into an inconsistent restyle state → stylo: fix a few restyle state coherency bugs
| Assignee | ||
Comment 1•9 years ago
|
||
| Assignee | ||
Comment 2•9 years ago
|
||
The current code can leave the tree in an inconsistent state, with the dirty
descendants bit not fully propagated.
MozReview-Commit-ID: ALI6etmlrDa
Attachment #8851144 -
Flags: review?(cam)
| Assignee | ||
Comment 3•9 years ago
|
||
There's no reason to traverse the entire subtree if we encounter an unstyled section.
MozReview-Commit-ID: 7WeMTI73wR9
Attachment #8851145 -
Flags: review?(cam)
| Assignee | ||
Comment 4•9 years ago
|
||
MozReview-Commit-ID: DWwu8FqSjdj
Attachment #8851146 -
Flags: review?(cam)
Updated•9 years ago
|
Attachment #8851144 -
Flags: review?(cam) → review+
Updated•9 years ago
|
Attachment #8851145 -
Flags: review?(cam) → review+
Comment 5•9 years ago
|
||
Comment on attachment 8851146 [details] [diff] [review]
Part 3 - Clear servo data when tearing down frames for DestroyFramesFor. v1
Review of attachment 8851146 [details] [diff] [review]:
-----------------------------------------------------------------
Seems reasonable...
Attachment #8851146 -
Flags: review?(cam) → review+
Pushed by bholley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/abcdc4570f03
Make ServoRestyleManager::ClearServoDataFromSubtree a bit smarter. r=heycam
https://hg.mozilla.org/integration/autoland/rev/d09572f941c5
Clear servo data when tearing down frames for DestroyFramesFor. r=heycam
Comment 7•9 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/abcdc4570f03
https://hg.mozilla.org/mozilla-central/rev/d09572f941c5
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•