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 upDeal with changes to the WebRender API #14200
Conversation
highfive
commented
Nov 14, 2016
|
Heads up! This PR modifies the following files:
|
highfive
commented
Nov 14, 2016
|
@bors-servo try |
Deal with changes to the WebRender API <!-- 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: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because they should not change behavior. <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> The WebRender display list is now similar to the Servo display list, which simplifies the conversion.
| @@ -100,3 +100,7 @@ android_glue = "0.2" | |||
|
|
|||
| [target.'cfg(not(target_os = "windows"))'.dependencies] | |||
| gaol = {git = "https://github.com/servo/gaol"} | |||
|
|
|||
| [replace] | |||
| "webrender:0.8.0" = { path = '/home/martin/work/mozilla/webrender/webrender/' } | |||
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
mrobinson
Nov 14, 2016
Author
Member
Okay. I've cleaned this up. Sorry, this wasn't ready for review yet.
|
@bors-servo try |
Deal with changes to the WebRender API <!-- 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: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because they should not change behavior. <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> The WebRender display list is now similar to the Servo display list, which simplifies the conversion. <!-- 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/14200) <!-- Reviewable:end -->
|
|
|
@mrobinson There was no shader change in that bump? |
|
@nox No, no shaders were updated as far as I can tell. |
|
@bors-servo r+ |
|
|
|
@bors-servo try- r+ clean |
|
|
|
|
@bors-servo p=10 (Until this lands it's complicated working with a local WR override due to the version / API mismatch). |
|
@bors-servo retry |
Deal with changes to the WebRender API <!-- 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: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because they should not change behavior. <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> The WebRender display list is now similar to the Servo display list, which simplifies the conversion. <!-- 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/14200) <!-- Reviewable:end -->
|
|
|
|
highfive
commented
Nov 15, 2016
|
|
@bors-servo retry |
|
|
|
|
highfive
commented
Nov 16, 2016
|
|
I extended the reftest-wait workaround to the other failing iframe test, perhaps it would be okay to try landing this one more time? |
|
@bors-servo try |
Deal with changes to the WebRender API <!-- 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: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because they should not change behavior. <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> The WebRender display list is now similar to the Servo display list, which simplifies the conversion. <!-- 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/14200) <!-- Reviewable:end -->
|
@bors-servo r=emilio,glennw |
|
|
|
I think the reftest-wait will help nothing, but it doesn't hurt either |
|
|
mrobinson commentedNov 14, 2016
•
edited by larsbergstrom
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThe WebRender display list is now similar to the Servo display list,
which simplifies the conversion.
This change is