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 upBasic pinch zoom handling #20749
Basic pinch zoom handling #20749
Conversation
highfive
commented
May 4, 2018
|
Heads up! This PR modifies the following files:
|
|
We could change the comment to say that we should update Servo to not rely on the generate frame when scrolling code, then r=me. |
|
Updated. (Along with the FIXME comment, there's also some refactoring we want to do to move some of this logic to the embedder side, but this patch should be enough for testing graphics and layout functionality.) |
|
@bors-servo r=glennw |
|
|
|
|
|
|
|
This can be merged once it's rebased. |
|
|
|
@bors-servo r=glennw |
|
|
Basic pinch zoom handling r? glennw Basic fix for #20387 and #20109. Note: Without calling `generate_frame` when updating Webrender's pinch zoom level, rendering doesn't happen reliably during/after a pinch zoom gesture. I'm not sure whether this is the correct way to fix that or not. <!-- 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/20749) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
Basic pinch zoom handling r? glennw Basic fix for #20387 and #20109. Note: Without calling `generate_frame` when updating Webrender's pinch zoom level, rendering doesn't happen reliably during/after a pinch zoom gesture. I'm not sure whether this is the correct way to fix that or not. <!-- 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/20749) <!-- Reviewable:end -->
|
|
mbrubeck commentedMay 4, 2018
•
edited by SimonSapin
r? glennw
Basic fix for #20387 and #20109. Note: Without calling
generate_framewhen updating Webrender's pinch zoom level, rendering doesn't happen
reliably during/after a pinch zoom gesture. I'm not sure whether this
is the correct way to fix that or not.
This change is