Bug 273918

Summary: Add missing isolatedCopy() call in ServiceWorkerThreadProxy::fireMessageEvent()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Service WorkersAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Chris Dumez
Reported 2024-05-08 19:55:35 PDT
ServiceWorkerThreadProxy::fireMessageEvent() is dispatching from the WebSWContextManagerConnection queue to the ServiceWorker thread, yet, it was failing to call isolatedCopy() on the ServiceWorkerOrClientData it is capturing.
Attachments
Chris Dumez
Comment 1 2024-05-08 20:07:11 PDT
EWS
Comment 2 2024-05-09 07:53:30 PDT
Committed 278563@main (d045dbe49089): <https://commits.webkit.org/278563@main> Reviewed commits have been landed. Closing PR #28319 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2024-05-09 07:54:19 PDT
Note You need to log in before you can comment on or make changes to this bug.