Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTrim some fat from the traversal #17741
Conversation
highfive
commented
Jul 15, 2017
|
Heads up! This PR modifies the following files:
|
highfive
commented
Jul 15, 2017
|
@bors-servo r=emilio |
|
|
Trim some fat from the traversal https://bugzilla.mozilla.org/show_bug.cgi?id=1380877
|
|
|
@bors-servo r=emilio |
|
|
Trim some fat from the traversal https://bugzilla.mozilla.org/show_bug.cgi?id=1380877 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17741) <!-- Reviewable:end -->
|
|
|
|
MozReview-Commit-ID: 7nzjMwOmszZ
…needed. In the next patch, we'll move logic to identify the children for traversal into preprocess_children (which will be renamed), and the set_dirty_descendants logic will move along with it. So left as-is, the code here will clobber the flags. MozReview-Commit-ID: 7ZskKWD4QC3
|
@bors-servo r=emilio |
|
|
| element.has_animation_only_dirty_descendants() | ||
| } else { | ||
| element.has_dirty_descendants() | ||
| }; | ||
| if context.shared.traversal_flags.for_animation_only() { |
This comment has been minimized.
This comment has been minimized.
MozReview-Commit-ID: DIHXaVNzbFM
|
@bors-servo r=emilio |
|
|
Trim some fat from the traversal https://bugzilla.mozilla.org/show_bug.cgi?id=1380877 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17741) <!-- Reviewable:end -->
|
|
bholley commentedJul 15, 2017
•
edited by larsbergstrom
https://bugzilla.mozilla.org/show_bug.cgi?id=1380877
This change is