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 upscript: Try to conform a bit more to "The event loop processing model" #13864
Conversation
highfive
commented
Oct 21, 2016
|
Heads up! This PR modifies the following files:
|
|
@bors-servo: try |
script: Try to conform a bit more to "The event loop processing model" <!-- Please describe your changes on the following line: --> Let's see what breaks. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors <!-- Either: --> - [x] There are tests for these changes <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
|
|
|
@bors-servo: try |
script: Try to conform a bit more to "The event loop processing model" <!-- Please describe your changes on the following line: --> Let's see what breaks. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors <!-- Either: --> - [x] There are tests for these changes <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/13864) <!-- Reviewable:end -->
|
|
|
|
|
@bors-servo: try |
script: Try to conform a bit more to "The event loop processing model" <!-- Please describe your changes on the following line: --> Let's see what breaks. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors <!-- Either: --> - [x] There are tests for these changes <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/13864) <!-- Reviewable:end -->
|
|
|
@bors-servo: try r? @Ms2ger |
script: Try to conform a bit more to "The event loop processing model" <!-- Please describe your changes on the following line: --> Let's see what breaks. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors <!-- Either: --> - [x] There are tests for these changes <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/13864) <!-- Reviewable:end -->
|
This seems fine to me. |
|
The concern in #13864 (comment) sounds exactly like #14972 which has been observed in the field. |
|
@jdm that concern is pre-existing though, so I'll try to rebase this on top master. Addressing that shouldn't (hopefully) be extremely hard. |
…er layout animations. Per https://html.spec.whatwg.org/multipage/webappapis.html#run-css-animations-and-send-events
…ml so it is really deterministic and reports better errors.
This removes a set of hacks that we'd been piling up.
|
@bors-servo try |
1 similar comment
|
@bors-servo try |
|
@bors-servo retry |
|
Ok, this is what I suspected. This PR isn't even showing itself in Homu's queue at all. |
|
@bors-servo try |
script: Try to conform a bit more to "The event loop processing model" <!-- Please describe your changes on the following line: --> Let's see what breaks. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors <!-- Either: --> - [x] There are tests for these changes <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/13864) <!-- Reviewable:end -->
|
|
|
|
|
|
What's the status on this? |
|
Yes, this shouldn't affect it. Thanks for fixing that @jdm! |
|
Superseded by #18611. |
emilio commentedOct 21, 2016
•
edited by larsbergstrom
Let's see what breaks.
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is