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 upRemovced unncessary call to dirty() in Document::node_and_heritage_ch… #8087
Conversation
highfive
commented
Oct 19, 2015
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @metajack (or someone else) soon. |
|
Congrats on your first Servo pull request! On a side note, it might be worth looking into associating your git commits with your GitHub username. Here's a document on the topic: https://help.github.com/articles/why-are-my-commits-linked-to-the-wrong-user/#commits-are-not-linked-to-any-user |
|
r? @pcwalton |
|
I updated my email on github to be my Mozilla account. Hopefully my commits will not now be anonymous. |
|
@asajeffrey There are merge commits that shouldn't be here. |
|
@bors-servo: r+ |
|
|
Removced unncessary call to dirty() in Document::node_and_heritage_ch… Removed unncessary call to dirty() in Document::node_and_heritage_change, since the node is aready dirtied by force_dirty_ancestors(). <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8087) <!-- Reviewable:end -->
|
|
|
@bors-servo retry [buildbot issue] |
Removced unncessary call to dirty() in Document::node_and_heritage_ch… Removed unncessary call to dirty() in Document::node_and_heritage_change, since the node is aready dirtied by force_dirty_ancestors(). <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8087) <!-- Reviewable:end -->
|
|
|
@bors-servo retry #8191 |
|
|
|
…ange, since the node is aready dirtied by force_dirty_ancestors().
|
@bors-servo r=pcwalton |
|
|
Removced unncessary call to dirty() in Document::node_and_heritage_ch… Removed unncessary call to dirty() in Document::node_and_heritage_change, since the node is aready dirtied by force_dirty_ancestors(). <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8087) <!-- Reviewable:end -->
|
|
asajeffrey commentedOct 19, 2015
Removed unncessary call to dirty() in Document::node_and_heritage_change, since the node is aready dirtied by force_dirty_ancestors().