Bug 241627 - ServiceWorkerFetch::dispatchFetchEvent active registration assert is no longer true
Summary: ServiceWorkerFetch::dispatchFetchEvent active registration assert is no longe...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Service Workers (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords: InRadar
: 242229 (view as bug list)
Depends on:
Blocks:
 
Reported: 2022-06-15 00:46 PDT by youenn fablet
Modified: 2022-07-05 15:04 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.