WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
273918
Add missing isolatedCopy() call in ServiceWorkerThreadProxy::fireMessageEvent()
https://bugs.webkit.org/show_bug.cgi?id=273918
Summary
Add missing isolatedCopy() call in ServiceWorkerThreadProxy::fireMessageEvent()
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
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2024-05-08 20:07:11 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/28319
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
<
rdar://problem/127812670
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug