Bug 259263 - Google Photos will not allow preview of editing in Safari
Summary: Google Photos will not allow preview of editing in Safari
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Matt Woodrow
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-07-16 18:30 PDT by Matt Woodrow
Modified: 2023-07-17 17:49 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Woodrow 2023-07-16 18:30:28 PDT
<rdar://107687640>

Google photos is using OffscreenCanvas for editing. Style changes result in a new GraphicsLayer, and we try to push frames from the OffscreenCanvas to the wrong layer.
Comment 1 Matt Woodrow 2023-07-16 18:45:35 PDT
Pull request: https://github.com/WebKit/WebKit/pull/15876
Comment 2 EWS 2023-07-17 17:49:46 PDT
Committed 266120@main (cbd73ab873dd): <https://commits.webkit.org/266120@main>

Reviewed commits have been landed. Closing PR #15876 and removing active labels.