Bug 241627
Summary: | ServiceWorkerFetch::dispatchFetchEvent active registration assert is no longer true | ||
---|---|---|---|
Product: | WebKit | Reporter: | youenn fablet <youennf> |
Component: | Service Workers | Assignee: | youenn fablet <youennf> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | fujii.hironori, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
youenn fablet
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
youenn fablet
See https://build.webkit.org/results/Apple-Monterey-Debug-WK2-Tests/251684@main%20(5035)/http/wpt/service-workers/fetch-service-worker-preload-cache.https-crash-log.txt
Radar WebKit Bug Importer
<rdar://problem/95670031>
youenn fablet
*** Bug 242229 has been marked as a duplicate of this bug. ***
youenn fablet
Pull request: https://github.com/WebKit/WebKit/pull/2077
EWS
Committed 252152@main (57b6a2102bd2): <https://commits.webkit.org/252152@main>
Reviewed commits have been landed. Closing PR #2077 and removing active labels.