Skip to content

Support two-finger panning - #21752

Merged
timvandermeij merged 1 commit into
mozilla:masterfrom
calixteman:touch/two-finger-pan
Aug 11, 2026
Merged

Support two-finger panning#21752
timvandermeij merged 1 commit into
mozilla:masterfrom
calixteman:touch/two-finger-pan

Conversation

@calixteman

Copy link
Copy Markdown
Contributor

Pan by the midpoint delta and apply it with pinch zoom, keeping content under the fingers. Ignore non-cancelable moves, then re-baseline.

Pan by the midpoint delta and apply it with pinch zoom, keeping content
under the fingers. Ignore non-cancelable moves, then re-baseline.
@codecov-commenter

codecov-commenter commented Aug 10, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 95.31250% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 90.10%. Comparing base (fc30259) to head (5458a13).
⚠️ Report is 6 commits behind head on master.

Files with missing lines Patch % Lines
web/app.js 71.42% 2 Missing ⚠️
web/pdf_viewer.js 96.55% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master   #21752   +/-   ##
=======================================
  Coverage   90.09%   90.10%           
=======================================
  Files         264      264           
  Lines       67237    67283   +46     
=======================================
+ Hits        60578    60624   +46     
  Misses       6659     6659           
Flag Coverage Δ
browsertest 66.29% <0.00%> (-0.06%) ⬇️
fonttest 9.00% <ø> (ø)
integrationtest 69.31% <87.50%> (+0.01%) ⬆️
unittest 58.23% <49.12%> (+0.01%) ⬆️
unittestcli 56.77% <49.12%> (+0.19%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@timvandermeij
timvandermeij merged commit c8fbf33 into mozilla:master Aug 11, 2026
20 of 21 checks passed
@timvandermeij

Copy link
Copy Markdown
Collaborator

Thank you for implementing this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants