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 uplayout_2020: Fix WebRender display list dumping #26527
Conversation
|
If we print a display list before creating it, won’t this print an empty list? |
|
This method's name is a little confusing. It prepares the display list for printing a text version during https://github.com/servo/webrender/blob/master/webrender_api/src/display_list.rs#L1092 |
|
Ah I see. Please add a comment on the |
We need to enable display list serialization before building the display list for it to work properly.
06350f3
to
0111042
|
@bors-servo r=SimonSapin |
|
|
… r=SimonSapin layout_2020: Fix WebRender display list dumping We need to enable display list serialization before building the display list for it to work properly. <!-- 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 - [x] These changes do not require tests because they just fix debug output. <!-- 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. -->
|
|
|
@bors-servo retry |
|
|
mrobinson commentedMay 15, 2020
We need to enable display list serialization before building the display
list for it to work properly.
./mach build -ddoes not report any errors./mach test-tidydoes not report any errors