Bug 241627

Summary: ServiceWorkerFetch::dispatchFetchEvent active registration assert is no longer true
Product: WebKit Reporter: youenn fablet <youennf>
Component: Service WorkersAssignee: youenn fablet <youennf>
Status: RESOLVED FIXED    
Severity: Normal CC: Hironori.Fujii, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description youenn fablet 2022-06-15 00:46:56 PDT
Now that we go through main thread for registration change state and directly to worker thread for fetch events, the assert is no longer true.
While we might want to go off the main thread for registration change state, we might want to remove the assert in the meantime.
Comment 2 Radar WebKit Bug Importer 2022-06-22 00:47:12 PDT
<rdar://problem/95670031>
Comment 3 youenn fablet 2022-07-05 06:04:11 PDT
*** Bug 242229 has been marked as a duplicate of this bug. ***
Comment 4 youenn fablet 2022-07-05 06:11:33 PDT
Pull request: https://github.com/WebKit/WebKit/pull/2077
Comment 5 EWS 2022-07-05 15:04:13 PDT
Committed 252152@main (57b6a2102bd2): <https://commits.webkit.org/252152@main>

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