Bug 273918
| Summary: | Add missing isolatedCopy() call in ServiceWorkerThreadProxy::fireMessageEvent() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | Service Workers | Assignee: | 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
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
Pull request: https://github.com/WebKit/WebKit/pull/28319
EWS
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
<rdar://problem/127812670>