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 upRefactor dispatch_event according to the spec (fixes #9178) #9787
Conversation
highfive
commented
Feb 28, 2016
|
r? @Ms2ger |
|
@bors-servo try |
Refactor dispatch_event according to the spec (fixes #9178) Two new functions invoke and invoke_inner are introduced and some invariants documented. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9787) <!-- Reviewable:end -->
|
@bors-servo retry It seems like the spec is missing the step about checking the "stop immediate propagation" after each call of |
|
@bors-servo try |
Refactor dispatch_event according to the spec (fixes #9178) Two new functions invoke and invoke_inner are introduced and some invariants documented. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9787) <!-- Reviewable:end -->
aaa8ab1
to
4fe2fa4
|
Thanks! @bors-servo r+ |
|
|
Refactor dispatch_event according to the spec (fixes #9178) Two new functions invoke and invoke_inner are introduced and some invariants documented. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9787) <!-- Reviewable:end -->
|
|
|
@bors-servo retry #9148 #9803 |
|
|
|
|
|
@bors-servo retry #9148 #9803 |
|
|
This disables the tests mentioned in servo#8120, servo#9014, servo#9092, servo#9148, servo#9205 and servo#9803.
|
|
Vindictively disable all intermittent tests that failed #9787 This disables the tests mentioned in #8120, #9014, #9092, #9148, #9205 and #9803. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9804) <!-- Reviewable:end -->
|
@bors-servo retry #8120 #9777 |
This disables the tests mentioned in servo#8120, servo#9014, servo#9092, servo#9148, servo#9205 and servo#9803.
|
@bors-servo retry #8120 #9777 |
|
|
This disables the tests mentioned in servo#8120, servo#9014, servo#9092, servo#9148, servo#9205 and servo#9803.
|
Yet again the same intermittent failures. @bors-servo retry |
Vindictively disable all intermittent tests that failed #9787 This disables the tests mentioned in #8120, #9014, #9092, #9148, #9205 and #9803. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9804) <!-- Reviewable:end -->
This disables the tests mentioned in servo#8120, servo#9014, servo#9033, servo#9092, servo#9148, servo#9205, servo#9772 and servo#9803.
|
@bors-servo retry |
|
|
|
|
Vindictively disable all intermittent tests that failed #9787 This disables the tests mentioned in #8120, #9014, #9033, #9092, #9148, #9205, #9772 and #9803. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9804) <!-- Reviewable:end -->
nox commentedFeb 28, 2016
Two new functions invoke and invoke_inner are introduced and some invariants documented.