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 uppanic in handle_primitive_run #894
Closed
Comments
|
@jrmuizel says this isn't super urgent, as the failing tests can be disabled for now. |
|
This was discovered here: https://bugzilla.mozilla.org/show_bug.cgi?id=1332688 |
mrobinson
added a commit
to mrobinson/webrender
that referenced
this issue
Feb 20, 2017
When content was transformed to an empty rectangle, we didn't always make its ClipScrollGroup xf_rect member None. This caused an issue when we tried to use the xf_rect member of the ScrollLayer for masking, which was properly set to None. We fix this issue by making the behavior consistent between the two structs. Fixes servo#894.
bors-servo
added a commit
that referenced
this issue
Feb 21, 2017
Properly handle content transformed to empty rect When content was transformed to an empty rectangle, we didn't always make its ClipScrollGroup xf_rect member None. This caused an issue when we tried to use the xf_rect member of the ScrollLayer for masking, which was properly set to None. We fix this issue by making the behavior consistent between the two structs. Fixes #894. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/905) <!-- Reviewable:end -->
nical
added a commit
to nical/webrender
that referenced
this issue
Feb 21, 2017
When content was transformed to an empty rectangle, we didn't always make its ClipScrollGroup xf_rect member None. This caused an issue when we tried to use the xf_rect member of the ScrollLayer for masking, which was properly set to None. We fix this issue by making the behavior consistent between the two structs. Fixes servo#894.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://people.mozilla.com/~jmuizelaar/tmp/scroll-frame-crash.zip panics at
https://github.com/servo/webrender/blob/master/webrender/src/frame_builder.rs#L1194
cc @mrobinson