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 upUse reference frames explicitly for fixed positioning #20767
Conversation
highfive
commented
May 9, 2018
|
Heads up! This PR modifies the following files:
|
highfive
commented
May 9, 2018
|
r? @glennw or anyone |
f69eeb7
to
21673b4
|
|
21673b4
to
bfdb977
|
@bors-servo r+ |
|
|
…on, r=gw3583 Use reference frames explicitly for fixed positioning <!-- Please describe your changes on the following line: --> --- <!-- 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 - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [x] There are tests for these changes because they should not change behavior. - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- 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/20767) <!-- Reviewable:end -->
|
|
Not sure if this is an intermittent, but it seems like it's related to the changes in this patch. |
bfdb977
to
506b53b
|
@gw3583 Looks like the issue was that I was assigning nodes to the root reference frame instead of the root scroll node. I've fixed this and made changes to ensure that this mistake is much harder to make. Here is the interdiff for the new version of the branch: https://gist.github.com/mrobinson/ea4879f787faeef0306c0f1202752a65 |
|
@bors-servo try The bot failure looks like an unrelated network failure. |
…on, r=<try> Use reference frames explicitly for fixed positioning <!-- Please describe your changes on the following line: --> --- <!-- 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 - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [x] There are tests for these changes because they should not change behavior. - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- 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/20767) <!-- Reviewable:end -->
|
|
|
The test failure is |
|
@bors-servo r+ |
|
|
…on, r=gw3583 Use reference frames explicitly for fixed positioning <!-- Please describe your changes on the following line: --> --- <!-- 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 - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [x] There are tests for these changes because they should not change behavior. - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- 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/20767) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
…on, r=gw3583 Use reference frames explicitly for fixed positioning <!-- Please describe your changes on the following line: --> --- <!-- 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 - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [x] There are tests for these changes because they should not change behavior. - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- 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/20767) <!-- Reviewable:end -->
|
|
|
I don't really see a bug that matches these intermittent WebSocket failures (apart from perhaps #20734, but without the initial error). I'm going to retry this and then open a bug if it does manage to land. |
|
@bors-servo retry |
|
|
|
|
mrobinson commentedMay 9, 2018
•
edited by SimonSapin
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is