Skip to content

fix(rrweb): speed up Safari snapshot resizing for canvas and video#10359

Open
rbxict wants to merge 1 commit intohighlight:mainfrom
rbxict:bounty-fix-6775
Open

fix(rrweb): speed up Safari snapshot resizing for canvas and video#10359
rbxict wants to merge 1 commit intohighlight:mainfrom
rbxict:bounty-fix-6775

Conversation

@rbxict
Copy link
Copy Markdown

@rbxict rbxict commented Mar 29, 2026

Summary

  • improve Safari canvas and video snapshot performance by pre-resizing bitmap sources before createImageBitmap(...) on WebKit only
  • keep the native fast path unchanged for Chromium-based browsers
  • add a targeted rrweb test for the Safari fallback and regenerate the embedded rrweb bundle

Verification

  • re-checked the current PR surface and diff on 2026-03-30
  • this change is limited to the vendored rrweb subtree plus the generated bundle for the Safari snapshot fix

Release Notes

  • no changeset added intentionally: this PR updates vendored rrweb code and the generated bundle rather than introducing a separate package release from this branch

Payout Details

  • EVM: 0xe744f6791a685b0A0cC316ED44375B69361c837F
  • SOL: 8BsByR6rPqxDPku6dYtdoiSk6bdgE9YETbLQF2RGSw1C

/claim #6775
/payout EVM: 0xe744f6791a685b0A0cC316ED44375B69361c837F
/payout SOL: 8BsByR6rPqxDPku6dYtdoiSk6bdgE9YETbLQF2RGSw1C

Closes #6775

PoA: poa_0ea9dbca68b22496

Closes highlight#6775

Payouts:
- EVM: 0xe744f6791a685b0A0cC316ED44375B69361c837F
- SOL: 8BsByR6rPqxDPku6dYtdoiSk6bdgE9YETbLQF2RGSw1C

PoA-Signature: poa_d4137a28fb6ebf00
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 29, 2026

⚠️ No Changeset found

Latest commit: a573240

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@rbxict
Copy link
Copy Markdown
Author

rbxict commented Mar 29, 2026

I re-checked the current PR surface. This change only updates the vendored rrweb subtree plus the generated bundle for the Safari snapshot fix; it is not intended to publish a separate package version from this PR, so I have intentionally not added a changeset. The remaining failing Vercel status is the external team-authorization gate rather than a code/test regression on this branch.

@rbxict rbxict changed the title feat: solution for issue #6775 fix(rrweb): speed up Safari snapshot resizing for canvas and video Mar 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Performance of canvas snapshotting on Safari is poor

1 participant